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

-
+<& /elements/form-file_upload.html, + 'name' => 'TaxRateUpload', + 'action' => 'process/tax-import.cgi', + 'num_files' => 6, + 'fields' => [ 'format', 'reload' ], + 'message' => 'Tax rates imported', + 'onsubmit' => "document.TaxRateUpload.submitButton.disabled=true;", +&> <% &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"