<% include('/elements/header.html', 'Accounts Receivable 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 an outstanding balance)
Customers with a balance over days old
 Including customers with credit balances

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