<% include('/elements/header.html', 'Unapplied Payments Aging Summary' ) %> %# 'Prepaid Balance Aging Summary', #???
<% include( '/elements/tr-select-agent.html', 'disable_empty'=>0 ) %> <% include( '/elements/tr-select-cust_main-status.html', 'label' => 'Customer Status' ) %> <% include( '/elements/tr-input-date-field.html', { 'name' => 'as_of', 'value' => time, 'label' => 'As of date ', 'format' => FS::Conf->new->config('date_format') || '%m/%d/%Y', } ) %>
Search options
Customers All customers (even those without unapplied payments)
Customers with unapplied payments over days old

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