<% include("/elements/header.html",'Batch Tax Rate Import') %> Import a CSV file set containing tax rate records.

<% include( '/elements/progress-init.html', 'TaxRateUpload', [ 'format', 'uploaded_files' ], 'process/tax-import.cgi', { 'message' => 'Tax rates imported' }, ) %>
<% &ntable("#cccccc", 2) %> Format <% include('/elements/file-upload.html', 'field' => [ 'codefile', 'plus4file', 'txmatrix', 'detail', ], 'label' => [ 'code CSV filename', 'plus4 CSV filename', 'txmatrix CSV filename', 'detail CSV filename', ], 'callback' => 'gotLoaded', 'debug' => 0, ) %>
<% include('/elements/footer.html') %> <%init> die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Import');