X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_receivables.html;h=e85d786972ac08c1dd0af5d37e89dc5d4195ee70;hb=b5c4237a34aef94976bc343c8d9e138664fc3984;hp=56097534fd0ab5000da7329caca277d927ec45e0;hpb=f30ed1be7dccd91667712e586c517db6ab8f5b9d;p=freeside.git diff --git a/httemplate/search/report_receivables.html b/httemplate/search/report_receivables.html index 56097534f..e85d78697 100755 --- a/httemplate/search/report_receivables.html +++ b/httemplate/search/report_receivables.html @@ -5,20 +5,46 @@ - - <% include( '/elements/tr-select-agent.html' ) %> + <% 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 + + + + + + + + +
All customers (even those without an outstanding balance)
Customers with a balance over days old
 Including customers with credit balances
@@ -30,6 +56,7 @@ <%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');