X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=12a831081c4e8a2d73a88bad80e6511eaee3ae28;hb=d2692f0bc292f5bd77f7bf44beb1393043b7f875;hp=d6555007b15e2080decdd8197e7ee2f98a7d9956;hpb=d9dc1fc7a9540208f4088aed0cce8b7a9bbefb27;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index d6555007b..12a831081 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.2git'; +$VERSION = '3.4git'; #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 @@ -97,6 +97,10 @@ L - Group reseller access L - Access rights +L - Installers / schedulable resources + +L - Installer/resource availability + L - POP (Point of Presence, not Post Office Protocol) class @@ -202,6 +206,8 @@ L - Externally tracked service class. L - PBX service class +L - PBX extension class + L - Certificate service class L - Dish network service class @@ -350,6 +356,8 @@ L - Mixin class for records that contain fields from cust_m L - Invoice destination class +L - Customer credit limit events class + L - Customer classification class L - Customer category class @@ -498,6 +506,8 @@ L - Self-service API L - Self-service XML-RPC API +L - Backoffice XML-RPC API + =head2 User Interface classes L - Web user-interface class