X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS.pm;h=36c3a17776faab264abac544141901df9637655b;hp=78317392a61ce6293d652738b3bc7038656af35f;hb=5d154e4e153a66c2349ee0c6ca942fa017bfb139;hpb=75e22f3c399435c50ed5698cb7c19d0e9f2617f8 diff --git a/FS/FS.pm b/FS/FS.pm index 78317392a..36c3a1777 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -5,6 +5,9 @@ use vars qw($VERSION); $VERSION = '0.01'; +#find missing entries in this file with: +# for a in `ls *pm | cut -d. -f1`; do grep 'L' ../FS.pm >/dev/null || echo "missing $a" ; done + 1; __END__ @@ -14,122 +17,184 @@ FS - Freeside Perl modules =head1 SYNOPSIS -FS is the temporary prefix for many disparate modules written for the Freeside -ISP billing software. This includes: +Freeside perl modules and CLI utilities. -=head2 Database metadata classes +=head2 Utility classes -=over 4 +L - Freeside configuration values -=item L - Database class +L - Freeside configuration option meta-data. -=item L - Database table class +L - User class (not yet OO) -=item L - Database column class +L - Non OO-subroutines for the web interface. -=item L - Database column group class +L - Message catalog -=item L - Database index class +L - Search cache -=item L - Database unique index class +L - RADIUS dictionary -=back +=head2 Database record classes -=head2 Utility classes +L - Database record base class -=over 4 +L - POP (Point of Presence, not Post +Office Protocol) class -=item L - Simple wrappers around ssh and scp commands. +L - Local calling area class -=item L - Freeside configuration values +L - Referral class -=item L - User class (not yet OO) +L - Locale (tax rate) class -=item 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 - Tax exemption record class -=back +L - Service base class -=head2 Database record classes +L - Account (shell, RADIUS, POP3) class -=over 4 +L - External mail account class -=item L - Database record base class +L - RADIUS groups -=item L - POP (Point of Presence, not Post -Office Protocol) class +L - Domain class + +L - DNS zone entries + +L - Mail forwarding class -=item L - Referral class +L - Web virtual host class. -=item L - Locale (tax rate) class +L - DSL, wireless and other broadband class. -=item L - Service base class +L - Externally tracked service class. -=item L - Account (shell, RADIUS, POP3) class +L - Service definition class -=item L - Domain class +L - Column constraint class -=item L - Vitual mail alias class +L - Class linking service definitions (see L) +with exports (see L) -=item L - Service definition class +L - External provisioning export class -=item L - Package (billing item) definition class +L - Export option class -=item L - Class linking package (billing item) +L - Package (billing item) definition class + +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 - Invoice line item detail class -=item L - Credit class +L - Invoice event definition class -=item L - Refund class +L - Completed invoice event class -=item L - Credit card transaction queue -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. + +L - Network Access Server class + +L - NAS port class + +L - User login session class + +L - Job queue -=back +L - Job arguments -=head2 User Interface classes (under development; not yet usable) +L - Job dependencies -=over 4 +L - Message catalogs -=item L - User-interface base class +=head1 Remote API modules -=item L - Gtk user-interface class +L -=item L - CGI (HTML) user-interface class +L -=item L - agent table user-interface class +L -=back +=head2 Command-line utilities + +L + +L + +L + +L + +L + +L + +L + +L + +L + +L + +L + +=head2 User Interface classes (under (stalled) development; not yet usable) + +L - User-interface base class + +L - Gtk user-interface class + +L - CGI (HTML) user-interface class + +L - agent table user-interface class + +=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 references." +If you've never used OO modules before, +http://www.perl.com/doc/FMTEYEWTK/easy_objects.html might help you out. + =head1 DESCRIPTION Freeside is a billing and administration package for Internet Service @@ -137,17 +202,17 @@ Providers. The Freeside home page is at . -The main documentation is in htdocs/docs. - -=head1 VERSION - -$Id: FS.pm,v 1.2 1999-08-04 07:34:15 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 . @@ -164,12 +229,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