invoice_sections_with_taxes per-agent, RT#79636
[freeside.git] / httemplate / search / report_agent_commission_pkg.html
1 <% include('/elements/header.html', 'Agent commission report' ) %>
2
3 <FORM ACTION="agent_commission_pkg.html">
4
5 <TABLE BGCOLOR="#cccccc" CELLSPACING=0>
6
7 <% include( '/elements/tr-select-agent.html', disable_empty => 1 ) %>
8
9 <% include( '/elements/tr-input-beginning_ending.html', ) %>
10
11 </TABLE>
12
13 <BR>
14 <INPUT TYPE="submit" VALUE="Get Report">
15
16 <% include('/elements/footer.html') %>
17 <%init>
18
19 die "access denied"
20   unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
21
22 </%init>