X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_receivables.html;h=e85d786972ac08c1dd0af5d37e89dc5d4195ee70;hb=636dd1f25af52d35efe7a323a5765ff5adeadf83;hp=4f29b063e383e2aef9a244da2e163b5aa47122c2;hpb=94ff0d1fe71494acad3cb252b1054c2768671c4a;p=freeside.git diff --git a/httemplate/search/report_receivables.html b/httemplate/search/report_receivables.html index 4f29b063e..e85d78697 100755 --- a/httemplate/search/report_receivables.html +++ b/httemplate/search/report_receivables.html @@ -5,7 +5,7 @@ - @@ -20,10 +20,31 @@ + <% 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
@@ -35,6 +56,7 @@ <%init> die "access denied" - unless $FS::CurrentUser::CurrentUser->access_right('Receivables report'); + unless $FS::CurrentUser::CurrentUser->access_right('Receivables report') + or $FS::CurrentUser::CurrentUser->access_right('Financial reports');