package categories (meta package classes) and grouping invoices by them
[freeside.git] / FS / FS.pm
index 05deea3..b3a6dcd 100644 (file)
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -25,6 +25,8 @@ L<FS::Schema> - Freeside database schema
 
 L<FS::Setup> - Setup subroutines
 
+L<FS::Upgrade> - Upgrade subroutines
+
 L<FS::Conf> - Freeside configuration values
 
 L<FS::ConfItem> - Freeside configuration option meta-data.
@@ -159,10 +161,16 @@ 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_class> - Package class class
 
 L<FS::part_pkg> - Package definition class
 
+L<FS::part_pkg_link> - Package definition link class
+
+L<FS::part_pkg_taxclass> - Tax class class
+
 L<FS::part_pkg_option> - Package definition option class
 
 L<FS::pkg_svc> - Class linking package definitions (see L<FS::part_pkg>) with
@@ -244,6 +252,8 @@ L<FS::cust_bill_ApplicationCommon> - Base class for bill application classes
 
 L<FS::cust_pay> - Payment class
 
+L<FS::cust_pay_pending> - Pending payment class
+
 L<FS::cust_pay_void> - Voided payment class
 
 L<FS::cust_bill_pay> - Payment application class
@@ -292,6 +302,10 @@ L<FS::clientapi_session_field>
 
 L<FS::h_Common> - History table base class
 
+L<FS::h_cust_pay> - Historical record of customer payment changes
+
+L<FS::h_cust_credit> - Historical record of customer credit changes
+
 L<FS::h_cust_bill> - Historical record of customer tax changes (old-style)
 
 L<FS::h_cust_svc> - Object method for h_cust_svc objects