continue sales person work: customer and package selection, commissions, reporting...
[freeside.git] / httemplate / search / report_sales_commission.html
1 <% include('/elements/header.html', 'Sales person commission report' ) %>
2
3 <FORM ACTION="sales_commission.html">
4
5 <TABLE BGCOLOR="#cccccc" CELLSPACING=0>
6
7 <% include( '/elements/tr-select-agent.html' ) %>
8
9 <% include( '/elements/tr-select-sales.html' ) %>
10
11 <% include( '/elements/tr-input-beginning_ending.html', ) %>
12
13 </TABLE>
14
15 <BR>
16 <INPUT TYPE="submit" VALUE="Get Report">
17
18 <% include('/elements/footer.html') %>
19 <%init>
20
21 die "access denied"
22   unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
23
24 </%init>