X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_receivables.html;h=912ef26b4ea7a3fa53c258095b05b94390431a9f;hb=f48936de00e81e89ea0f84b28e9c7b213fe898a8;hp=4f29b063e383e2aef9a244da2e163b5aa47122c2;hpb=94ff0d1fe71494acad3cb252b1054c2768671c4a;p=freeside.git diff --git a/httemplate/search/report_receivables.html b/httemplate/search/report_receivables.html index 4f29b063e..912ef26b4 100755 --- a/httemplate/search/report_receivables.html +++ b/httemplate/search/report_receivables.html @@ -5,7 +5,7 @@ - @@ -24,6 +24,12 @@ Customers with a balance over days old + <% 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
@@ -35,6 +41,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');