X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=e1d65f9e7c469aa18ad2d9706349d356f17db24e;hb=refs%2Fheads%2FFREESIDE_3_BRANCH_30783;hp=12a831081c4e8a2d73a88bad80e6511eaee3ae28;hpb=d2692f0bc292f5bd77f7bf44beb1393043b7f875;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index 12a831081..e1d65f9e7 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.4git'; +$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 @@ -67,6 +67,8 @@ L - Customer searching L - Batch customer importing +L - Batch contact importing + =head2 Database record classes L - Database record base class @@ -316,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 @@ -448,6 +450,8 @@ L - Job arguments L - Job dependencies +L - Job statistics + L - Message templates (customer notices) L - Message catalogs (error messages) @@ -568,21 +572,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 @@ -618,7 +622,7 @@ See httemplate/docs/credits.html =head1 SEE ALSO -perl(1), main Freeside documentation at +perl(1), main Freeside documentation at =head1 BUGS