<% include('/elements/header.html', $title ) %>
<% include( '/elements/tr-select-agent.html', 'curr_value' => scalar($cgi->param('agentnum')), 'label' => 'for agent: ', 'disable_empty' => 0, ) %> <% include( '/elements/tr-input-beginning_ending.html' ) %> <% include( '/elements/tr-input-lessthan_greaterthan.html', 'label' => 'Amount', 'field' => 'paid', ) %>
Payments of type:
Check #:

<% include('/elements/footer.html') %> <%init> die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Financial reports'); my $void = $cgi->param('void') ? 1 : 0; my $title = $void ? 'Voided payment report' : 'Payment report';