v4 style
[freeside.git] / httemplate / search / report_agent_credit_payment.html
1 <& /elements/header.html, 'Package Agent Credits and Payments' &>
2
3 <P>Shows agent commission credits, and payments applied to invoices for packages that triggered those credits.</P>
4
5 <FORM ACTION="agent_credit_payment.html" METHOD="GET">
6
7   <TABLE BGCOLOR="#cccccc" CELLSPACING=0>
8
9     <& /elements/tr-select-agent.html,
10          'curr_value'    => scalar( $cgi->param('agentnum') ),
11          'label'         => 'Agent ',
12          'disable_empty' => 0,
13     &>
14
15     <& /elements/tr-input-beginning_ending.html &>
16     
17   </TABLE>
18
19 <BR>
20 <INPUT TYPE="submit" VALUE="Get Report">
21
22 </FORM>
23
24 <% include('/elements/footer.html') %>
25 <%init>
26
27 die "access denied"
28   unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');
29
30 </%init>