X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Ftax-import.cgi;h=25414b20d43356d506c4c08ec5215d7c1f42d8c6;hp=2bae6f10a7c42be64ee7845f21631dba521db54e;hb=dfba562ff61f541ba7c75f2c02b32951b73aa002;hpb=f32fab28c5cea2b5619c9b1d5cc6e3fe7beef126 diff --git a/httemplate/misc/tax-import.cgi b/httemplate/misc/tax-import.cgi index 2bae6f10a..25414b20d 100644 --- a/httemplate/misc/tax-import.cgi +++ b/httemplate/misc/tax-import.cgi @@ -3,14 +3,14 @@ Import a CSV file set containing tax rate records.

-<% include( '/elements/form-file_upload.html', - 'name' => 'TaxRateUpload', - 'action' => 'process/tax-import.cgi', - 'num_files' => 4, - 'fields' => [ 'format', ], - 'message' => 'Tax rates imported', - ) -%> +<& /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) %> @@ -18,22 +18,33 @@ Import a CSV file set containing tax rate records. Format + + Replace existing data from this vendor + + + + + <% include( '/elements/file-upload.html', - 'field' => [ 'codefile', + 'field' => [ 'geocodefile', + 'codefile', 'plus4file', - 'txmatrix', - 'detail', + 'zipfile', + 'txmatrixfile', + 'detailfile', ], - 'label' => [ 'code filename', + 'label' => [ 'geocode filename', + 'code filename', 'plus4 filename', + 'zip filename', 'txmatrix filename', 'detail filename', ], @@ -43,9 +54,10 @@ Import a CSV file set containing tax rate records. -