<% 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' ) %>
Search options
Customers All customers (even those without an outstanding balance)
Customers with a balance over days old

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