X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=41d8f440c7cb2c5741ace28bf19a9917c9342e2b;hb=05feecc7ab0ebc0d6b26fe06a09f25d08805062d;hp=a62dd0b4c0b8d2cdcbb8cf2f225e4aba4e76e087;hpb=546fd20829df7ab53dd60b6f7589058789acd77f;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index a62dd0b4c..41d8f440c 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.0'; +$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 @@ -95,10 +95,12 @@ L - Employee group membership L - Group reseller access -L - Group sales access - L - Access rights +L - Installers / schedulable resources + +L - Installer/resource availability + L - POP (Point of Presence, not Post Office Protocol) class @@ -204,10 +206,26 @@ L - Externally tracked service class. L - PBX service class +L - PBX extension class + L - Certificate service class L - Dish network service class +L - Cable service class + +L - Cable-modem model class + +L - Cable provider class + +L - Alarm service class + +L - Alarm system class + +L - Alarm type (inputs and outputs) class + +L - Alarm central station class + L - Inventory classes L - Inventory items @@ -270,6 +288,8 @@ L - Usage class class L - Sales person class +L - Sales person package class commission class + L - Agent (reseller) class L - Agent (reseller) package class commission class @@ -296,11 +316,13 @@ L - Customer package option class L - Customer package details class -L - Customer package discount class +L - Customer package discount class -L - Customer package discount line item application class +L - Customer package discount line item application class -L - Discount class +L - Discount class + +L - Discount class class L - Reason type class @@ -334,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 @@ -482,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 @@ -542,21 +568,21 @@ http://www.perl.com/doc/FMTEYEWTK/easy_objects.html might help you out. Freeside is a billing and administration package for wired and wireless ISPs, VoIP, hosting, service and content providers and other online businesses. -The Freeside home page is at . +The Freeside home page is at . -The main documentation is at . +The main documentation is at . =head1 SUPPORT A mailing list for users is available. Send a blank message to - to subscribe. + to subscribe. A mailing list for developers is available. It is intended to be lower volume and higher SNR than the users list. Send a blank message to - to subscribe. + to subscribe. -Commercial support is available; see -. +Commercial products and services are available; see + and . =head1 AUTHORS @@ -592,7 +618,7 @@ See httemplate/docs/credits.html =head1 SEE ALSO -perl(1), main Freeside documentation at +perl(1), main Freeside documentation at =head1 BUGS