1 <% include('/elements/header.html', 'Employee audit report' ) %>
3 <FORM ACTION="employee_audit.html" METHOD="GET">
5 <% include( '/elements/tr-select-user.html' ) %>
6 <% include( '/elements/tr-input-beginning_ending.html', ) %>
8 <% include( '/elements/tr-td-label.html', label => 'Include:' ) %>
10 <% map { include('/elements/checkbox.html',
11 field => $_, id => $_, postfix => $tables{$_} )
19 <INPUT TYPE="submit" VALUE="Get Report">
22 <% include('/elements/footer.html') %>
26 unless $FS::CurrentUser::CurrentUser->access_right('Employee Reports');
29 cust_pay => 'Payments',
30 cust_refund => 'Refunds',
31 cust_credit => 'Credits',
32 cust_bill => 'Invoices',
33 cust_main => 'Customers',
34 cust_pkg => 'Packages',
35 cust_main_invoice => 'Customer invoice destinations',
36 cust_pkg_discount => 'Discount applications',