certificates ala communigate, RT#7515
[freeside.git] / FS / FS.pm
index 8613c71..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
@@ -172,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
@@ -262,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
@@ -272,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