X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS.pm;h=67e1272bd78b1bb3983cb04102f191ec48e76164;hp=972a21afbea690ec0ec6f7a240bf0279bce0918d;hb=92a1c8645232c0d4df0552f883d21aea185c122a;hpb=c9678906cb89a0c05a67d8118898202b64f84fd6 diff --git a/FS/FS.pm b/FS/FS.pm index 972a21afb..67e1272bd 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 @@ -87,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 @@ -97,6 +99,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 @@ -162,6 +168,10 @@ L - Address block class L - Router class +L - Tower class + +L - Tower sector class + L - Broadband virtual field class L - Phone service class @@ -198,14 +208,44 @@ L - Externally tracked service class. L - PBX service class +L - PBX extension class + +L - PBX device 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 - Conferencing service class + +L - Conferencing type class + +L - Conferencing quality class + +L - Video (IPTV/video-on-demand) 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) @@ -221,6 +261,16 @@ L - Package class class L - Package definition class +L - Package definition localization class + +L - Package definition usage pricing add-on class + +L - Customer package usage pricing add-on class + +L - Package definition local currency prices + +L - Currency exchange rates + L - Package definition link class L - Tax class class @@ -250,10 +300,22 @@ 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 - Sales person package class commission 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) @@ -266,17 +328,23 @@ 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 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 @@ -284,6 +352,8 @@ L - Reason class L - Package reason class +L - Contact class class + L - Contact class L - Contact phone class @@ -302,12 +372,16 @@ L - Customer real-time billing class L - Customer packages class +L - Customer payment information class + L - Customer location class L - Mixin class for records that contain fields from cust_main L - Invoice destination class +L - Customer credit limit events class + L - Customer classification class L - Customer category class @@ -332,6 +406,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 @@ -424,17 +500,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 @@ -444,6 +530,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 @@ -504,33 +592,57 @@ 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 -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 -perl(1), main Freeside documentation at +perl(1), main Freeside documentation at =head1 BUGS