invoice_sections_with_taxes per-agent, RT#79636
[freeside.git] / httemplate / search / report_employee_commission.html
1 <% include('/elements/header.html', 'Employee commission report' ) %>
2
3 <FORM ACTION="part_pkg.html">
4
5 <TABLE BGCOLOR="#cccccc" CELLSPACING=0>
6
7 %# 
8 %# <% include( '/elements/tr-select-agent.html',
9 %#                'curr_value'    => scalar( $cgi->param('agentnum') ),
10 %#                'disable_empty' => 0,
11 %#            )
12 %# %>
13 %# 
14
15 <% include( '/elements/tr-select-user.html' ) %>
16
17 <% include( '/elements/tr-input-beginning_ending.html', ) %>
18
19 </TABLE>
20
21 <BR>
22 <INPUT TYPE="submit" VALUE="Get Report">
23
24 <% include('/elements/footer.html') %>
25 <%init>
26
27 die "access denied"
28   unless $FS::CurrentUser::CurrentUser->access_right('Employees: Commission Report');
29
30 </%init>