diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-07-02 21:11:29 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-07-02 21:11:29 -0700 |
| commit | 3d0a1bb06b895c5be6e3f0517d355442a6b1e125 (patch) | |
| tree | 84069ebc3254825b952a482e11cdbbbc69f6fe85 /FS/FS.pm | |
| parent | f3b99c11d6eed33f467dda360180a698a85c54e8 (diff) | |
| parent | d62206a94d9d49ef96640e0a8ec492679f8345e9 (diff) | |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
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 |
