X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS.pm;h=076f80b349b9738a96b8fc7f5be045896ee0418b;hp=aca33de6acd2bbeec8b438f1f1d0c0f5659bca60;hb=9b61510dcd5a7e30c0c1664df619bcff0aa50f08;hpb=2d73473ce78c22160b618e93802a9551c9c77d69 diff --git a/FS/FS.pm b/FS/FS.pm index aca33de6a..076f80b34 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '%%%VERSION%%%'; +$VERSION = '4.0git'; #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 @@ -39,6 +39,8 @@ L - Package representing the current user L - Non OO-subroutines for the web interface. +L - Locales + L - Message catalog L - Search cache @@ -85,6 +87,8 @@ L - Mixin class for records in tables that contain payinfo. L - Employees / internal users +L - Access sessions + L - Employee preferences L - Employee groups @@ -93,6 +97,8 @@ L - Employee group membership L - Group reseller access +L - Group sales access + L - Access rights L - POP (Point of Presence, not Post @@ -122,7 +128,9 @@ L - External mail account class L - Time worked application to account class -L - RADIUS groups +L - RADIUS user group membership + +L - RADIUS groups L - Domain class @@ -148,10 +156,20 @@ L - Web virtual host class. L - DSL, wireless and other broadband class. +L - DSL + +L - DSL device MAC addresses + +L - DSL order notes + L - Address block class L - Router class +L - Tower class + +L - Tower sector class + L - Broadband virtual field class L - Phone service class @@ -162,6 +180,18 @@ L - Device definition class L - Phone number availability cache +L - LATA number to name mapping class + +L - MSA number to name mapping class + +L - Rate center list (for bulk DID orders) + +L - Bulk DID order vendor class + +L - Bulk DID order class + +L - Bulk DID order item class + L - Call Detail Record class L - Call Detail Record batch class @@ -178,12 +208,18 @@ L - PBX service class L - Certificate service class +L - Dish network service class + +L - Cable service class + L - Inventory classes L - Inventory items L - Service definition class +L - Service class class + L - Column constraint class L - Class linking service definitions (see L) @@ -199,6 +235,12 @@ L - Package class class L - Package definition class +L - Package definition localization class + +L - Package definition local currency prices + +L - Currency exchange rates + L - Package definition link class L - Tax class class @@ -207,9 +249,15 @@ L - Package definition option class L - Package reporting classification class +L - Package external mapping class + L - Class linking package definitions (see L) with service definitions (see L) +L - Service qualification class + +L - Qualification option class + L - One-time registration codes L - Class linking registration codes (see L) with package definitions (see L) @@ -222,10 +270,20 @@ L - Rate region prefixes for call billing L - Rate plan detail for call billing +L - Rate tiers for call billing + +L - Rater tier details for call billing + L - Usage class class +L - Sales person class + L - Agent (reseller) class +L - Agent (reseller) currency class + +L - Agent (reseller) package class commission class + L - Agent type class L - Class linking agent types (see L) with package definitions (see L) @@ -238,6 +296,10 @@ L - Agent payment gateway class L - Service class +L - Export hostname choice class + +L - Customer export hostname class + L - Customer package class L - Customer package option class @@ -256,6 +318,8 @@ L - Reason class L - Package reason class +L - Contact class class + L - Contact class L - Contact phone class @@ -292,6 +356,8 @@ L - Customer tax exemption class L - Customer note class +L - Customer note classification class + L - Banned payment information class L - Invoice class @@ -302,6 +368,8 @@ L - Invoice line item class L - Invoice line item detail class +L - Legacy data invoice class + L - (Old) Invoice event definition class L - (Old) Completed invoice event class @@ -394,17 +462,27 @@ L - Historical account objects L - Historical broadband connection objects +L - Historical certificate services + +L - Historical Dish Network services + L - Historical domain objects +L - Historical DSL objects + L - Historical externally tracked service objects L - Historical mail forwarding alias objects +L - Historical isntalled hardware service objects + L - Historical mailing list objects +L - Historical PBX objects + L - Historical phone number objects -L - Historical PBX objects +L - Historical port number objects L - Historical web virtual host objects @@ -492,11 +570,35 @@ Commercial support is available; see =head1 AUTHORS -Primarily Ivan Kohler, with help from many kind folks, including core -contributors Jeff Finucane, Kristian Hoffman, Jason Hall and Peter Bowen. +=head2 CORE TEAM + +Jeremy Davis + +Ivan Kohler + +Mark Wells + +=head2 CORE EMERITUS + +Peter Bowen + +Jeff Finucane + +Jason Hall + +Kristian Hoffman + +Erik Levinson + +Brian McCane + +Richard Siddall + +Matt Simerson + +=head2 CONTRIBUTORS -See the CREDITS file in the Freeside distribution for a (hopefully) complete -list and the individal files for details. +See httemplate/docs/credits.html =head1 SEE ALSO