certificates ala communigate, RT#7515
[freeside.git] / FS / FS.pm
index 84ec0f3..aca33de 100644 (file)
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -61,6 +61,8 @@ L<FS::ClientAPI_SessionCache> - ClientAPI session cache
 
 L<FS::Pony> - A pony
 
+L<FS::cust_main::Search> - Customer searching
+
 L<FS::cust_main::Import> - Batch customer importing
 
 =head2 Database record classes
@@ -128,6 +130,12 @@ L<FS::domain_record> - DNS zone entries
 
 L<FS::registrar> - Domain registrar class
 
+L<FS::cgp_rule> - Communigate pro rule class
+
+L<FS::cgp_rule_condition> - Communigate pro rule condition class
+
+L<FS::cgp_rule_action> - Communigate pro rule action class
+
 L<FS::svc_forward> - Mail forwarding class
 
 L<FS::svc_mailinglist> - (Customer) Mailing list class
@@ -166,6 +174,10 @@ L<FS::cdr_type> - CDR type class
 
 L<FS::svc_external> - Externally tracked service class.
 
+L<FS::svc_pbx> - PBX service class
+
+L<FS::svc_cert> - Certificate service class
+
 L<FS::inventory_class> - Inventory classes
 
 L<FS::inventory_item> - Inventory items
@@ -256,6 +268,12 @@ L<FS::prospect_main> - Prospect class
 
 L<FS::cust_main> - Customer class
 
+L<FS::cust_main::Billing> - Customer billing class
+
+L<FS::cust_main::Billing_Realtime> - Customer real-time billing class
+
+L<FS::cust_main::Packages> - Customer packages class
+
 L<FS::cust_location> - Customer location class
 
 L<FS::cust_main_Mixin> - Mixin class for records that contain fields from cust_main
@@ -266,6 +284,10 @@ L<FS::cust_class> - Customer classification class
 
 L<FS::cust_category> - Customer category class
 
+L<FS::cust_tag> - Customer tag class
+
+L<FS::part_tag> - Tag definition class
+
 L<FS::cust_main_exemption> - Customer tax exemption class
 
 L<FS::cust_main_note> - Customer note class
@@ -344,7 +366,9 @@ L<FS::queue_arg> - Job arguments
 
 L<FS::queue_depend> - Job dependencies
 
-L<FS::msgcat> - Message catalogs
+L<FS::msg_template> - Message templates (customer notices)
+
+L<FS::msgcat> - Message catalogs (error messages)
 
 L<FS::clientapi_session>