[freeside-commits] freeside/FS FS.pm,1.34,1.35

Ivan,,, ivan at wavetail.420.am
Wed Oct 3 18:21:14 PDT 2007


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

Modified Files:
	FS.pm 
Log Message:
update FS base page for new stuff in 1.9

Index: FS.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS.pm,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- FS.pm	4 Oct 2007 01:15:46 -0000	1.34
+++ FS.pm	4 Oct 2007 01:21:12 -0000	1.35
@@ -69,7 +69,7 @@
 
 L<FS::option_Common> - Base class for option sub-classes
 
-L<FS::pkg_class> - Package class class
+L<FS::conf> - Configuration value class
 
 L<FS::payinfo_Mixin>  - Mixin class for records in tables that contain payinfo.
 
@@ -92,6 +92,8 @@
 
 L<FS::part_referral> - Referral class
 
+L<FS::pkg_referral> - Package referral class
+
 L<FS::cust_main_county> - Locale (tax rate) class
 
 L<FS::cust_tax_exempt> - Tax exemption record class
@@ -106,6 +108,8 @@
 
 L<FS::acct_snarf> - External mail account class
 
+L<FS::acct_rt_transaction> - Time worked application to account class
+
 L<FS::radius_usergroup> - RADIUS groups
 
 L<FS::svc_domain> - Domain class
@@ -216,9 +220,25 @@
 
 L<FS::cust_bill_pkg_detail> - Invoice line item detail class
 
-L<FS::part_bill_event> - Invoice event definition class
+L<FS::part_bill_event> - (Old) Invoice event definition class
 
-L<FS::cust_bill_event> - Completed invoice event class
+L<FS::cust_bill_event> - (Old) Completed invoice event class
+
+L<FS::part_event> - (New) Billing event definition class
+
+L<FS::part_event_option> - (New) Billing event option class
+
+L<FS::part_event::Condition> - (New) Billing event condition base class
+
+L<FS::part_event::Action> - (New) Billing event action base class
+
+L<FS::part_event_condition> - (New) Billing event condition class
+
+L<FS::part_event_condition_option> - (New) Billing event condition option class
+
+L<FS::part_event_condition_option_option> - (New) Billing event condition compound option class
+
+L<FS::cust_event> - (New) Customer event class
 
 L<FS::cust_bill_ApplicationCommon> - Base class for bill application classes
 



More information about the freeside-commits mailing list