freeside README.1.5.7,1.5,1.6 ANNOUNCE.1.5,1.4,1.5

ivan ivan at pouncequick.420.am
Sat Mar 12 06:32:21 PST 2005


Update of /home/cvs/cvsroot/freeside
In directory pouncequick:/tmp/cvs-serv9831

Modified Files:
	README.1.5.7 ANNOUNCE.1.5 
Log Message:
- bring prepaid support into this century (close: Bug#1124)
- finally get rid of fs_signup (everything is in fs_selfservice now) (Bug#413)
- organize main menu sysadmin section so it is slightly less confusing

Index: README.1.5.7
===================================================================
RCS file: /home/cvs/cvsroot/freeside/README.1.5.7,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- README.1.5.7	10 Mar 2005 15:33:31 -0000	1.5
+++ README.1.5.7	12 Mar 2005 14:31:46 -0000	1.6
@@ -2,6 +2,7 @@
 1.5.0pre6.  It is still a development version - releases with odd numbered 
 middle parts (NN in x.NN.x) are development versions, like Perl or Linux.
 
+install DBIx::DBSchema 0.24
 
 CREATE TABLE rate (
     ratenum serial NOT NULL,
@@ -77,6 +78,9 @@
 ALTER TABLE cust_main ALTER COLUMN zip DROP NOT NULL;
 ALTER TABLE h_cust_main ALTER COLUMN zip DROP NOT NULL;
 
+ALTER TABLE prepay_credit ADD agentnum integer NULL;
+ALTER TABLE h_prepay_credit ADD agentnum integer NULL;
+
 Installs w/integrated RT:
   CREATE SEQUENCE attributes_id_seq;
 
@@ -106,7 +110,7 @@
 
 install Javascript::RPC (JavaScript::RPC::Server::CGI), Text::CSV_XS,
 Spreadsheet::WriteExcel, IO-stringy (IO::Scalar) and Frontier::RPC
-((Frontier::RPC2)
+(Frontier::RPC2)
 
 afterwords (for installs w/integrated RT):
 make configure-rt

Index: ANNOUNCE.1.5
===================================================================
RCS file: /home/cvs/cvsroot/freeside/ANNOUNCE.1.5,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ANNOUNCE.1.5	9 Mar 2005 08:18:56 -0000	1.4
+++ ANNOUNCE.1.5	12 Mar 2005 14:31:47 -0000	1.5
@@ -37,6 +37,8 @@
 - package changes don't re-charge setup fee
 - per-agent payment and credit reports
 - CSV and Excel export of most reports, others to be migrated to new report template
+- prepaid card support updated: now includes a web generator, agent-specific
+  prepaid cards, and creates *payments*, not credits
 
 notyet (1.5.8?):
 - account merging UI in exports (for example, to consolidate passwd files from




More information about the freeside-commits mailing list