X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=4b6b4b2ef1c8a1d5de86e32f614c27c8157ebeda;hb=a83f6bb859327c0ff55d6aa30e39e8a0f657be75;hp=9c35966e8001c0ba6404b9f9456a1f0e28c27465;hpb=c07f2dfd1acd4994a41b6cfb0deecc1d73290ac5;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 9c35966e8..4b6b4b2ef 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1539,6 +1539,7 @@ and customer address. Include units.', 'section' => 'invoicing', 'description' => 'Optional default invoice term, used to calculate a due date printed on invoices.', 'type' => 'select', + 'per_agent' => 1, 'select_enum' => [ '', 'Payable upon receipt', 'Net 0', 'Net 3', 'Net 5', 'Net 9', 'Net 10', 'Net 14', 'Net 15', 'Net 18', 'Net 20', 'Net 21', 'Net 25', 'Net 30', 'Net 45', @@ -2760,6 +2761,13 @@ and customer address. Include units.', 'per_agent' => 1, }, + { + 'key' => 'selfservice_hide-usage', + 'section' => 'self-service', + 'description' => 'Hide usage data in self-service interface.', + 'type' => 'checkbox', + 'per_agent' => 1, + }, { 'key' => 'selfservice_process-pkgpart', @@ -4951,7 +4959,7 @@ and customer address. Include units.', { 'key' => 'default_phone_countrycode', 'section' => '', - 'description' => 'Default countrcode', + 'description' => 'Default countrycode', 'type' => 'text', }, @@ -5161,19 +5169,30 @@ and customer address. Include units.', { 'key' => 'tax-cust_exempt-groups', - 'section' => '', + 'section' => 'billing', 'description' => 'List of grouping possibilities for tax names, for per-customer exemption purposes, one tax name per line. For example, "GST" would indicate the ability to exempt customers individually from taxes named "GST" (but not other taxes).', 'type' => 'textarea', }, { 'key' => 'tax-cust_exempt-groups-require_individual_nums', - 'section' => '', - 'description' => 'When using tax-cust_exempt-groups, require an individual tax exemption number for each exemption from different taxes.', + 'section' => 'deprecated', + 'description' => 'Deprecated: see tax-cust_exempt-groups-number_requirement', 'type' => 'checkbox', }, { + 'key' => 'tax-cust_exempt-groups-num_req', + 'section' => 'billing', + 'description' => 'When using tax-cust_exempt-groups, control whether individual tax exemption numbers are required for exemption from different taxes.', + 'type' => 'select', + 'select_hash' => [ '' => 'Not required', + 'residential' => 'Required for residential customers only', + 'all' => 'Required for all customers', + ], + }, + + { 'key' => 'cust_main-default_view', 'section' => 'UI', 'description' => 'Default customer view, for users who have not selected a default view in their preferences.',