From 6fe8172b11d0369d0b1274d6825ec0c57afe8001 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 26 Oct 2004 11:26:35 +0000 Subject: modular price plans! --- SCHEMA_CHANGE | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 SCHEMA_CHANGE (limited to 'SCHEMA_CHANGE') diff --git a/SCHEMA_CHANGE b/SCHEMA_CHANGE new file mode 100644 index 000000000..2838598f9 --- /dev/null +++ b/SCHEMA_CHANGE @@ -0,0 +1,7 @@ +FS/bin/freeside-setup +httemplate/docs/upgrade10.html +README.1.5.0pre6 +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 + -- cgit v1.2.1 From 48ba2845d0119c56971d5b724661aa37e73b49dd Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 20 Nov 2004 17:26:56 +0000 Subject: first pass at VoIP rating --- SCHEMA_CHANGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SCHEMA_CHANGE') diff --git a/SCHEMA_CHANGE b/SCHEMA_CHANGE index 2838598f9..4e5dcabcf 100644 --- a/SCHEMA_CHANGE +++ b/SCHEMA_CHANGE @@ -1,6 +1,6 @@ FS/bin/freeside-setup httemplate/docs/upgrade10.html -README.1.5.0pre6 +README.1.5.0preX 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 -- cgit v1.2.1 From 59dffd575f6871ae0cf42589bff1e88458a2e475 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 19 Apr 2005 09:48:39 +0000 Subject: did another upgrade, fixed up the instructions --- SCHEMA_CHANGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SCHEMA_CHANGE') diff --git a/SCHEMA_CHANGE b/SCHEMA_CHANGE index 4e5dcabcf..063d01cb3 100644 --- a/SCHEMA_CHANGE +++ b/SCHEMA_CHANGE @@ -1,6 +1,6 @@ FS/bin/freeside-setup httemplate/docs/upgrade10.html -README.1.5.0preX +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 -- cgit v1.2.1 From feef0e4c2b4bd6b776b25f5a1bd6fdbf63fd08b2 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 17 Aug 2005 22:23:46 +0000 Subject: 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) --- SCHEMA_CHANGE | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'SCHEMA_CHANGE') diff --git a/SCHEMA_CHANGE b/SCHEMA_CHANGE index 063d01cb3..26ebeea76 100644 --- a/SCHEMA_CHANGE +++ b/SCHEMA_CHANGE @@ -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 -- cgit v1.2.1