employee commission reporting, RT#6991
[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 %#2.1
16 <% include( '/elements/tr-select-user.html' ) %>
17
18 %#1.9
19 %# <%include( '/elements/tr-select-otaker.html' ) %>
20
21 <% include( '/elements/tr-input-beginning_ending.html', ) %>
22
23 </TABLE>
24
25 <BR>
26 <INPUT TYPE="submit" VALUE="Get Report">
27
28 <% include('/elements/footer.html') %>
29 <%init>
30
31 die "access denied"
32   unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
33
34 </%init>