diff options
author | mark <mark> | 2010-04-08 01:15:26 +0000 |
---|---|---|
committer | mark <mark> | 2010-04-08 01:15:26 +0000 |
commit | 8a10cadd86e9c721fd6f81e2e28b4d0ccfd0d8da (patch) | |
tree | 4f4a082dd5bfa4badb9f5df98607fbd8affd9287 /httemplate/elements/menu.html | |
parent | 8b2b3f00e7c857de3a9bab764c415478acc83e27 (diff) |
RT#1382: beginning of package cost report
Diffstat (limited to 'httemplate/elements/menu.html')
-rw-r--r-- | httemplate/elements/menu.html | 1 |
1 files changed, 1 insertions, 0 deletions
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' ]; |