X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS.pm;h=652e458aa8a6ba8ca76f7967ad8ce953ad2c65f3;hp=78317392a61ce6293d652738b3bc7038656af35f;hb=f1ee95396defc991301ac758b71bdda9df82984e;hpb=75e22f3c399435c50ed5698cb7c19d0e9f2617f8 diff --git a/FS/FS.pm b/FS/FS.pm index 78317392a..652e458aa 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -14,117 +14,104 @@ 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 - -=over 4 - -=item L - Database class - -=item L - Database table class - -=item L - Database column class - -=item L - Database column group class - -=item L - Database index class - -=item L - Database unique index class - -=back +FS is the unofficial (i.e. non-CPAN) prefix for the Perl module portion of the +Freeside ISP billing software. This includes: =head2 Utility classes -=over 4 +L - Freeside configuration values -=item L - Simple wrappers around ssh and scp commands. +L - User class (not yet OO) -=item L - Freeside configuration values - -=item L - User class (not yet OO) - -=item L - Non OO-subroutines for the web interface. This is +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). -=back - =head2 Database record classes -=over 4 +L - Database record base class -=item L - Database record base class - -=item L - POP (Point of Presence, not Post +L - POP (Point of Presence, not Post Office Protocol) class -=item L - Referral class +L - Referral class + +L - Locale (tax rate) class + +L - Service base class -=item L - Locale (tax rate) class +L - Account (shell, RADIUS, POP3) class -=item L - Service base class +L - Domain class -=item L - Account (shell, RADIUS, POP3) class +L - DNS zone entries -=item L - Domain class +L - Vitual mail alias class -=item L - Vitual mail alias class +L - Web virtual host class. -=item L - Service definition class +L - Service definition class -=item L - Package (billing item) definition class +L - Package (billing item) definition class -=item L - Class linking package (billing item) +L - Class linking package (billing item) definitions (see L) with service definitions (see L) -=item L - Agent (reseller) class +L - Agent (reseller) class -=item L - Agent type class +L - Agent type class -=item L - Class linking agent types (see +L - Class linking agent types (see L) with package (billing item) definitions (see L) -=item L - Service class +L - Service class -=item L - Package (billing item) class +L - Package (billing item) class -=item L - Customer class +L - Customer class -=item L - Invoice destination +L - Invoice destination class -=item L - Invoice class +L - Invoice class -=item L - Invoice line item class +L - Invoice line item class -=item L - Payment class +L - Payment class -=item L - Credit class +L - Payment application class -=item L - Refund class +L - Credit class -=item L - Credit card transaction queue -class +L - Refund class -=back +L - Refund application class -=head2 User Interface classes (under development; not yet usable) +L - Refund invoice application class + +L - Credit card transaction queue class -=over 4 +L - Prepaid "calling card" credit class. + +L - Network Access Server class + +L - NAS port class + +L - User login session class + +=head2 User Interface classes (under development; not yet usable) -=item L - User-interface base class +L - User-interface base class -=item L - Gtk user-interface class +L - Gtk user-interface class -=item L - CGI (HTML) user-interface class +L - CGI (HTML) user-interface class -=item L - agent table user-interface class +L - agent table user-interface class -=back +=head2 Notes 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 @@ -141,7 +128,7 @@ The main documentation is in htdocs/docs. =head1 VERSION -$Id: FS.pm,v 1.2 1999-08-04 07:34:15 ivan Exp $ +$Id: FS.pm,v 1.6 2001-09-02 04:25:55 ivan Exp $ =head1 SUPPORT @@ -169,7 +156,8 @@ 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