1 <% include("/elements/header.html",'Batch Tax Rate Import') %>
3 Import a CSV file set containing tax rate records.
6 <& /elements/form-file_upload.html,
7 'name' => 'TaxRateUpload',
8 'action' => 'process/tax-import.cgi',
10 'fields' => [ 'format', 'reload' ],
11 'message' => 'Tax rates imported',
12 'onsubmit' => "document.TaxRateUpload.submitButton.disabled=true;",
15 <% &ntable("#cccccc", 2) %>
18 <TH ALIGN="right">Format</TH>
20 <SELECT NAME="format">
21 <!-- <OPTION VALUE="cch-update" SELECTED>CCH update (CSV) -->
22 <OPTION VALUE="cch">CCH import (CSV)
23 <!-- <OPTION VALUE="cch-fixed-update">CCH update (fixed length) -->
24 <OPTION VALUE="cch-fixed">CCH import (fixed length)
30 <TH ALIGN="right">Replace existing data from this vendor</TH>
32 <INPUT NAME="reload" TYPE="checkbox" VALUE="1" CHECKED>
36 <% include( '/elements/file-upload.html',
37 'field' => [ 'geocodefile',
44 'label' => [ 'geocode filename',
56 <TD COLSPAN=2 ALIGN="center" STYLE="padding-top:6px">
57 <INPUT TYPE = "submit"
60 VALUE = "Import CSV files"
69 <% include('/elements/footer.html') %>
73 unless $FS::CurrentUser::CurrentUser->access_right('Import');