X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_receivables.html;h=bfb016945a8e6d10b21855734f9117fce3a539b2;hb=7a7bcda9d75c951df9c911ce60d5b0551765daf2;hp=fc5174116f5e4ff33ee1172b6718e569a9b59454;hpb=0e2bb254c0e5018b6b2a7766962319cd4137683f;p=freeside.git diff --git a/httemplate/search/report_receivables.html b/httemplate/search/report_receivables.html index fc5174116..bfb016945 100755 --- a/httemplate/search/report_receivables.html +++ b/httemplate/search/report_receivables.html @@ -1,16 +1,41 @@ -<%= include('/elements/header.html', 'Accounts Receivable Aging Summary' ) %> +<% include('/elements/header.html', 'Accounts Receivable Aging Summary' ) %> -
+ - +
- <%= include( '/elements/tr-select-agent.html' ) %> + + + -
+ Search options +
+ <% include( '/elements/tr-select-agent.html', 'disable_empty'=>0 ) %> -
-
+ <% include( '/elements/tr-select-cust_main-status.html', + 'label' => 'Customer Status' + ) + %> + + + Customers + + All customers (even those without an outstanding balance)
+ Customers with a balance over days old + + - - + +
+ + +<% include('/elements/footer.html') %> + +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Receivables report') + or $FS::CurrentUser::CurrentUser->access_right('Financial reports'); + +