X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS.pm;h=2d963b54f7c8b56b8673d5c03be3f3d8ec938770;hp=57a1f6cfe83540b49fd5ed640bb201cfe7536453;hb=1ad547a47f16b4230762e752fbe48d460ed997e1;hpb=55a68e4aabe10db4d9c3ab1bb8befd2f9f4b9008 diff --git a/FS/FS.pm b/FS/FS.pm index 57a1f6cfe..2d963b54f 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '%%%VERSION%%%'; +$VERSION = '3.0git'; #find missing entries in this file with: # for a in `ls *pm | cut -d. -f1`; do grep 'L' ../FS.pm >/dev/null || echo "missing $a" ; done @@ -21,24 +21,84 @@ Freeside perl modules and CLI utilities. =head2 Utility classes +L - Freeside database schema + +L - Setup subroutines + +L - Upgrade 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 - Locales + 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 - Backend XML::RPC server + +L - Miscellaneous subroutines + +L - Payment types + +L - ClientAPI session cache + +L - A pony + +L - Customer searching + +L - Batch customer importing =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 - Base class for classification classes + +L - Base class for category (grooups of classifications) classes + +L - Configuration value 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 - Group sales access + +L - Access rights + L - POP (Point of Presence, not Post Office Protocol) class @@ -46,32 +106,116 @@ L - Local calling area class L - Referral class +L - Package referral class + L - Locale (tax rate) class L - Tax exemption record class +L - Tax adjustment 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 -L - RADIUS groups +L - Time worked application to account class + +L - RADIUS user group membership + +L - RADIUS groups L - Domain class L - DNS zone entries +L - Domain registrar class + +L - Communigate pro rule class + +L - Communigate pro rule condition class + +L - Communigate pro rule action class + L - Mail forwarding class +L - (Customer) Mailing list class + +L - Mailing list class + +L - Mailing list member class + L - Web virtual host class. L - DSL, wireless and other broadband class. +L - DSL + +L - DSL device MAC addresses + +L - DSL order notes + +L - Address block class + +L - Router class + +L - Tower class + +L - Tower sector class + +L - Broadband virtual field class + +L - Phone service class + +L - Phone device class + +L - Device definition class + +L - Phone number availability cache + +L - LATA number to name mapping class + +L - MSA number to name mapping class + +L - Rate center list (for bulk DID orders) + +L - Bulk DID order vendor class + +L - Bulk DID order class + +L - Bulk DID order item class + +L - Call Detail Record class + +L - Call Detail Record batch class + +L - CDR calltype class + +L - CDR carrier class + +L - CDR type class + L - Externally tracked service class. +L - PBX service class + +L - Certificate service class + +L - Dish network service class + +L - Inventory classes + +L - Inventory items + L - Service definition class +L - Service class class + L - Column constraint class L - Class linking service definitions (see L) @@ -81,13 +225,29 @@ L - External provisioning export class L - Export option class +L - Package category class (invoice oriented) + +L - Package class class + L - Package definition class +L - Package definition link class + +L - Tax class class + L - Package definition option class +L - Package reporting classification class + +L - Package external mapping class + L - Class linking package definitions (see L) with service definitions (see L) +L - Service qualification class + +L - Qualification option class + L - One-time registration codes L - Class linking registration codes (see L) with package definitions (see L) @@ -100,38 +260,138 @@ L - Rate region prefixes for call billing L - Rate plan detail for call billing +L - Rate tiers for call billing + +L - Rater tier details for call billing + +L - Usage class class + +L - Sales person class + L - Agent (reseller) class +L - Agent (reseller) package class commission 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 +L - Export hostname choice class + +L - Customer export hostname class + L - Customer package class +L - Customer package option class + +L - Customer package details class + +L - Customer package discount class + +L - Customer package discount line item application class + +L - Discount class + +L - Reason type class + +L - Reason class + +L - Package reason class + +L - Contact class class + +L - Contact class + +L - Contact phone class + +L - Phone type class + +L - Contact email class + +L - Prospect class + L - Customer class -L - Invoice destination -class +L - Customer billing class + +L - Customer real-time billing class + +L - Customer packages class + +L - Customer location class + +L - Mixin class for records that contain fields from cust_main + +L - Invoice destination class + +L - Customer classification class + +L - Customer category class + +L - Customer tag class + +L - Tag definition class + +L - Customer tax exemption class + +L - Customer note class + +L - Customer note classification class + +L - Banned payment information class L - Invoice class +L - Informational statement class + L - Invoice line item class L - Invoice line item detail class -L - Invoice event definition class +L - Legacy data invoice class + +L - (Old) Invoice event definition class + +L - (Old) Completed invoice event class + +L - (New) Billing event definition class -L - Completed invoice event 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 - (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 +L - Line-item specific payment application class + +L - Batch payment application class + L - Credit class L - Refund class @@ -140,9 +400,13 @@ 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 +L - Credit card transaction queue class + +L - Credit card transaction member queue class L - Prepaid "calling card" credit class. @@ -158,53 +422,111 @@ L - Job arguments L - Job dependencies -L - Message catalogs +L - Message templates (customer notices) + +L - Message catalogs (error messages) + +L + +L + +=head2 Historical database record classes + +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 + +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 certificate services + +L - Historical Dish Network services + +L - Historical domain objects + +L - Historical DSL objects + +L - Historical externally tracked service objects + +L - Historical mail forwarding alias objects + +L - Historical isntalled hardware service objects + +L - Historical mailing list objects -=head1 Remote API modules +L - Historical PBX objects -L +L - Historical phone number objects -L +L - Historical port number objects -L +L - Historical web virtual host objects -L (deprecated in favor of the self-service server) +=head2 Remote API modules + +L - Self-service API + +L - Self-service XML-RPC API + +=head2 User Interface classes + +L - Web user-interface class + +L - Byte counter user-interface class =head2 Command-line utilities -L +L - Command line interface to add (freeside) users. + +L - Run daily billing and collection events. -L +L - Run monthly billing and invoice collection events. -L +L - Recreate database schema cache -L +L - Command line interface to delete (freeside) users. -L +L - Emails notifications of credit card expirations. -L +L - Prints email addresses of all users on STDOUT -L +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 -=head2 User Interface classes (under (stalled) development; not yet usable) +L - Command line tool to re-trigger export jobs for existing services -L - User-interface base class +L - Command line tool to set the fixed columns for existing services -L - Gtk user-interface class +L - Command line tool to eliminate duplicate usergroup entries from radius tables -L - CGI (HTML) user-interface class +L - Real-time radacct import daemon -L - agent table user-interface class +L - Command line interface to reset and recreate RADIUS SQL tables -=head2 Notes +L - Command line time-online tool + +L - Upgrades database schema for new freeside verisons. + +=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 @@ -215,35 +537,60 @@ 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 A mailing list for users is available. Send a blank message to - to subscribe. + 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 - to subscribe. + to subscribe. Commercial support is available; see . -=head1 AUTHOR +=head1 AUTHORS + +=head2 CORE TEAM + +Jeremy Davis + +Ivan Kohler + +Mark Wells + +=head2 CORE EMERITUS + +Peter Bowen + +Jeff Finucane + +Jason Hall + +Kristian Hoffman + +Erik Levinson + +Brian McCane + +Richard Siddall + +Matt Simerson -Primarily Ivan Kohler , with help from many kind folks. +=head2 CONTRIBUTORS -See the CREDITS file in the Freeside distribution for a (hopefully) complete -list and the individal files for details. +See httemplate/docs/credits.html =head1 SEE ALSO -perl(1), main Freeside documentation in htdocs/docs/ +perl(1), main Freeside documentation at =head1 BUGS