[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


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',
                               ],



More information about the freeside-commits mailing list