X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=3bbd66fb600579c71beef002c3d9b6e2df2764e3;hb=c6eb405f6134173bc8306f45ddc697affa14123f;hp=6c560d9ea1fa966c8e8e34e5ac86dde417d3e963;hpb=d128747bcacac35d42f8090faac9254846496231;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index 6c560d9ea..3bbd66fb6 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,31 @@ 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 - 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,15 +124,19 @@ 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