X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS.pm;h=16845fac141957841b46db0e1dd7727f02581190;hp=33105ba46ad7dcd38dfd1b6f8be17cab902df646;hb=HEAD;hpb=296230b7b4fc12cf532f48fe9253cc94f565d5b5 diff --git a/FS/FS.pm b/FS/FS.pm index 33105ba46..16845fac1 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '4.0git'; +$VERSION = '5.0~git'; #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 @@ -53,7 +53,7 @@ L - Report data objects L - Report data objects -L - Backend XML::RPC server +L - Backend XML::RPC server L - Miscellaneous subroutines @@ -67,6 +67,8 @@ L - Customer searching L - Batch customer importing +L - Batch contact importing + =head2 Database record classes L - Database record base class @@ -302,7 +304,7 @@ L - Rate plan detail for call billing L - Rate tiers for call billing -L - Rater tier details for call billing +L - Rater tier details for call billing L - Usage class class @@ -408,10 +410,6 @@ L - Invoice line item detail class L - Legacy data invoice class -L - (Old) Invoice event definition class - -L - (Old) Completed invoice event class - L - (New) Billing event definition class L - (New) Billing event option class @@ -548,8 +546,6 @@ L - Byte counter user-interface class L - Command line interface to add (freeside) users. -L - Command line interface to delete (freeside) users. - L - Recreate database schema cache L - Create new database @@ -566,8 +562,6 @@ L - Run daily billing and collection events. L - Run monthly billing and invoice collection events. -L - Emails notifications of credit card expirations. - =head3 Cron (payment batches) L - Download EFT Canada batch results @@ -594,8 +588,6 @@ L - List all phone numbers in the system =head3 Misc. Tools (taking actions) -L - Send a freeside page to a list of employees. - L - Removes stray applications of credit, payment to bills, refunds, etc. =head3 Services @@ -626,7 +618,7 @@ L - Real-time daemon for prepaid packages L - Job queue daemon -L - Self-service server +L - Self-service server L - Self-service XML-RPC server @@ -666,35 +658,7 @@ and higher SNR than the users list. Send a blank message to Commercial products and services are available; see and . -=head1 AUTHORS - -=head2 CORE TEAM - -Jeremy Davis - -Jason Hall - -Ivan Kohler - -Mark Wells - -=head2 CORE EMERITUS - -Peter Bowen - -Jeff Finucane - -Kristian Hoffman - -Erik Levinson - -Brian McCane - -Richard Siddall - -Matt Simerson - -=head2 CONTRIBUTORS +=head1 AUTHORS AND CONTRIBUTORS See httemplate/docs/credits.html