queue statistics, RT#30238
[freeside.git] / FS / FS.pm
index b3ebf30..d6b68c2 100644 (file)
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -99,6 +99,10 @@ L<FS::access_groupagent> - Group reseller access
 
 L<FS::access_right> - Access rights
 
+L<FS::sched_item> - Installers / schedulable resources
+
+L<FS::sched_avail> - Installer/resource availability
+
 L<FS::svc_acct_pop> - POP (Point of Presence, not Post
 Office Protocol) class
 
@@ -204,13 +208,35 @@ L<FS::svc_external> - Externally tracked service class.
 
 L<FS::svc_pbx> - PBX service class
 
+L<FS::pbx_extension> - PBX extension class
+
+L<FS::pbx_device> - PBX device class
+
 L<FS::svc_cert> - Certificate service class
 
 L<FS::svc_dish> - Dish network service class
 
 L<FS::svc_cable> - Cable service class
 
-L<FS::cable_model> - Cable-model model class
+L<FS::cable_model> - Cable-modem model class
+
+L<FS::cable_provider> - Cable provider class
+
+L<FS::svc_alarm> - Alarm service class
+
+L<FS::alarm_system> - Alarm system class
+
+L<FS::alarm_type> - Alarm type (inputs and outputs) class
+
+L<FS::alarm_station> - Alarm central station class
+
+L<FS::svc_conferencing> - Conferencing service class
+
+L<FS::conferencing_type> - Conferencing type class
+
+L<FS::conferencing_quality> - Conferencing quality class
+
+L<FS::svc_video> - Video (IPTV/video-on-demand) service class
 
 L<FS::inventory_class> - Inventory classes
 
@@ -237,6 +263,10 @@ L<FS::part_pkg> - Package definition class
 
 L<FS::part_pkg_msgcat> - Package definition localization class
 
+L<FS::part_pkg_usageprice> - Package definition usage pricing add-on class
+
+L<FS::cust_pkg_usageprice> - Customer package usage pricing add-on class
+
 L<FS::part_pkg_currency> - Package definition local currency prices
 
 L<FS::currency_exchange> - Currency exchange rates
@@ -308,11 +338,13 @@ L<FS::cust_pkg_option> - Customer package option class
 
 L<FS::cust_pkg_detail> - Customer package details class
 
-L<FS:;cust_pkg_discount> - Customer package discount class
+L<FS::cust_pkg_discount> - Customer package discount class
 
-L<FS:;cust_bill_pkg_discount> - Customer package discount line item application class
+L<FS::cust_bill_pkg_discount> - Customer package discount line item application class
 
-L<FS:;discount> - Discount class
+L<FS::discount> - Discount class
+
+L<FS::discount_class> - Discount class class
 
 L<FS::reason_type> - Reason type class
 
@@ -348,6 +380,8 @@ 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_main_credit_limit> - Customer credit limit events class
+
 L<FS::cust_class> - Customer classification class
 
 L<FS::cust_category> - Customer category class
@@ -438,6 +472,8 @@ L<FS::queue_arg> - Job arguments
 
 L<FS::queue_depend> - Job dependencies
 
+L<FS::queue_stat> - Job statistics
+
 L<FS::msg_template> - Message templates (customer notices)
 
 L<FS::msgcat> - Message catalogs (error messages)
@@ -496,6 +532,8 @@ L<FS::SelfService> - Self-service API
 
 L<FS::SelfService::XMLRPC> - Self-service XML-RPC API
 
+L<FS::API> - Backoffice XML-RPC API
+
 =head2 User Interface classes
 
 L<FS::UI::Web> - Web user-interface class
@@ -556,21 +594,21 @@ http://www.perl.com/doc/FMTEYEWTK/easy_objects.html might help you out.
 Freeside is a billing and administration package for wired and wireless ISPs,
 VoIP, hosting, service and content providers and other online businesses.
 
-The Freeside home page is at <http://www.sisd.com/freeside>.
+The Freeside home page is at <http://freeside.biz/>.
 
-The main documentation is at <http://www.sisd.com/mediawiki>.
+The main documentation is at <http://freeside.biz/mediawiki>.
 
 =head1 SUPPORT
 
 A mailing list for users is available.  Send a blank message to
-<freeside-users-subscribe@sisd.com> to subscribe.
+<freeside-users-subscribe@freeside.biz> to subscribe.
 
 A mailing list for developers is available.  It is intended to be lower volume
 and higher SNR than the users list.  Send a blank message to
-<freeside-devel-subscribe@sisd.com> to subscribe.
+<freeside-devel-subscribe@freeside.biz> to subscribe.
 
-Commercial support is available; see
-<http://www.sisd.com/freeside/commercial.html>.
+Commercial products and services are available; see
+<http://freeside.biz/freeside/products.html> and <http://freeside.biz/freeside/services.html>.
 
 =head1 AUTHORS
 
@@ -606,7 +644,7 @@ See httemplate/docs/credits.html
 
 =head1 SEE ALSO
 
-perl(1), main Freeside documentation at <http://www.sisd.com/mediawiki/>
+perl(1), main Freeside documentation at <http://freeside.biz/mediawiki/>
 
 =head1 BUGS