X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS.pm;h=d8999ca5e4b2080a0e2d6a4eb919cdada15f9d0e;hp=e4a32082c494eda8106088a8038331a984ad6443;hb=50f25b285b2caf77d267ed66f03e56924ad7229f;hpb=0ebeec96313dd7edfca340f01f8fbbbac1f4aa1d diff --git a/FS/FS.pm b/FS/FS.pm index e4a32082c..d8999ca5e 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ 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 @@ -54,6 +54,8 @@ L - Service base class L - Account (shell, RADIUS, POP3) class +L - External mail account class + L - RADIUS groups L - Domain class @@ -64,6 +66,10 @@ 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 - Column constraint class @@ -75,23 +81,35 @@ L - External provisioning export class L - Export option class -L - Package (billing item) definition class +L - Package definition class + +L - Package definition option class + +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 - Class linking package (billing item) -definitions (see L) with service 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 class @@ -110,17 +128,23 @@ L - Completed invoice event class L - Payment class +L - Voided payment class + L - Payment application class L - Credit class L - Refund class -L - Refund application class +L - Refund application to credit class + +L - Credit application to invoice class + +L - Refund application to payment class -L - Credit invoice application class +L - Credit card transaction queue class -L - Credit card transaction queue class +L - Credit card transaction member queue class L - Prepaid "calling card" credit class. @@ -138,13 +162,33 @@ L - Job dependencies L - Message catalogs +L + +L + +=head1 Client API + +L + +L + +L + +L + +L + +L + =head1 Remote API modules +L + L L -L +L (deprecated in favor of the self-service server) =head2 Command-line utilities @@ -170,15 +214,9 @@ 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 +=head2 User Interface classes -L - agent table user-interface class +L - Web user-interface class =head2 Notes @@ -201,11 +239,11 @@ The main documentation is in httemplate/docs. =head1 SUPPORT A mailing list for users is available. Send a blank message to - to subscribe. + 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. + to subscribe. Commercial support is available; see .