invoice_sections_with_taxes per-agent, RT#79636
[freeside.git] / httemplate / search / report_agent_commission.html
1 <% include('/elements/header.html', 'Agent commission report' ) %>
2
3 <FORM ACTION="agent_commission.html">
4
5 <TABLE BGCOLOR="#cccccc" CELLSPACING=0>
6
7 <& /elements/tr-select-agent.html &>
8
9 <& /elements/tr-checkbox.html,
10     'label' => 'Show paid sales only',
11     'field' => 'paid',
12     'value' => 'Y',
13 &> 
14
15 <& /elements/tr-input-beginning_ending.html &>
16
17 </TABLE>
18
19 <BR>
20 <INPUT TYPE="submit" VALUE="Get Report">
21
22 <% include('/elements/footer.html') %>
23 <%init>
24
25 my $curuser = $FS::CurrentUser::CurrentUser;
26
27 die "access denied" unless $curuser->access_right('Financial reports');
28
29 </%init>