X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Fmenu.html;h=1064836fbad77804aa49fa622630b41fdfa57880;hp=236fe6a5324c07dba190d3b48661838c3d636d90;hb=d6ff3967df6ee08263023a4d35865b66bdb8a672;hpb=4665d5af02f915679207a369222472a25e137c9d diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 236fe6a53..1064836fb 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -310,6 +310,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' ];