update the tax class editor to enable taxclass adding, RT#2929
[freeside.git] / FS / FS.pm
index 05deea3..6fa6faa 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.
@@ -163,6 +165,8 @@ L<FS::pkg_class> - Package class class
 
 L<FS::part_pkg> - Package definition 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 +248,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 +298,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