From eb3bd392a89b8b666dc512951e78913c05b98810 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Fri, 27 Sep 2013 17:19:36 -0700 Subject: invoice configurations, #24723 --- httemplate/elements/menu.html | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/elements/menu.html') diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 8cbbd1742..edb5e8159 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -600,6 +600,7 @@ $config_billing{'Billing events'} = [ $fsurl.'browse/part_event.html', 'Billing || $curuser->access_right('Edit global billing events'); if ( $curuser->access_right('Configuration') ) { #$config_billing{'Invoice events'} = [ $fsurl.'browse/part_bill_event.cgi', 'Deprecated, old-style actions for overdue invoices' ]; + $config_billing{'Invoice configurations'} = [ $fsurl.'browse/invoice_conf.html', 'Adjust invoice settings for special-purpose notices' ]; $config_billing{'Invoice templates'} = [ $fsurl.'browse/invoice_template.html', 'Edit templates for HTML, plaintext and typeset invoices' ]; $config_billing{'separator'} = ''; #its a separator! $config_billing{'Prepaid cards'} = [ $fsurl.'search/prepay_credit.html', 'View outstanding cards, generate new cards' ]; -- cgit v1.2.1 From c1285aad3e79b4fd9312002cd03c0bdc325acc25 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Sat, 28 Sep 2013 17:52:54 -0700 Subject: report showing phone number breakdown by state, #24789 --- httemplate/elements/menu.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'httemplate/elements/menu.html') diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index edb5e8159..c8fe5f2e8 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -197,6 +197,10 @@ foreach my $svcdb ( FS::part_svc->svc_tables() ) { [ $fsurl. 'search/report_svc_phone_usage.html', 'Total usage (minutes, and amount billed) for the specified time period, per phone number.', ]; + $report_svc{"${name} by state"} = + [ $fsurl. 'search/phone_state.html', + 'Current or historical phone services broken down by state.', + ]; } -- cgit v1.2.1