[freeside-commits] freeside/httemplate/misc tax-import.cgi, 1.5, 1.6 xmlhttp-cust_main-address_standardize.html, 1.3, 1.4
Jeff Finucane,420,,
jeff at wavetail.420.am
Tue Dec 2 17:42:28 PST 2008
- Previous message: [freeside-commits] freeside/FS/FS Misc.pm, 1.32, 1.33 Schema.pm, 1.115, 1.116 cust_main.pm, 1.387, 1.388 cust_tax_location.pm, 1.3, 1.4 part_pkg_taxrate.pm, 1.5, 1.6 tax_class.pm, 1.4, 1.5 tax_rate.pm, 1.11, 1.12
- Next message: [freeside-commits] freeside/httemplate/edit part_pkg.cgi, 1.67.2.12, 1.67.2.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv27042/httemplate/misc
Modified Files:
tax-import.cgi xmlhttp-cust_main-address_standardize.html
Log Message:
support zip5 tax lookups, correct errors with fixed format cch import, inital import performance improvements, noise reduction on imports, tool for inital import
Index: xmlhttp-cust_main-address_standardize.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/xmlhttp-cust_main-address_standardize.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xmlhttp-cust_main-address_standardize.html 18 Jun 2008 00:05:21 -0000 1.3
+++ xmlhttp-cust_main-address_standardize.html 3 Dec 2008 01:42:26 -0000 1.4
@@ -72,7 +72,9 @@
} else {
- warn "USPS WebTools error: ". $verifier->response. "\n";
+ $return->{$pre.'error'} = "USPS WebTools error: ".
+ $verifier->{error}{description};
+
}
Index: tax-import.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/tax-import.cgi,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- tax-import.cgi 19 Nov 2008 14:56:00 -0000 1.5
+++ tax-import.cgi 3 Dec 2008 01:42:25 -0000 1.6
@@ -29,11 +29,13 @@
<% include( '/elements/file-upload.html',
'field' => [ 'codefile',
'plus4file',
+ 'zipfile',
'txmatrix',
'detail',
],
'label' => [ 'code filename',
'plus4 filename',
+ 'zip filename',
'txmatrix filename',
'detail filename',
],
- Previous message: [freeside-commits] freeside/FS/FS Misc.pm, 1.32, 1.33 Schema.pm, 1.115, 1.116 cust_main.pm, 1.387, 1.388 cust_tax_location.pm, 1.3, 1.4 part_pkg_taxrate.pm, 1.5, 1.6 tax_class.pm, 1.4, 1.5 tax_rate.pm, 1.11, 1.12
- Next message: [freeside-commits] freeside/httemplate/edit part_pkg.cgi, 1.67.2.12, 1.67.2.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list