X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_receivables.html;h=4f29b063e383e2aef9a244da2e163b5aa47122c2;hb=94ff0d1fe71494acad3cb252b1054c2768671c4a;hp=1ae4b8e6f9ca26fef22351f15cd41d14d2da6af2;hpb=3ce7691203a7737406bf2d4442f7fd84b81f847e;p=freeside.git diff --git a/httemplate/search/report_receivables.html b/httemplate/search/report_receivables.html index 1ae4b8e6f..4f29b063e 100755 --- a/httemplate/search/report_receivables.html +++ b/httemplate/search/report_receivables.html @@ -1,16 +1,40 @@ <% 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'); + +