From 8a10cadd86e9c721fd6f81e2e28b4d0ccfd0d8da Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 8 Apr 2010 01:15:26 +0000 Subject: RT#1382: beginning of package cost report --- 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 db5befc8a..bb219bdd4 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -266,6 +266,7 @@ if($curuser->access_right('Financial reports')) { 'Employee Commission Report' => [ $fsurl.'search/report_employee_commission.html', '' ], 'Credit Report' => [ $fsurl.'search/report_cust_credit.html', 'Credit report (by employee and/or date range)' ], 'Refund Report' => [ $fsurl.'search/report_cust_refund.html', 'Refund report (by type and/or date range)' ], + 'Package Costs Report' => [ $fsurl.'graph/report_cust_pkg_cost.html', 'Package setup and recurring costs graph' ], ); $report_financial{'A/R Aging'} = [ $fsurl.'search/report_receivables.html', 'Accounts Receivable Aging report' ]; $report_financial{'Prepaid Income'} = [ $fsurl.'search/report_prepaid_income.html', 'Prepaid income (unearned revenue) report' ]; -- cgit v1.2.1