[freeside-commits] freeside/httemplate/elements menu.html, 1.100.2.11, 1.100.2.12

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


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

Modified Files:
      Tag: FREESIDE_2_1_BRANCH
	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.100.2.11
retrieving revision 1.100.2.12
diff -u -w -d -r1.100.2.11 -r1.100.2.12
--- menu.html	4 May 2011 05:44:29 -0000	1.100.2.11
+++ menu.html	13 May 2011 20:03:50 -0000	1.100.2.12
@@ -287,6 +287,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