X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS.pm;h=57a1f6cfe83540b49fd5ed640bb201cfe7536453;hb=1042bdaec22e1b95484ee7cfbd720f33c9b6709a;hp=7c002fe3f2a6ebf9070eafc75369fdc3a9edba6f;hpb=cfe85e45bcba97089988b4dc22a895aec687f2c3;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index 7c002fe3f..57a1f6cfe 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 @@ -81,23 +81,35 @@ L - External provisioning export class L - Export option class -L - Package (billing item) definition class +L - Package definition class -L - Class linking package (billing item) -definitions (see L) with service definitions -(see L) +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 -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 @@ -116,7 +128,7 @@ L - Completed invoice event class L - Payment class -L - Voided payment class L - Payment application class