X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=4638bbc67ee644d6f716c5febffb1308fa4f906b;hb=7ed55804735f4f687cd64139db7bae9746282a89;hp=d097071b79dd004e39cf2b109dd9337a62784def;hpb=fa63948b49dedf0a1e0d2e857353188333092f33;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index d097071b7..4638bbc67 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -41,15 +41,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,6 +55,8 @@ L - Miscellaneous subroutines L - Payment types +L - ClientAPI session cache + L - A pony =head2 Database record classes @@ -69,7 +69,7 @@ L - Base class for tables with a related table listing names L - Base class for option sub-classes -L - Package class class +L - Configuration value class L - Mixin class for records in tables that contain payinfo. @@ -92,6 +92,8 @@ L - Local calling area class L - Referral class +L - Package referral class + L - Locale (tax rate) class L - Tax exemption record class @@ -106,6 +108,8 @@ L - Account (shell, RADIUS, POP3) class L - External mail account class +L - Time worked application to account class + L - RADIUS groups L - Domain class @@ -124,6 +128,8 @@ L - Address block class L - Router class +L - Broadband virtual field class + L - Phone service class L - Call Detail Record class @@ -214,14 +220,32 @@ L - Invoice line item class L - Invoice line item detail class -L - Invoice event definition class +L - (Old) Invoice event definition class + +L - (Old) Completed invoice event class + +L - (New) Billing event definition class + +L - (New) Billing event option class + +L - (New) Billing event condition base class + +L - (New) Billing event action base class + +L - (New) Billing event condition class + +L - (New) Billing event condition option class -L - Completed invoice event class +L - (New) Billing event condition compound option class + +L - (New) Customer event class L - Base class for bill application classes L - Payment class +L - Pending payment class + L - Voided payment class L - Payment application class @@ -292,59 +316,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