summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorlevinse <levinse>2011-05-13 20:03:20 +0000
committerlevinse <levinse>2011-05-13 20:03:20 +0000
commit20950bb21ee5dd8839a05dfcd58efa0a98e48e5a (patch)
treef7bd53f02fc3ca3aeb0414f523ce9809cc873fc2 /httemplate/elements
parent22a59960edd8f446d82c60f9ca5ac9b957ef2eac (diff)
create a Sales, Credits, and Receipts report broken down by day, RT11470
Diffstat (limited to 'httemplate/elements')
-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 c186aa26a..e28beb760 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -307,6 +307,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' ],
+ 'Daily Sales, Credits and Receipts' => [ $fsurl.'graph/report_money_time_daily.html', 'Sales, credits and receipts (broken down by day) 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)' ],
'Employee Commission Report' => [ $fsurl.'search/report_employee_commission.html', '' ],