X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=ca33300660f47d8acd97988262700e6add9e83a9;hb=aa0a7b4128ed5cf56684378c9cb6ebc1c3ec8c1a;hp=ed61db4c8a3b8087cd4a7c27812572eb54ad59c5;hpb=f3235d39d083518d47f21cd5585e5f9a13070763;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index ed61db4c8..ca3330066 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -21,6 +21,8 @@ Freeside ISP billing software. This includes: 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 @@ -34,6 +36,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 @@ -46,12 +50,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) @@ -81,10 +89,16 @@ L - Invoice line item class L - Payment class +L - Payment application class + L - Credit class L - Refund class +L - Refund application class + +L - Credit invoice application class + L - Credit card transaction queue class L - Prepaid "calling card" credit class. @@ -95,6 +109,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 @@ -111,6 +129,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 @@ -122,7 +143,7 @@ The main documentation is in htdocs/docs. =head1 VERSION -$Id: FS.pm,v 1.5 2001-04-23 12:40:30 ivan Exp $ +$Id: FS.pm,v 1.10 2001-10-24 15:29:30 ivan Exp $ =head1 SUPPORT