[freeside-commits] freeside/httemplate/elements menu.html, 1.117, 1.118

Erik Levinson levinse at wavetail.420.am
Fri May 13 13:03:21 PDT 2011


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv1456/httemplate/elements

Modified Files:
	menu.html 
Log Message:
create a Sales, Credits, and Receipts report broken down by day, RT11470

Index: menu.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/menu.html,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -w -d -r1.117 -r1.118
--- menu.html	11 May 2011 16:20:12 -0000	1.117
+++ menu.html	13 May 2011 20:03:19 -0000	1.118
@@ -307,6 +307,7 @@
 
   %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', '' ],



More information about the freeside-commits mailing list