X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=cd11e96d25c023ce66439810c014a9a50a8e6b76;hb=34e22e18b050b9a507433d24eb7a896ce2182afd;hp=3fd66b1fec30e0ca001c5abb109f7c7fb082fb2c;hpb=1c14b1faec0f3f07a6d4190cf535b3ddb45075ce;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index 3fd66b1fe..cd11e96d2 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -44,10 +44,18 @@ 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 - Package (billing item) definition class L - Class linking package (billing item) @@ -77,12 +85,25 @@ L - Invoice line item 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 - Refund invoice application class + +L - Credit card transaction queue class + +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) @@ -100,6 +121,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 @@ -111,7 +135,7 @@ The main documentation is in htdocs/docs. =head1 VERSION -$Id: FS.pm,v 1.4 2001-04-22 01:56:14 ivan Exp $ +$Id: FS.pm,v 1.7 2001-09-06 20:41:59 ivan Exp $ =head1 SUPPORT