1 <% include('/elements/header.html', 'Batch payment report' ) %>
3 <FORM ACTION="cust_pay_batch.cgi" METHOD="GET">
8 <TD ALIGN="right">Payments of type: </TD>
11 <OPTION VALUE="">all</OPTION>
12 <OPTION VALUE="CARD">credit card</OPTION>
13 <OPTION VALUE="CHEK">electronic check / ACH</OPTION>
18 <% include( '/elements/tr-select-agent.html',
19 'curr_value' => scalar( $cgi->param('agentnum') ),
20 'label' => 'For agent: ',
24 <% include( '/elements/tr-input-beginning_ending.html' ) %>
27 <TD ALIGN="right"><INPUT TYPE="checkbox" NAME="dcln" VALUE="1" CHECKED></TD>
28 <TD>Include approved items</TD>
33 <INPUT TYPE="submit" VALUE="Get Report">
37 <% include('/elements/footer.html') %>
41 unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');