X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS.pm;h=36c3a17776faab264abac544141901df9637655b;hp=cd11e96d25c023ce66439810c014a9a50a8e6b76;hb=f11341c6ca588f1ff5e46a857540e88d49d7647a;hpb=57d69d5c1f98f778a0df82795ce21ee7bd21042a diff --git a/FS/FS.pm b/FS/FS.pm index cd11e96d2..36c3a1777 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -5,6 +5,9 @@ use vars qw($VERSION); $VERSION = '0.01'; +#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 + 1; __END__ @@ -14,18 +17,23 @@ FS - Freeside Perl modules =head1 SYNOPSIS -FS is the unofficial (i.e. non-CPAN) prefix for the Perl module portion of the -Freeside ISP billing software. This includes: +Freeside perl modules and CLI utilities. =head2 Utility classes L - Freeside configuration values +L - Freeside configuration option meta-data. + L - User class (not yet OO) -L - Non OO-subroutines for the web interface. This is -depriciated. Future development will be focused on the FS::UI user-interface -classes (see below). +L - Non OO-subroutines for the web interface. + +L - Message catalog + +L - Search cache + +L - RADIUS dictionary =head2 Database record classes @@ -34,28 +42,45 @@ L - Database record base class L - POP (Point of Presence, not Post Office Protocol) class +L - Local calling area class + L - Referral class L - Locale (tax rate) class +L - Tax exemption record class + L - Service base class L - Account (shell, RADIUS, POP3) class +L - External mail account class + +L - RADIUS groups + L - Domain class L - DNS zone entries L - Mail forwarding class -L - (Depreciated) Vitual mail alias class - L - Web virtual host class. +L - DSL, wireless and other broadband class. + +L - Externally tracked service class. + L - Service definition class L - Column constraint class +L - Class linking service definitions (see L) +with exports (see L) + +L - External provisioning export class + +L - Export option class + L - Package (billing item) definition class L - Class linking package (billing item) @@ -83,6 +108,12 @@ L - Invoice class L - Invoice line item class +L - Invoice line item detail class + +L - Invoice event definition class + +L - Completed invoice event class + L - Payment class L - Payment application class @@ -93,7 +124,7 @@ L - Refund class L - Refund application class -L - Refund invoice application class +L - Credit invoice application class L - Credit card transaction queue class @@ -105,7 +136,47 @@ L - NAS port class L - User login session class -=head2 User Interface classes (under development; not yet usable) +L - Job queue + +L - Job arguments + +L - Job dependencies + +L - Message catalogs + +=head1 Remote API modules + +L + +L + +L + +=head2 Command-line utilities + +L + +L + +L + +L + +L + +L + +L + +L + +L + +L + +L + +=head2 User Interface classes (under (stalled) development; not yet usable) L - User-interface base class @@ -122,7 +193,7 @@ first time, the suggested order will tend to reduce the number of forward references." If you've never used OO modules before, -http://www.cpan.org/doc/FMTEYEWTK/easy_objects.html might help you out. +http://www.perl.com/doc/FMTEYEWTK/easy_objects.html might help you out. =head1 DESCRIPTION @@ -131,17 +202,17 @@ Providers. The Freeside home page is at . -The main documentation is in htdocs/docs. - -=head1 VERSION - -$Id: FS.pm,v 1.7 2001-09-06 20:41:59 ivan Exp $ +The main documentation is in httemplate/docs. =head1 SUPPORT -A mailing list for users and developers is available. Send a blank message to +A mailing list for users is available. Send a blank message to 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 . @@ -158,10 +229,6 @@ perl(1), main Freeside documentation in htdocs/docs/ =head1 BUGS -The version number of the FS Perl extension differs from the version of the -Freeside distribution, which are both different from the CVS version tag for -each file, which appears under the VERSION heading. - Those modules which would be useful separately should be pulled out, renamed appropriately and uploaded to CPAN. So far: DBIx::DBSchema, Net::SSH and Net::SCP...