[freeside-commits] freeside README.1.7.0,1.8,1.9
Ivan,,,
ivan at wavetail.420.am
Thu Aug 10 06:50:46 PDT 2006
Update of /home/cvs/cvsroot/freeside
In directory wavetail:/tmp/cvs-serv1633
Modified Files:
README.1.7.0
Log Message:
add cust_main.agent_custid (at least to schema and customer view, no manual editing yet)
Index: README.1.7.0
===================================================================
RCS file: /home/cvs/cvsroot/freeside/README.1.7.0,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- README.1.7.0 9 Aug 2006 06:43:00 -0000 1.8
+++ README.1.7.0 10 Aug 2006 13:50:44 -0000 1.9
@@ -34,6 +34,9 @@
CREATE INDEX cust_main16 on cust_main ( zip );
CREATE INDEX cust_main17 on cust_main ( ship_zip );
+Optional if you're using the new agent cust ref#s:
+CREATE UNIQUE INDEX cust_main18 ON cust_main ( agentnum, agent_custid );
+
Optional to eliminate harmless but noisy warnings:
UPDATE cust_main_county SET exempt_amount = 0 WHERE exempt_amount IS NULL;
More information about the freeside-commits
mailing list