X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS.pm;h=36c3a17776faab264abac544141901df9637655b;hp=36fabcb8e3488d1d73dc7fd5decb418288ec87c9;hb=f11341c6ca588f1ff5e46a857540e88d49d7647a;hpb=a7c1b602f88c177db34477ed4cdc1f72603f8995 diff --git a/FS/FS.pm b/FS/FS.pm index 36fabcb8e..36c3a1777 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.pm >/dev/null || echo "missing $a" ; done + 1; __END__ @@ -26,6 +29,12 @@ L - User class (not yet OO) L - Non OO-subroutines for the web interface. +L - Message catalog + +L - Search cache + +L - RADIUS dictionary + =head2 Database record classes L - Database record base class @@ -39,20 +48,28 @@ L - Referral class L - Locale (tax rate) class +L - Tax exemption record class + L - Service base class L - Account (shell, RADIUS, POP3) class +L - External mail account class + +L - RADIUS groups + L - Domain class L - DNS zone entries L - Mail forwarding class -L - (Depreciated) Vitual mail alias class - L - Web virtual host class. +L - DSL, wireless and other broadband class. + +L - Externally tracked service class. + L - Service definition class L - Column constraint class @@ -91,6 +108,8 @@ L - Invoice class L - Invoice line item class +L - Invoice line item detail class + L - Invoice event definition class L - Completed invoice event class @@ -121,6 +140,10 @@ L - Job queue L - Job arguments +L - Job dependencies + +L - Message catalogs + =head1 Remote API modules L @@ -131,11 +154,23 @@ L =head2 Command-line utilities -L +L L -L +L + +L + +L + +L + +L + +L + +L L @@ -158,7 +193,7 @@ first time, the suggested order will tend to reduce the number of forward references." If you've never used OO modules before, -http://www.cpan.org/doc/FMTEYEWTK/easy_objects.html might help you out. +http://www.perl.com/doc/FMTEYEWTK/easy_objects.html might help you out. =head1 DESCRIPTION