X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=c65c7f7b42ac2a9e74f5ea335be5c1578834af3e;hb=7a63702b8123e553464ee1df8b21ddf72d76df18;hp=d90789774509f5f784e489e015d4bcc8aec308b1;hpb=eafc26d312b2d7d392f117b946d63a19166bda63;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index d90789774..c65c7f7b4 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.3'; +$VERSION = '3.8'; #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 @@ -316,9 +316,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 @@ -448,6 +448,8 @@ L - Job arguments L - Job dependencies +L - Job statistics + L - Message templates (customer notices) L - Message catalogs (error messages) @@ -506,6 +508,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 @@ -566,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 @@ -616,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