X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS.pm;h=16845fac141957841b46db0e1dd7727f02581190;hp=c19d2a923b2e1497e6bc53393dc370e34ba0a670;hb=HEAD;hpb=8d6ea7d8fddec3fd471a0e68f297d20e191c6f11 diff --git a/FS/FS.pm b/FS/FS.pm index c19d2a923..16845fac1 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '4.0git'; +$VERSION = '5.0~git'; #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 @@ -53,7 +53,7 @@ L - Report data objects L - Report data objects -L - Backend XML::RPC server +L - Backend XML::RPC server L - Miscellaneous subroutines @@ -67,6 +67,8 @@ L - Customer searching L - Batch customer importing +L - Batch contact importing + =head2 Database record classes L - Database record base class @@ -99,6 +101,10 @@ L - Group reseller access L - Access rights +L - Installers / schedulable resources + +L - Installer/resource availability + L - POP (Point of Presence, not Post Office Protocol) class @@ -298,7 +304,7 @@ L - Rate plan detail for call billing L - Rate tiers for call billing -L - Rater tier details for call billing +L - Rater tier details for call billing L - Usage class class @@ -334,9 +340,9 @@ L - Customer package option class L - Customer package details class -L - Customer package discount class +L - Customer package discount class -L - Customer package discount line item application class +L - Customer package discount line item application class L - Discount class @@ -376,6 +382,8 @@ L - Mixin class for records that contain fields from cust_m L - Invoice destination class +L - Customer credit limit events class + L - Customer classification class L - Customer category class @@ -402,10 +410,6 @@ L - Invoice line item detail 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 - (New) Billing event option class @@ -446,6 +450,8 @@ L - Credit application to invoice class L - Line-item specific credit application to invoice class +L - Line-item sources for triggered package credits + L - Refund application to payment class L - Credit card transaction queue class @@ -466,6 +472,8 @@ L - Job arguments L - Job dependencies +L - Job statistics + L - Message templates (customer notices) L - Message catalogs (error messages) @@ -524,6 +532,8 @@ L - Self-service API L - Self-service XML-RPC API +L - Backoffice XML-RPC API + =head2 User Interface classes L - Web user-interface class @@ -532,43 +542,91 @@ L - Byte counter user-interface class =head2 Command-line utilities +=head3 Setup and upgrade + L - Command line interface to add (freeside) users. +L - Recreate database schema cache + +L - Create new database + +L - Upgrades database schema for new freeside verisons. + +L - Seed LATA data + +L - Seed MSA data + +=head3 Cron + L - Run daily billing and collection events. L - Run monthly billing and invoice collection events. -L - Recreate database schema cache +=head3 Cron (payment batches) + +L - Download EFT Canada batch results + +L - Upload an EFT Canada batch + +L - Download Chase Paymentech batch results + +L - Upload a Chase Paymentech batch + +=head3 Usage -L - Command line interface to delete (freeside) users. +L - Download and import CDR files -L - Emails notifications of credit card expirations. +L - Download usage data from IPifony + +=head3 Misc. Tools (retreiving data) L - Prints email addresses of all users on STDOUT -L - Send a freeside page to a list of employees. +L - List all usernames in the sytem -L - Real-time daemon for prepaid packages +L - List all phone numbers in the system -L - Removes stray applications of credit, payment to bills, refunds, etc. +=head3 Misc. Tools (taking actions) -L - Job queue daemon +L - Removes stray applications of credit, payment to bills, refunds, etc. -L - Command line utility to manipulate radius groups +=head3 Services L - Command line tool to re-trigger export jobs for existing services L - Command line tool to set the fixed columns for existing services -L - Command line tool to eliminate duplicate usergroup entries from radius tables +=head3 RADIUS -L - Real-time radacct import daemon +L - Command line utility to manipulate radius groups + +L - Command line tool to eliminate duplicate usergroup entries from radius tables L - Command line interface to reset and recreate RADIUS SQL tables L - Command line time-online tool -L - Upgrades database schema for new freeside verisons. +=head2 Daemons + +L - CDR daemon + +L - Real-time CDR rating daemon + +L - CDR rewriting daemon + +L - Real-time daemon for prepaid packages + +L - Job queue daemon + +L - Self-service server + +L - Self-service XML-RPC server + +L - Real-time radacct import daemon + +L - Torrus virtual port combining daemon + +L - Back-office XML-RPC server =head1 Notes @@ -584,57 +642,29 @@ 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 . +The Freeside home page is at . -The main documentation is at . +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. - -Commercial support is available; see -. - -=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 + to subscribe. -Matt Simerson +Commercial products and services are available; see + and . -=head2 CONTRIBUTORS +=head1 AUTHORS AND CONTRIBUTORS See httemplate/docs/credits.html =head1 SEE ALSO -perl(1), main Freeside documentation at +perl(1), main Freeside documentation at =head1 BUGS