[freeside-commits] freeside/FS FS.pm,1.35,1.36

Ivan,,, ivan at wavetail.420.am
Wed Oct 3 18:47:11 PDT 2007


Update of /home/cvs/cvsroot/freeside/FS
In directory wavetail:/tmp/cvs-serv12339

Modified Files:
	FS.pm 
Log Message:
add missing CLI utilities to FS.pm too

Index: FS.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS.pm,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- FS.pm	4 Oct 2007 01:21:12 -0000	1.35
+++ FS.pm	4 Oct 2007 01:47:09 -0000	1.36
@@ -41,15 +41,13 @@
 
 L<FS::SearchCache> - Search cache
 
-L<FS::raddb> - RADIUS dictionary
-
 L<FS::AccessRight> - Access control rights.
 
 L<FS::Report> - Report data objects
 
 L<FS::Report::Table> - Report data objects
 
-L<FS::Report::Monthly> - Report data objects
+L<FS::Report::Table::Monthly> - Report data objects
 
 L<FS::XMLRPC> - Backend XML::RPC server
 
@@ -57,6 +55,8 @@
 
 L<FS::payby> - Payment types
 
+L<FS::ClientAPI_SessionCache> - ClientAPI session cache
+
 L<FS::Pony> - A pony
 
 =head2 Database record classes
@@ -314,59 +314,57 @@
 
 L<FS::h_svc_www> - Historical web virtual host objects
 
-=head2 Client API
-
-L<FS::ClientAPI>
+=head2 Remote API modules
 
-L<FS::ClientAPI_SessionCache>
+L<FS::SelfService> - Self-service API
 
-L<FS::ClientAPI::Signup>
+L<FS::SelfService::XMLRPC> - Self-service XML-RPC API
 
-L<FS::ClientAPI::passwd>
+=head2 User Interface classes
 
-L<FS::ClientAPI::MyAccount>
+L<FS::UI::Web> - Web user-interface class
 
-L<FS::ClientAPI::Agent>
+L<FS::UI::bytecount> - Byte counter user-interface class
 
-=head2 Remote API modules
+=head2 Command-line utilities
 
-L<FS::SelfService>
+L<freeside-adduser> - Command line interface to add (freeside) users.
 
-L<FS::SignupClient>
+L<freeside-daily> - Run daily billing and collection events.
 
-L<FS::SessionClient>
+L<freeside-monthly> - Run monthly billing and invoice collection events.
 
-L<FS::MailAdminServer> (deprecated in favor of the self-service server)
+L<freeside-dbdef-create> - Recreate database schema cache
 
-=head2 User Interface classes
+L<freeside-deluser> - Command line interface to delete (freeside) users.
 
-L<FS::UI::Web> - Web user-interface class
+L<freeside-expiration-alerter> - Emails notifications of credit card expirations.
 
-L<FS::UI::bytecount> - Byte counter user-interface class
+L<freeside-email> -  Prints email addresses of all users on STDOUT
 
-=head2 Command-line utilities
+L<freeside-fetch> - Send a freeside page to a list of employees.
 
-L<freeside-adduser>
+L<freeside-prepaidd> - Real-time daemon for prepaid packages
 
-L<freeside-queued>
+L<freeside-prune-applications> - Removes stray applications of credit, payment to bills, refunds, etc.
 
-L<freeside-daily>
+L<freeside-queued> - Job queue daemon
 
-L<freeside-expiration-alerter>
+L<freeside-radgroup> - Command line utility to manipulate radius groups
 
-L<freeside-email>
+L<freeside-reexport> - Command line tool to re-trigger export jobs for existing services
 
-L<freeside-cc-receipts-report>
+L<freeside-reset-fixed> - Command line tool to set the fixed columns for existing services
 
-L<freeside-credit-report>
+L<freeside-sqlradius-dedup-group> - Command line tool to eliminate duplicate usergroup entries from radius tables
 
-L<freeside-receivables-report>
+L<freeside-sqlradius-radacctd> - Real-time radacct import daemon
 
-L<freeside-tax-report>
+L<freeside-sqlradius-reset> - Command line interface to reset and recreate RADIUS SQL tables
 
-L<freeside-bill>
+L<freeside-sqlradius-seconds> - Command line time-online tool
 
-L<freeside-overdue>
+L<freeside-upgrade> - Upgrades database schema for new freeside verisons.
 
 =head1 Notes
 



More information about the freeside-commits mailing list