X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=d2f47d75a772b223221cb0b75777e31bc50f57f1;hb=cb69afd435095144bea83565973561045e28c6a6;hp=652e458aa8a6ba8ca76f7967ad8ce953ad2c65f3;hpb=f1ee95396defc991301ac758b71bdda9df82984e;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index 652e458aa..d2f47d75a 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -46,12 +46,16 @@ L - Domain class L - DNS zone entries -L - Vitual mail alias class +L - Mail forwarding class + +L - (Depreciated) Vitual mail alias class L - Web virtual host class. L - Service definition class +L - Column constraint class + L - Package (billing item) definition class L - Class linking package (billing item) @@ -89,7 +93,7 @@ L - Refund class L - Refund application class -L - Refund invoice application class +L - Credit invoice application class L - Credit card transaction queue class @@ -101,6 +105,10 @@ L - NAS port class L - User login session class +L - Job queue + +L - Job arguments + =head2 User Interface classes (under development; not yet usable) L - User-interface base class @@ -117,6 +125,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 @@ -128,7 +139,7 @@ The main documentation is in htdocs/docs. =head1 VERSION -$Id: FS.pm,v 1.6 2001-09-02 04:25:55 ivan Exp $ +$Id: FS.pm,v 1.8 2001-09-11 00:08:18 ivan Exp $ =head1 SUPPORT