summaryrefslogtreecommitdiff
path: root/FS/FS.pm
diff options
context:
space:
mode:
authorivan <ivan>2007-10-04 01:21:12 +0000
committerivan <ivan>2007-10-04 01:21:12 +0000
commit852b6d4f7a6baab8298d76fca4f3c5536b011dbb (patch)
tree9644fe53811f2a2ad83a33176fe09073281110dc /FS/FS.pm
parent3a977998566f58dd5b16745f95cf6f30a27f0b0a (diff)
update FS base page for new stuff in 1.9
Diffstat (limited to 'FS/FS.pm')
-rw-r--r--FS/FS.pm26
1 files changed, 23 insertions, 3 deletions
diff --git a/FS/FS.pm b/FS/FS.pm
index 462815d..5618ae6 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -69,7 +69,7 @@ L<FS::m2name_Common> - Base class for tables with a related table listing names
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_pop_local> - Local calling area class
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::svc_acct> - Account (shell, RADIUS, POP3) class
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> - Invoice line item class
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> - (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_bill_event> - Completed invoice event class
+L<FS::cust_event> - (New) Customer event class
L<FS::cust_bill_ApplicationCommon> - Base class for bill application classes