<& /elements/header.html, mt('Accounts Receivable Aging Summary') &>
<& /elements/tr-select-agent.html, 'disable_empty'=>0 &> <& /elements/tr-select-cust_main-status.html, 'label' => emt('Customer Status'), &> <& /elements/tr-select-cust_class.html, 'label' => emt('Customer class'), 'field' => 'cust_classnum', 'multiple' => 1, 'pre_options' => [ '' => emt('(none)') ], 'all_selected' => 1, &> <& /elements/tr-input-date-field.html, { 'name' => 'as_of', 'value' => time, 'label' => emt('At the end of date '), 'format' => FS::Conf->new->config('date_format') || '%m/%d/%Y', } &> <& /elements/tr-select-cust-fields.html &>
<% mt('Search options') |h %>
<% mt('Customers') |h %>
<% mt('All customers (even those without an outstanding balance)') |h %>
% my $daysinput = qq!!; % my $str = emt("Customers with a balance over [_1] days old",'XXXDAYSXXX'); # yeah it's a hack % $str =~ s/XXXDAYSXXX/$daysinput/; <% $str %>
 <% mt('Including customers with credit balances') |h %>
 
<% mt('Display options') |h %>

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