summaryrefslogtreecommitdiff
path: root/httemplate/misc/tax-import.cgi
diff options
context:
space:
mode:
authorjeff <jeff>2008-11-19 14:56:00 +0000
committerjeff <jeff>2008-11-19 14:56:00 +0000
commitf32fab28c5cea2b5619c9b1d5cc6e3fe7beef126 (patch)
tree0e069e7e490d9d102a5ee0379788d824326e3b83 /httemplate/misc/tax-import.cgi
parent7c9c69a6e85094310f437d01877b79b3d5c845db (diff)
support for cch fixed format
Diffstat (limited to 'httemplate/misc/tax-import.cgi')
-rw-r--r--httemplate/misc/tax-import.cgi14
1 files changed, 8 insertions, 6 deletions
diff --git a/httemplate/misc/tax-import.cgi b/httemplate/misc/tax-import.cgi
index 15f09d518..2bae6f10a 100644
--- a/httemplate/misc/tax-import.cgi
+++ b/httemplate/misc/tax-import.cgi
@@ -18,8 +18,10 @@ Import a CSV file set containing tax rate records.
<TH ALIGN="right">Format</TH>
<TD>
<SELECT NAME="format">
- <OPTION VALUE="cch-update" SELECTED>CCH update
- <OPTION VALUE="cch">CCH initial import
+ <OPTION VALUE="cch-update" SELECTED>CCH update (CSV)
+ <OPTION VALUE="cch">CCH initial import (CSV)
+ <OPTION VALUE="cch-fixed-update">CCH update (fixed length)
+ <OPTION VALUE="cch-fixed">CCH initial import (fixed length)
</SELECT>
</TD>
</TR>
@@ -30,10 +32,10 @@ Import a CSV file set containing tax rate records.
'txmatrix',
'detail',
],
- 'label' => [ 'code CSV filename',
- 'plus4 CSV filename',
- 'txmatrix CSV filename',
- 'detail CSV filename',
+ 'label' => [ 'code filename',
+ 'plus4 filename',
+ 'txmatrix filename',
+ 'detail filename',
],
'debug' => 0,
)