diff options
Diffstat (limited to 'FS/FS.pm')
-rw-r--r-- | FS/FS.pm | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.0git'; +$VERSION = '4.0git'; #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 @@ -87,6 +87,8 @@ L<FS::payinfo_Mixin> - Mixin class for records in tables that contain payinfo. L<FS::access_user> - Employees / internal users +L<FS::access_user_session> - Access sessions + L<FS::access_user_pref> - Employee preferences L<FS::access_group> - Employee groups @@ -208,6 +210,8 @@ L<FS::svc_cert> - Certificate service class L<FS::svc_dish> - Dish network service class +L<FS::svc_cable> - Cable service class + L<FS::inventory_class> - Inventory classes L<FS::inventory_item> - Inventory items @@ -231,6 +235,12 @@ L<FS::pkg_class> - Package class class L<FS::part_pkg> - Package definition class +L<FS::part_pkg_msgcat> - Package definition localization class + +L<FS::part_pkg_currency> - Package definition local currency prices + +L<FS::currency_exchange> - Currency exchange rates + L<FS::part_pkg_link> - Package definition link class L<FS::part_pkg_taxclass> - Tax class class @@ -270,6 +280,8 @@ L<FS::sales> - Sales person class L<FS::agent> - Agent (reseller) class +L<FS::agent_currency> - Agent (reseller) currency class + L<FS::agent_pkg_class> - Agent (reseller) package class commission class L<FS::agent_type> - Agent type class |