X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fmenu.html;h=25aed48099ac36a6f9383c75a4d716e9151d2dc6;hb=7c78c71878f9d347a005825f7f8eacdfc99cca39;hp=2e9d0d5e5bfaa7adc40823734af63563e16f88fc;hpb=fbf89be515337c56b0fdbfdfc8b9fdafe4f1d98f;p=freeside.git diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 2e9d0d5e5..25aed4809 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -290,6 +290,7 @@ if($curuser->access_right('Financial reports')) { 'Refund Report' => [ $fsurl.'search/report_cust_refund.html', 'Refund report (by type and/or date range)' ], 'Unapplied Refunds' => [ $fsurl.'search/report_cust_refund.html?unapplied=1', 'Unapplied refund report (by type and/or date range)' ], 'Package Costs Report' => [ $fsurl.'graph/report_cust_pkg_cost.html', 'Package setup and recurring costs graph' ], + 'Employee Audit Report' => [ $fsurl.'search/report_employee_audit.html', 'Employee audit report' ], ); $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' ];