<% include('/elements/header.html', 'Invoice Report' ) %>
scalar( $cgi->param('agentnum') ), 'label' => 'Invoices for agent: ', 'disable_empty' => 0, ) %> <% include( '/elements/tr-input-beginning_ending.html' ) %> <% include( '/elements/tr-input-lessthan_greaterthan.html', label => 'Charged', field => 'charged', ) %> <% include( '/elements/tr-input-lessthan_greaterthan.html', label => 'Owed', field => 'owed', ) %> <% include( '/elements/tr-select-payby.html', label => 'Payment method:', payby_type => 'cust', multiple => 1, all_selected => 1, ) %>
Show only open invoices
Show only the single most recent invoice per-customer

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