X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS.pm;h=652e458aa8a6ba8ca76f7967ad8ce953ad2c65f3;hp=c7defbc7f07e7dd891cf72bd7c5096d6c965734b;hb=f1ee95396defc991301ac758b71bdda9df82984e;hpb=1e3eae905b861761f93643aa5fce14a8be5d9ed2 diff --git a/FS/FS.pm b/FS/FS.pm index c7defbc7f..652e458aa 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -1,51 +1,163 @@ package FS; use strict; -use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); +use vars qw($VERSION); -require Exporter; - -@ISA = qw(Exporter AutoLoader); -# Items to export into callers namespace by default. Note: do not export -# names by default without a very good reason. Use EXPORT_OK instead. -# Do not simply export all your public functions/methods/constants. -@EXPORT = qw( - -); $VERSION = '0.01'; - -# Preloaded methods go here. - -# Autoload methods go after =cut, and are processed by the autosplit program. - 1; __END__ -# Below is the stub of documentation for your module. You better edit it! =head1 NAME -FS - Perl extension for blah blah blah +FS - Freeside Perl modules =head1 SYNOPSIS - use FS; - blah blah blah +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 + +L - Freeside configuration values + +L - User class (not yet OO) + +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). + +=head2 Database record classes + +L - Database record base class + +L - POP (Point of Presence, not Post +Office Protocol) class + +L - Referral class + +L - Locale (tax rate) class + +L - Service base class + +L - Account (shell, RADIUS, POP3) class + +L - Domain class + +L - DNS zone entries + +L - Vitual mail alias class + +L - Web virtual host class. + +L - Service definition class + +L - Package (billing item) definition class + +L - Class linking package (billing item) +definitions (see L) with service definitions +(see L) + +L - Agent (reseller) class + +L - Agent type class + +L - Class linking agent types (see +L) with package (billing item) definitions +(see L) + +L - Service class + +L - Package (billing item) class + +L - Customer class + +L - Invoice destination +class + +L - Invoice class + +L - Invoice line item class + +L - Payment class + +L - Payment application class + +L - Credit class + +L - Refund 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) + +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." =head1 DESCRIPTION -Stub documentation for FS was created by h2xs. It looks like the -author of the extension was negligent enough to leave the stub -unedited. +Freeside is a billing and administration package for Internet Service +Providers. + +The Freeside home page is at . + +The main documentation is in htdocs/docs. + +=head1 VERSION + +$Id: FS.pm,v 1.6 2001-09-02 04:25:55 ivan Exp $ -Blah blah blah. +=head1 SUPPORT + +A mailing list for users and developers is available. Send a blank message to + to subscribe. + +Commercial support is available; see +. =head1 AUTHOR -A. U. Thor, a.u.thor@a.galaxy.far.far.away +Primarily Ivan Kohler , with help from many kind folks. + +See the CREDITS file in the Freeside distribution for a (hopefully) complete +list and the individal files for details. =head1 SEE ALSO -perl(1). +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. So far: DBIx::DBSchema, Net::SSH +and Net::SCP... =cut +