From b53214c810513eda313fb7aea5405fb02a3b94c5 Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 24 Aug 2009 05:09:27 +0000 Subject: add rated call sales report and option to sales report to count usage separately from recurring #5588 --- 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 6b256c8d8..464b3b354 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -234,6 +234,7 @@ if($curuser->access_right('Financial reports')) { %report_financial = ( 'Sales, Credits and Receipts' => [ $fsurl.'graph/report_money_time.html', 'Sales, credits and receipts summary graph' ], 'Sales Report' => [ $fsurl.'graph/report_cust_bill_pkg.html', 'Sales report and graph (by agent, package class and/or date range)' ], + 'Rated Call Sales Report' => [ $fsurl.'graph/report_cust_bill_pkg_detail.html', 'Sales report and graph (by agent, package class, usage class and/or date range)' ], 'Credit Report' => [ $fsurl.'search/report_cust_credit.html', 'Credit report (by employee and/or date range)' ], ); $report_financial{'A/R Aging'} = [ $fsurl.'search/report_receivables.html', 'Accounts Receivable Aging report' ]; -- cgit v1.2.1