summaryrefslogtreecommitdiff
path: root/httemplate/elements/menu.html
diff options
context:
space:
mode:
authorjeff <jeff>2009-08-24 05:09:27 +0000
committerjeff <jeff>2009-08-24 05:09:27 +0000
commitb53214c810513eda313fb7aea5405fb02a3b94c5 (patch)
tree31cff754a8bc916b96655a65bc611116cf07f318 /httemplate/elements/menu.html
parent4e70896aa834fe3cdd6c5dba9b0a186c572e1886 (diff)
add rated call sales report and option to sales report to count usage separately from recurring #5588
Diffstat (limited to 'httemplate/elements/menu.html')
-rw-r--r--httemplate/elements/menu.html1
1 files changed, 1 insertions, 0 deletions
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' ];