X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Ftax-import.cgi;h=25414b20d43356d506c4c08ec5215d7c1f42d8c6;hp=6bdea6a56a948f137b40a73489319bb1ec41113a;hb=75e11f1d1a5ced24496b5732e290f7762403feb8;hpb=84d54f3252906d4a2bba16bf88e491c04439ef39 diff --git a/httemplate/misc/tax-import.cgi b/httemplate/misc/tax-import.cgi index 6bdea6a56..25414b20d 100644 --- a/httemplate/misc/tax-import.cgi +++ b/httemplate/misc/tax-import.cgi @@ -3,41 +3,64 @@ 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, + ) + %> + + + + + +