summaryrefslogtreecommitdiff
path: root/FS/FS.pm
diff options
context:
space:
mode:
authorcvs2git <cvs2git>2009-10-11 02:42:17 +0000
committercvs2git <cvs2git>2009-10-11 02:42:17 +0000
commita83a000a027d1272e813259d09230d701d84df64 (patch)
tree71500c957e6d7db3e1ad3d59e74ca7bbb14e44ff /FS/FS.pm
parent097a12385d80ef52f37d4cc2bb93bc3f81e6f8e6 (diff)
parent0b69c091543b56a45f2ae6b8718fc67f381a6686 (diff)
This commit was manufactured by cvs2svn to create branchfreeside_1_9_1
'FREESIDE_1_9_BRANCH'.
Diffstat (limited to 'FS/FS.pm')
-rw-r--r--FS/FS.pm16
1 files changed, 13 insertions, 3 deletions
diff --git a/FS/FS.pm b/FS/FS.pm
index c4be977..7ce9741 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -102,6 +102,8 @@ L<FS::cust_main_county> - Locale (tax rate) class
L<FS::cust_tax_exempt> - Tax exemption record class
+L<FS::cust_tax_adjustment> - Tax adjustment record class
+
L<FS::cust_tax_exempt_pkg> - Line-item specific tax exemption record class
L<FS::svc_Common> - Service base class
@@ -136,6 +138,10 @@ L<FS::part_virtual_field> - Broadband virtual field class
L<FS::svc_phone> - Phone service class
+L<FS::phone_device> - Phone device class
+
+L<FS::part_device> - Device definition class
+
L<FS::phone_avail> - Phone number availability cache
L<FS::cdr> - Call Detail Record class
@@ -144,8 +150,6 @@ L<FS::cdr_calltype> - CDR calltype class
L<FS::cdr_carrier> - CDR carrier class
-L<FS::cdr_upstream_rate> - CDR upstream rate class
-
L<FS::cdr_type> - CDR type class
L<FS::svc_external> - Externally tracked service class.
@@ -165,7 +169,7 @@ L<FS::part_export> - External provisioning export class
L<FS::part_export_option> - Export option class
-L<FS::pkg_category> - Package category class
+L<FS::pkg_category> - Package category class (invoice oriented)
L<FS::pkg_class> - Package class class
@@ -177,6 +181,8 @@ L<FS::part_pkg_taxclass> - Tax class class
L<FS::part_pkg_option> - Package definition option class
+L<FS::part_pkg_report_option> - Package reporting classification class
+
L<FS::pkg_svc> - Class linking package definitions (see L<FS::part_pkg>) with
service definitions (see L<FS::part_svc>)
@@ -228,12 +234,16 @@ L<FS::cust_main_Mixin> - Mixin class for records that contain fields from cust_m
L<FS::cust_main_invoice> - Invoice destination class
+L<FS::cust_main_exemption> - Customer tax exemption class
+
L<FS::cust_main_note> - Customer note class
L<FS::banned_pay> - Banned payment information class
L<FS::cust_bill> - Invoice class
+L<FS::cust_statement> - Informational statement class
+
L<FS::cust_bill_pkg> - Invoice line item class
L<FS::cust_bill_pkg_detail> - Invoice line item detail class