summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2007-10-04 01:47:09 +0000
committerivan <ivan>2007-10-04 01:47:09 +0000
commite6d1e846af2fc16a2d06b254384e66979f0683a6 (patch)
tree6ffc12ad642013f05d5608bd6ff424d454b7adda
parentbf4a46458b8f32aa8993fada6eb7070f94d163d3 (diff)
add missing CLI utilities to FS.pm too
-rw-r--r--FS/FS.pm60
1 files changed, 29 insertions, 31 deletions
diff --git a/FS/FS.pm b/FS/FS.pm
index 5618ae695..05deea346 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -41,15 +41,13 @@ L<FS::Msgcat> - Message catalog
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::Misc> - Miscellaneous subroutines
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_phone> - Historical phone number objects
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