summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-01-25 22:30:00 -0800
committerIvan Kohler <ivan@freeside.biz>2017-01-25 22:30:00 -0800
commit0aaf7f8b540c21b10799d122c9a9399da6460a47 (patch)
tree812f7b992f3a196377e18addf2c2291fb2bd2735
parentd33c6b0b9c3525f4b7dea0e5856b5401246483e6 (diff)
conf classification
-rw-r--r--FS/FS/Conf.pm22
-rw-r--r--httemplate/config/config-view.cgi2
2 files changed, 12 insertions, 12 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index dad12aa..b3654b9 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -1592,28 +1592,28 @@ and customer address. Include units.',
{
'key' => 'usage_class_summary',
- 'section' => 'telephony',
+ 'section' => 'telephony_invoicing',
'description' => 'On invoices, summarize total usage by usage class in a separate section',
'type' => 'checkbox',
},
{
'key' => 'usage_class_as_a_section',
- 'section' => 'telephony',
+ 'section' => 'telephony_invoicing',
'description' => 'On invoices, split usage into sections and label according to usage class name when enabled. Only valid when invoice_sections is enabled.',
'type' => 'checkbox',
},
{
'key' => 'phone_usage_class_summary',
- 'section' => 'telephony',
+ 'section' => 'telephony_invoicing',
'description' => 'On invoices, summarize usage per DID by usage class and display all CDRs together regardless of usage class. Only valid when svc_phone_sections is enabled.',
'type' => 'checkbox',
},
{
'key' => 'svc_phone_sections',
- 'section' => 'telephony',
+ 'section' => 'telephony_invoicing',
'description' => 'On invoices, create a section for each svc_phone when enabled. Only valid when invoice_sections is enabled.',
'type' => 'checkbox',
},
@@ -1627,7 +1627,7 @@ and customer address. Include units.',
{
'key' => 'separate_usage',
- 'section' => 'telephony',
+ 'section' => 'telephony_invoicing',
'description' => 'On invoices, split the rated call usage into a separate line from the recurring charges.',
'type' => 'checkbox',
},
@@ -3578,35 +3578,35 @@ and customer address. Include units.',
{
'key' => 'voip-cust_accountcode_cdr',
- 'section' => 'telephony',
+ 'section' => 'telephony_invoicing',
'description' => 'Enable the per-customer option for CDR breakdown by accountcode.',
'type' => 'checkbox',
},
{
'key' => 'voip-cust_cdr_spools',
- 'section' => 'telephony',
- 'description' => 'Enable the per-customer option for individual CDR spools.',
+ 'section' => 'deprecated',
+ 'description' => 'Deprecated, used to enable the per-customer option for individual CDR spools.',
'type' => 'checkbox',
},
{
'key' => 'voip-cust_cdr_squelch',
- 'section' => 'telephony',
+ 'section' => 'telephony_invoicing',
'description' => 'Enable the per-customer option for not printing CDR on invoices.',
'type' => 'checkbox',
},
{
'key' => 'voip-cdr_email',
- 'section' => 'telephony',
+ 'section' => 'telephony_invoicing',
'description' => 'Include the call details inline on emailed invoices (and HTML invoices viewed in the backend), even if the customer is configured for not printing them on the invoices. Useful for including these details in electronic delivery but omitting them when printing.',
'type' => 'checkbox',
},
{
'key' => 'voip-cdr_email_attach',
- 'section' => 'telephony',
+ 'section' => 'telephony_invoicing',
'description' => 'Enable the per-customer option for including CDR information as an attachment on emailed invoices.',
'type' => 'select',
'select_hash' => [ '' => 'Disabled',
diff --git a/httemplate/config/config-view.cgi b/httemplate/config/config-view.cgi
index e63dfe3..edbda5c 100644
--- a/httemplate/config/config-view.cgi
+++ b/httemplate/config/config-view.cgi
@@ -443,7 +443,7 @@ my @sections = (qw(
API ticketing appointments network_monitoring
services
username password
- telephony RADIUS wireless_broadband shell BIND hosting
+ telephony telephony_invoicing RADIUS wireless_broadband shell BIND hosting
), '', qw( development deprecated )
);