X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=60831ecd578aa898e8f0e90d54b75cfb1789e294;hb=b35b650a6078d645d6f97620f3c79ae941915dd9;hp=64461a5d162ba0b8f39206d18d6f563915641e18;hpb=e14a30891181730a042f451bb094dee1e263700c;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index 64461a5d1..60831ecd5 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -14,34 +14,17 @@ FS - Freeside Perl modules =head1 SYNOPSIS -FS is the temporary prefix for many disparate modules written for the Freeside -ISP billing software. This includes: - -=head2 Database metadata classes - -L - Database class - -L - Database table class - -L - Database column class - -L - Database column group class - -L - Database index class - -L - Database unique index class +Freeside perl modules and CLI utilities. =head2 Utility classes -L - Simple wrappers around ssh and scp commands. - 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. =head2 Database record classes @@ -50,6 +33,8 @@ 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 @@ -60,10 +45,22 @@ L - Account (shell, RADIUS, POP3) class L - Domain class -L - Vitual mail alias class +L - DNS zone entries + +L - Mail forwarding class + +L - (Depreciated) Vitual mail alias class + +L - Web virtual host class. L - Service definition class +L - Column constraint class + +L - External provisioning export class + +L - Export option class + L - Package (billing item) definition class L - Class linking package (billing item) @@ -91,16 +88,57 @@ L - Invoice class L - Invoice line item class +L - Invoice event definition class + +L - Completed invoice event class + L - Payment class +L - Payment application class + L - Credit class L - Refund class -L - Credit card transaction queue -class +L - Refund application class + +L - Credit invoice application class + +L - Credit card transaction queue class -=head2 User Interface classes (under development; not yet usable) +L - Prepaid "calling card" credit class. + +L - Network Access Server class + +L - NAS port class + +L - User login session class + +L - Job queue + +L - Job arguments + +=head1 Remote API modules + +L + +L + +L + +=head2 Command-line utilities + +L + +L + +L + +L + +L + +=head2 User Interface classes (under (stalled) development; not yet usable) L - User-interface base class @@ -116,6 +154,9 @@ To quote perl(1), "If you're intending to read these straight through for the 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. + =head1 DESCRIPTION Freeside is a billing and administration package for Internet Service @@ -123,17 +164,17 @@ Providers. The Freeside home page is at . -The main documentation is in htdocs/docs. - -=head1 VERSION - -$Id: FS.pm,v 1.3 1999-08-04 12:41:47 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 . @@ -150,12 +191,9 @@ 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. +renamed appropriately and uploaded to CPAN. So far: DBIx::DBSchema, Net::SSH +and Net::SCP... =cut