diff options
author | jeff <jeff> | 2008-11-19 14:56:00 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-11-19 14:56:00 +0000 |
commit | f32fab28c5cea2b5619c9b1d5cc6e3fe7beef126 (patch) | |
tree | 0e069e7e490d9d102a5ee0379788d824326e3b83 /httemplate/misc/tax-import.cgi | |
parent | 7c9c69a6e85094310f437d01877b79b3d5c845db (diff) |
support for cch fixed format
Diffstat (limited to 'httemplate/misc/tax-import.cgi')
-rw-r--r-- | httemplate/misc/tax-import.cgi | 14 |
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, ) |