X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Ftax-import.cgi;h=ceb74645cde12314087b0470658883c0c3eb7799;hb=624b2d44625f69d71175c3348cae635d580c890b;hp=1f60dbe002716534637d21dfe23f9398df77e201;hpb=4104f4e3d1b387296b16b4a035b4b7f42e0c5977;p=freeside.git diff --git a/httemplate/misc/tax-import.cgi b/httemplate/misc/tax-import.cgi index 1f60dbe00..ceb74645c 100644 --- a/httemplate/misc/tax-import.cgi +++ b/httemplate/misc/tax-import.cgi @@ -3,86 +3,69 @@ Import a CSV file set containing tax rate records.

-
+<% include( '/elements/form-file_upload.html', + 'name' => 'TaxRateUpload', + 'action' => 'process/tax-import.cgi', + 'num_files' => 6, + 'fields' => [ 'format', 'reload' ], + 'message' => 'Tax rates imported', + ) +%> <% &ntable("#cccccc", 2) %> - - Format - - - - - - - code CSV filename - - - - - plus4 CSV filename - - - - - txmatrix CSV filename - - - - - detail CSV filename - - - - - + + Format + + + + + + + Replace existing data from this vendor + + + + + + <% include( '/elements/file-upload.html', + 'field' => [ 'geocodefile', + 'codefile', + 'plus4file', + 'zipfile', + 'txmatrixfile', + 'detailfile', + ], + 'label' => [ 'geocode filename', + 'code filename', + 'plus4 filename', + 'zip filename', + 'txmatrix filename', + 'detail filename', + ], + 'debug' => 0, + ) + %> + + + + + +
-
- - - -<%$req%> Required fields -

- -Field information: - - - -
- <% include('/elements/footer.html') %> - -<%once> - -my $req = qq!*!; - - <%init> die "access denied"