X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS.pm;h=c4be977f1351872729c1bac65efd3e6f02c40c50;hp=5618ae69563439f81df358949285b846760bf611;hb=2b8ffc98529637ffddfe7cbf6b4f9b8deb90f0fa;hpb=852b6d4f7a6baab8298d76fca4f3c5536b011dbb diff --git a/FS/FS.pm b/FS/FS.pm index 5618ae695..c4be977f1 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -25,6 +25,8 @@ L - Freeside database schema L - Setup subroutines +L - Upgrade subroutines + L - Freeside configuration values L - Freeside configuration option meta-data. @@ -41,15 +43,13 @@ L - Message catalog L - Search cache -L - RADIUS dictionary - L - Access control rights. L - Report data objects L - Report data objects -L - Report data objects +L - Report data objects L - Backend XML::RPC server @@ -57,8 +57,12 @@ L - Miscellaneous subroutines L - Payment types +L - ClientAPI session cache + L - A pony +L - Batch customer importing + =head2 Database record classes L - Database record base class @@ -132,6 +136,8 @@ L - Broadband virtual field class L - Phone service class +L - Phone number availability cache + L - Call Detail Record class L - CDR calltype class @@ -159,10 +165,16 @@ L - External provisioning export class L - Export option class +L - Package category class + L - Package class class L - Package definition class +L - Package definition link class + +L - Tax class class + L - Package definition option class L - Class linking package definitions (see L) with @@ -180,6 +192,8 @@ L - Rate region prefixes for call billing L - Rate plan detail for call billing +L - Usage class class + L - Agent (reseller) class L - Agent type class @@ -198,6 +212,8 @@ L - Customer package class L - Customer package option class +L - Customer package details class + L - Reason type class L - Reason class @@ -206,6 +222,8 @@ L - Package reason class L - Customer class +L - Customer location class + L - Mixin class for records that contain fields from cust_main L - Invoice destination class @@ -244,6 +262,8 @@ L - Base class for bill application classes L - Payment class +L - Pending payment class + L - Voided payment class L - Payment application class @@ -292,6 +312,10 @@ L L - History table base class +L - Historical record of customer payment changes + +L - Historical record of customer credit changes + L - Historical record of customer tax changes (old-style) L - Object method for h_cust_svc objects @@ -314,59 +338,57 @@ L - Historical phone number objects L - Historical web virtual host objects -=head2 Client API - -L +=head2 Remote API modules -L +L - Self-service API -L +L - Self-service XML-RPC API -L +=head2 User Interface classes -L +L - Web user-interface class -L +L - Byte counter user-interface class -=head2 Remote API modules +=head2 Command-line utilities -L +L - Command line interface to add (freeside) users. -L +L - Run daily billing and collection events. -L +L - Run monthly billing and invoice collection events. -L (deprecated in favor of the self-service server) +L - Recreate database schema cache -=head2 User Interface classes +L - Command line interface to delete (freeside) users. -L - Web user-interface class +L - Emails notifications of credit card expirations. -L - Byte counter user-interface class +L - Prints email addresses of all users on STDOUT -=head2 Command-line utilities +L - Send a freeside page to a list of employees. -L +L - Real-time daemon for prepaid packages -L +L - Removes stray applications of credit, payment to bills, refunds, etc. -L +L - Job queue daemon -L +L - Command line utility to manipulate radius groups -L +L - Command line tool to re-trigger export jobs for existing services -L +L - Command line tool to set the fixed columns for existing services -L +L - Command line tool to eliminate duplicate usergroup entries from radius tables -L +L - Real-time radacct import daemon -L +L - Command line interface to reset and recreate RADIUS SQL tables -L +L - Command line time-online tool -L +L - Upgrades database schema for new freeside verisons. =head1 Notes