diff options
author | ivan <ivan> | 2009-10-29 01:08:33 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-10-29 01:08:33 +0000 |
commit | 9d77a21db3642ca66d9a0e545b804b7e6b4090ee (patch) | |
tree | 8323e01c8e25420222c97b4e0ea87f89b73203fd /FS/FS.pm | |
parent | f274814c7cde3681578ca594a2b00475370e4c92 (diff) |
customer classification, RT#6376
Diffstat (limited to 'FS/FS.pm')
-rw-r--r-- | FS/FS.pm | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -73,6 +73,10 @@ 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::class_Common> - Base class for classification classes + +L<FS::category_Common> - Base class for category (grooups of classifications) classes + L<FS::conf> - Configuration value class L<FS::payinfo_Mixin> - Mixin class for records in tables that contain payinfo. @@ -234,6 +238,10 @@ 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_class> - Customer classification class + +L<FS::cust_category> - Customer category class + L<FS::cust_main_exemption> - Customer tax exemption class L<FS::cust_main_note> - Customer note class |