From 3d8fc60bfe90a289232ade859a080dc1841a16ce Mon Sep 17 00:00:00 2001 From: levinse Date: Fri, 13 May 2011 20:03:50 +0000 Subject: create a Sales, Credits, and Receipts report broken down by day, RT11470 --- 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 ffc35297d..51d2c9912 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -287,6 +287,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', '' ], -- cgit v1.2.1