X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_receivables.html;h=8040e57e69a15f27dc20631d517440ffae002087;hb=7502ab7b99bb956013cc0e555a0d7657b3c32723;hp=1ae4b8e6f9ca26fef22351f15cd41d14d2da6af2;hpb=c8cccb4a92adceb943c635fe62dad0d034462ce0;p=freeside.git diff --git a/httemplate/search/report_receivables.html b/httemplate/search/report_receivables.html index 1ae4b8e6f..8040e57e6 100755 --- a/httemplate/search/report_receivables.html +++ b/httemplate/search/report_receivables.html @@ -1,16 +1,35 @@ <% include('/elements/header.html', 'Accounts Receivable Aging Summary' ) %> -
+ - +
- <% include( '/elements/tr-select-agent.html' ) %> + + + -
+ Search options +
+ <% include( '/elements/tr-select-agent.html' ) %> + + + 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('Financial reports'); + +