<% include('/elements/header.html', 'Payment transaction history' ) %>
%#history stuff %#eo history stuff <% include( '/elements/tr-select-agent.html', 'curr_value' => scalar($cgi->param('agentnum')), 'label' => 'for agent: ', 'disable_empty' => 0, ) %> <% include( '/elements/tr-select-user.html' ) %> <% include( '/elements/tr-input-lessthan_greaterthan.html', 'label' => 'Amount', 'field' => 'paid', ) %>
Search options
Search transactions for:
Transaction date: <% include( '/elements/tr-input-beginning_ending.html', prefix => 'history_date', layout => 'horiz', ) %>
Payments of type:
Check #:
Payment <% include( '/elements/tr-input-beginning_ending.html', layout => 'horiz', ) %>

<% include('/elements/footer.html') %> <%init> die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Financial reports');