X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS.pm;h=f5b2b96e43a3e25f2aecef7cdabdd07d9a05531f;hp=a6e3d74af93bc08e6d62872deb782e6939eea462;hb=c2146ae32fdef80049abfa13098db2d45f3ebdd5;hpb=b8cfd0780aa40bb07f3215bf9cb58011f5e32a35 diff --git a/FS/FS.pm b/FS/FS.pm index a6e3d74af..f5b2b96e4 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 @@ -88,6 +88,18 @@ 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 - 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 @@ -148,6 +160,24 @@ L - Job dependencies L - Message catalogs +L + +L + +=head1 Client API + +L + +L + +L + +L + +L + +L + =head1 Remote API modules L @@ -182,15 +212,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