X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=2523d7c4d41b45068ba6da59d85f98e17b4454c2;hb=c04ccc32b86d5a05afcb24a6081c4b068d315d40;hp=2d751efe449c96f7d9f9c4082eb335be0cb273cd;hpb=4c8c3c5166ee6949c3b3339b12b1985d95330bc4;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index 2d751efe4..2523d7c4d 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.2'; +$VERSION = '3.93~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 @@ -97,6 +99,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 @@ -278,7 +284,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 @@ -312,9 +318,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 @@ -352,6 +358,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 @@ -442,6 +450,8 @@ L - Job arguments L - Job dependencies +L - Job statistics + L - Message templates (customer notices) L - Message catalogs (error messages) @@ -500,6 +510,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 @@ -518,8 +530,6 @@ L - Recreate database schema cache L - Command line interface to delete (freeside) users. -L - Emails notifications of credit card expirations. - L - Prints email addresses of all users on STDOUT L - Send a freeside page to a list of employees. @@ -560,21 +570,21 @@ 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. + to subscribe. -Commercial support is available; see -. +Commercial products and services are available; see + and . =head1 AUTHORS @@ -610,7 +620,7 @@ See httemplate/docs/credits.html =head1 SEE ALSO -perl(1), main Freeside documentation at +perl(1), main Freeside documentation at =head1 BUGS