X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=b18d7f7b2e9b8c649aa5ccf7d6d21e954106078a;hb=99f1c015eb0858e178d22025d47a951c74d7916d;hp=ed61db4c8a3b8087cd4a7c27812572eb54ad59c5;hpb=f3235d39d083518d47f21cd5585e5f9a13070763;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index ed61db4c8..b18d7f7b2 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,10 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '0.01'; +$VERSION = '%%%VERSION%%%'; + +#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,18 +17,23 @@ FS - Freeside Perl modules =head1 SYNOPSIS -FS is the unofficial (i.e. non-CPAN) prefix for the Perl module portion of the -Freeside ISP billing software. This includes: +Freeside perl modules and CLI utilities. =head2 Utility classes 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 -depriciated. Future development will be focused on the FS::UI user-interface -classes (see below). +L - Non OO-subroutines for the web interface. + +L - Message catalog + +L - Search cache + +L - RADIUS dictionary =head2 Database record classes @@ -34,41 +42,76 @@ 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 +L - Tax exemption record class + L - Service base class L - Account (shell, RADIUS, POP3) class +L - External mail account class + +L - RADIUS groups + L - Domain class L - DNS zone entries -L - Vitual mail alias class +L - Mail forwarding class L - Web virtual host class. +L - DSL, wireless and other broadband class. + +L - Externally tracked service class. + L - Service definition class -L - Package (billing item) definition class +L - Column constraint class + +L - Class linking service definitions (see L) +with exports (see L) + +L - External provisioning export class + +L - Export option class + +L - Package definition class + +L - Package definition option class -L - Class linking package (billing item) -definitions (see L) with service definitions -(see L) +L - Class linking package definitions (see L) with +service definitions (see L) + +L - One-time registration codes + +L - Class linking registration codes (see L) with package definitions (see L) + +L - Rate plans for call billing + +L - Rate regions for call billing + +L - Rate region prefixes for call billing + +L - Rate plan detail for call billing L - Agent (reseller) class L - Agent type class -L - Class linking agent types (see -L) with package (billing item) definitions -(see L) +L - Class linking agent types (see L) with +package definitions (see L) L - Service class -L - Package (billing item) class +L - Customer package class + +L - Customer package option class L - Customer class @@ -79,13 +122,31 @@ L - Invoice class L - Invoice line item class +L - Invoice line item detail class + +L - Invoice event definition class + +L - Completed invoice event class + L - Payment class +L - Voided payment class + +L - Payment application class + L - Credit class L - Refund class -L - Credit card transaction queue class +L - Refund application to credit class + +L - Credit application to invoice class + +L - Refund application to payment class + +L - Credit card transaction queue class + +L - Credit card transaction member queue class L - Prepaid "calling card" credit class. @@ -95,15 +156,69 @@ L - NAS port class L - User login session class -=head2 User Interface classes (under development; not yet usable) +L - Job queue -L - User-interface base class +L - Job arguments -L - Gtk user-interface class +L - Job dependencies -L - CGI (HTML) user-interface class +L - Message catalogs -L - agent table user-interface class +L + +L + +=head1 Client API + +L + +L + +L + +L + +L + +L + +=head1 Remote API modules + +L + +L + +L + +L (deprecated in favor of the self-service server) + +=head2 Command-line utilities + +L + +L + +L + +L + +L + +L + +L + +L + +L + +L + +L + +=head2 User Interface classes + +L - Web user-interface class =head2 Notes @@ -111,6 +226,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.perl.com/doc/FMTEYEWTK/easy_objects.html might help you out. + =head1 DESCRIPTION Freeside is a billing and administration package for Internet Service @@ -118,16 +236,16 @@ Providers. The Freeside home page is at . -The main documentation is in htdocs/docs. - -=head1 VERSION - -$Id: FS.pm,v 1.5 2001-04-23 12:40:30 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 - to subscribe. +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 . @@ -145,10 +263,6 @@ 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...