summaryrefslogtreecommitdiff
path: root/FS/FS.pm
diff options
context:
space:
mode:
authorivan <ivan>2002-04-13 13:36:26 +0000
committerivan <ivan>2002-04-13 13:36:26 +0000
commit327df8aefdcf96c9c83805570abf4cc242cf46b9 (patch)
treeb9b06b34a52abff0a7976a42613ccfbe98f6de14 /FS/FS.pm
parent8d77be096e5f1cec2d64182d1f95d13a1744a6d5 (diff)
- documentation updates
- move Critical Path export to new-style export - bin/sqlradius_reset gets a manpage and becomes FS/bin/freeside-sqlradius-reset
Diffstat (limited to 'FS/FS.pm')
-rw-r--r--FS/FS.pm29
1 files changed, 27 insertions, 2 deletions
diff --git a/FS/FS.pm b/FS/FS.pm
index 36fabcb..287e50c 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -5,6 +5,9 @@ use vars qw($VERSION);
$VERSION = '0.01';
+#find missing entries in this file with:
+# for a in `ls *pm | cut -d. -f1`; do grep 'L<FS::'$a'>' ../FS.pm >/dev/null || echo "missing $a" ; done
+
1;
__END__
@@ -26,6 +29,12 @@ L<FS::UID> - User class (not yet OO)
L<FS::CGI> - Non OO-subroutines for the web interface.
+L<FS::Msgcat> - Message catalog
+
+L<FS::SearchCache> - Message catalog
+
+L<FS::raddb> - RADIUS dictionary
+
=head2 Database record classes
L<FS::Record> - Database record base class
@@ -43,6 +52,8 @@ L<FS::svc_Common> - Service base class
L<FS::svc_acct> - Account (shell, RADIUS, POP3) class
+L<FS::radius_usergroup> - RADIUS groups
+
L<FS::svc_domain> - Domain class
L<FS::domain_record> - DNS zone entries
@@ -121,6 +132,8 @@ L<FS::queue> - Job queue
L<FS::queue_arg> - Job arguments
+L<FS::msgcat> - Message catalogs
+
=head1 Remote API modules
L<FS::SignupClient>
@@ -131,11 +144,23 @@ L<FS::MailAdminServer>
=head2 Command-line utilities
-L<freeside-email>
+L<freeside-adduser>
L<freeside-queued>
-L<freeside-adduser>
+L<freeside-daily>
+
+L<freeside-expiration-alerter>
+
+L<freeside-email>
+
+L<freeside-cc-receipts-report>
+
+L<freeside-credit-report>
+
+L<freeside-receivables-report>
+
+L<freeside-tax-report>
L<freeside-bill>