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

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