X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=3bbd66fb600579c71beef002c3d9b6e2df2764e3;hb=52a2dbebe522c0866e18f09a169d39a0cbd4d7b8;hp=36fabcb8e3488d1d73dc7fd5decb418288ec87c9;hpb=a7c1b602f88c177db34477ed4cdc1f72603f8995;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index 36fabcb8e..3bbd66fb6 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__ @@ -26,6 +29,12 @@ L - User class (not yet OO) L - Non OO-subroutines for the web interface. +L - Message catalog + +L - Search cache + +L - RADIUS dictionary + =head2 Database record classes L - Database record base class @@ -39,20 +48,28 @@ 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 - Mail forwarding class -L - (Depreciated) Vitual mail alias 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 @@ -64,23 +81,31 @@ 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 - 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 @@ -91,21 +116,27 @@ 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 - Refund application class +L - Refund application to credit class + +L - Credit application to invoice class -L - Credit invoice application class +L - Refund application to payment class L - Credit card transaction queue class @@ -121,21 +152,39 @@ L - Job queue L - Job arguments +L - Job dependencies + +L - Message catalogs + =head1 Remote API modules +L + 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 L @@ -158,7 +207,7 @@ first time, the suggested order will tend to reduce the number of forward references." If you've never used OO modules before, -http://www.cpan.org/doc/FMTEYEWTK/easy_objects.html might help you out. +http://www.perl.com/doc/FMTEYEWTK/easy_objects.html might help you out. =head1 DESCRIPTION