X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_receivables.html;h=e85d786972ac08c1dd0af5d37e89dc5d4195ee70;hb=ddde2be8e3d2cd0e61da2f68d4c06a6b31c50562;hp=bb23f1f87aec624482b3c2082b4780de9045e671;hpb=9509e5bfb7f9331303153cac24d7bfecbe2ea9f1;p=freeside.git diff --git a/httemplate/search/report_receivables.html b/httemplate/search/report_receivables.html index bb23f1f87..e85d78697 100755 --- a/httemplate/search/report_receivables.html +++ b/httemplate/search/report_receivables.html @@ -1,26 +1,62 @@ <% 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') %> - - - <% include( '/elements/tr-select-agent.html' ) %> - - - - - - -
Over days
- -
- - - - <%init> die "access denied" - unless $FS::CurrentUser::CurrentUser->access_right('Financial reports'); + unless $FS::CurrentUser::CurrentUser->access_right('Receivables report') + or $FS::CurrentUser::CurrentUser->access_right('Financial reports');