[freeside-commits] freeside README.1.5.8, NONE, 1.1 SCHEMA_CHANGE, 1.3, 1.4

Ivan,,, ivan at wavetail.420.am
Wed Aug 17 15:23:48 PDT 2005


Update of /home/cvs/cvsroot/freeside
In directory wavetail:/tmp/cvs-serv31511

Modified Files:
	SCHEMA_CHANGE 
Added Files:
	README.1.5.8 
Log Message:
infrastructure for easier schema changes, and: add payment_gateway, payment_gateway_option and agent_payment_gateway tables, add paystart_month, paystart_year, payissue and payip fields to cust_main, add preliminary gateway and gateway override editing to web UI, use payment gateway override when processing payments (card type, not taxclass yet)

--- NEW FILE: README.1.5.8 ---

install DBIx::DBSchema 0.27

install the new version
run "freeside-upgrade username" to uprade your database schema


Index: SCHEMA_CHANGE
===================================================================
RCS file: /home/cvs/cvsroot/freeside/SCHEMA_CHANGE,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- SCHEMA_CHANGE	19 Apr 2005 09:48:39 -0000	1.3
+++ SCHEMA_CHANGE	17 Aug 2005 22:23:46 -0000	1.4
@@ -1,7 +1,16 @@
-FS/bin/freeside-setup
-httemplate/docs/upgrade10.html
-README.1.5.X
-httemplate/docs/schema.html
-for new tables: edit FS/FS.pm, add a new FS/FS/table_name.pm
-                and FS/t/table_name.t, edit FS/MANIFEST
+primarily:
+- edit FS/FS/Schema.pm
+
+if the changes are something other than table and/or column additions:
+- httemplate/docs/upgrade10.html
+- README.1.5.X
+
+for new tables:
+- run bin/generate-table-module tablename
+- edit the resulting FS/FS/table.pm
+
+docs:
+- sorta neglected: FS/FS.pm
+- somehwat neglected: httemplate/docs/schema.html
+- really neglected: httemplate/docs/schema.dia
 



More information about the freeside-commits mailing list