From fa63948b49dedf0a1e0d2e857353188333092f33 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 4 Oct 2007 01:15:05 +0000 Subject: [PATCH] update top-level FS manpage --- FS/FS.pm | 161 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 144 insertions(+), 17 deletions(-) diff --git a/FS/FS.pm b/FS/FS.pm index b18d7f7b2..d097071b7 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -21,12 +21,20 @@ Freeside perl modules and CLI utilities. =head2 Utility classes +L - Freeside database schema + +L - Setup subroutines + L - Freeside configuration values L - Freeside configuration option meta-data. +L - Freeside configuration default and available values + L - User class (not yet OO) +L - Package representing the current user + L - Non OO-subroutines for the web interface. L - Message catalog @@ -35,10 +43,48 @@ L - Search cache L - RADIUS dictionary +L - Access control rights. + +L - Report data objects + +L - Report data objects + +L - Report data objects + +L - Backend XML::RPC server + +L - Miscellaneous subroutines + +L - Payment types + +L - A pony + =head2 Database record classes L - Database record base class +L - Mixin class for classes in a many-to-many relationship + +L - Base class for tables with a related table listing names + +L - Base class for option sub-classes + +L - Package class class + +L - Mixin class for records in tables that contain payinfo. + +L - Employees / internal users + +L - Employee preferences + +L - Employee groups + +L - Employee group membership + +L - Group reseller access + +L - Access rights + L - POP (Point of Presence, not Post Office Protocol) class @@ -50,8 +96,12 @@ L - Locale (tax rate) class L - Tax exemption record class +L - Line-item specific tax exemption record class + L - Service base class +L - Mixin class for svc_ classes with a parent_svcnum field + L - Account (shell, RADIUS, POP3) class L - External mail account class @@ -62,14 +112,36 @@ L - Domain class L - DNS zone entries +L - Domain registrar class + L - Mail forwarding class L - Web virtual host class. L - DSL, wireless and other broadband class. +L - Address block class + +L - Router class + +L - Phone service class + +L - Call Detail Record class + +L - CDR calltype class + +L - CDR carrier class + +L - CDR upstream rate class + +L - CDR type class + L - Externally tracked service class. +L - Inventory classes + +L - Inventory items + L - Service definition class L - Column constraint class @@ -81,6 +153,8 @@ L - External provisioning export class L - Export option class +L - Package class class + L - Package definition class L - Package definition option class @@ -104,8 +178,13 @@ L - Agent (reseller) class L - Agent type class -L - Class linking agent types (see L) with -package definitions (see L) +L - Class linking agent types (see L) with package definitions (see L) + +L - Payment gateway class + +L - Payment gateway option class + +L - Agent payment gateway class L - Service class @@ -113,10 +192,21 @@ L - Customer package class L - Customer package option class +L - Reason type class + +L - Reason class + +L - Package reason class + L - Customer class -L - Invoice destination -class +L - Mixin class for records that contain fields from cust_main + +L - Invoice destination class + +L - Customer note class + +L - Banned payment information class L - Invoice class @@ -128,12 +218,18 @@ L - Invoice event definition class L - Completed invoice event class +L - Base class for bill application classes + L - Payment class L - Voided payment class L - Payment application class +L - Line-item specific payment application class + +L - Batch payment application class + L - Credit class L - Refund class @@ -142,6 +238,8 @@ L - Refund application to credit class L - Credit application to invoice class +L - Line-item specific credit application to invoice class + L - Refund application to payment class L - Credit card transaction queue class @@ -168,7 +266,33 @@ L L -=head1 Client API +=head2 Historical database record classes + +L - History table base class + +L - Historical record of customer tax changes (old-style) + +L - Object method for h_cust_svc objects + +L - Historical record of customer tax changes (old-style) + +L - Historical DNS entry objects + +L - Historical account objects + +L - Historical broadband connection objects + +L - Historical domain objects + +L - Historical externally tracked service objects + +L - Historical mail forwarding alias objects + +L - Historical phone number objects + +L - Historical web virtual host objects + +=head2 Client API L @@ -182,7 +306,7 @@ L L -=head1 Remote API modules +=head2 Remote API modules L @@ -192,6 +316,12 @@ L L (deprecated in favor of the self-service server) +=head2 User Interface classes + +L - Web user-interface class + +L - Byte counter user-interface class + =head2 Command-line utilities L @@ -216,11 +346,7 @@ L L -=head2 User Interface classes - -L - Web user-interface class - -=head2 Notes +=head1 Notes To quote perl(1), "If you're intending to read these straight through for the first time, the suggested order will tend to reduce the number of forward @@ -231,12 +357,12 @@ http://www.perl.com/doc/FMTEYEWTK/easy_objects.html might help you out. =head1 DESCRIPTION -Freeside is a billing and administration package for Internet Service -Providers. +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 . -The main documentation is in httemplate/docs. +The main documentation is at . =head1 SUPPORT @@ -250,16 +376,17 @@ and higher SNR than the users list. Send a blank message to Commercial support is available; see . -=head1 AUTHOR +=head1 AUTHORS -Primarily Ivan Kohler , with help from many kind folks. +Primarily Ivan Kohler, with help from many kind folks, including core +contributors Jeff Finucane, Kristian Hoffman, Jason Hall and Peter Bowen. See the CREDITS file in the Freeside distribution for a (hopefully) complete list and the individal files for details. =head1 SEE ALSO -perl(1), main Freeside documentation in htdocs/docs/ +perl(1), main Freeside documentation at =head1 BUGS -- 2.11.0