[freeside-commits] freeside/httemplate/misc tax-import.cgi, 1.4, 1.5
Jeff Finucane,420,,
jeff at wavetail.420.am
Wed Nov 19 06:56:07 PST 2008
- Previous message: [freeside-commits] freeside/FS/FS Misc.pm, 1.31, 1.32 Schema.pm, 1.113, 1.114 cust_tax_location.pm, 1.2, 1.3 part_pkg_taxrate.pm, 1.4, 1.5 tax_class.pm, 1.3, 1.4 tax_rate.pm, 1.10, 1.11
- Next message: [freeside-commits] freeside/FS/FS cust_bill.pm,1.229,1.230
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv1284/httemplate/misc
Modified Files:
tax-import.cgi
Log Message:
support for cch fixed format
Index: tax-import.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/tax-import.cgi,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- tax-import.cgi 14 Aug 2008 11:44:52 -0000 1.4
+++ tax-import.cgi 19 Nov 2008 14:56:00 -0000 1.5
@@ -18,8 +18,10 @@
<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 @@
'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,
)
- Previous message: [freeside-commits] freeside/FS/FS Misc.pm, 1.31, 1.32 Schema.pm, 1.113, 1.114 cust_tax_location.pm, 1.2, 1.3 part_pkg_taxrate.pm, 1.4, 1.5 tax_class.pm, 1.3, 1.4 tax_rate.pm, 1.10, 1.11
- Next message: [freeside-commits] freeside/FS/FS cust_bill.pm,1.229,1.230
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list