X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_pay.html;h=0327e042e28a06361ed8a2b0a76ed5f33f7975f1;hb=5a322e9cf2be599b4c6bcf3959178506dd5992be;hp=93053e1eeac9c1ef3a0b3e8b9d695125a8350164;hpb=3d7644882ebf59fcac7230a408d06e7c4e1bb34b;p=freeside.git diff --git a/httemplate/search/report_cust_pay.html b/httemplate/search/report_cust_pay.html index 93053e1ee..0327e042e 100644 --- a/httemplate/search/report_cust_pay.html +++ b/httemplate/search/report_cust_pay.html @@ -1,24 +1,78 @@ - - - Payment report criteria - - -
-

Payment report criteria

-
-
-
- - Return + + + + + + + + + + + + + + + + <% include( '/elements/tr-select-agent.html', + $cgi->param('agentnum'), + 'label' => 'for agent: ', + ) + %> + + <% include( '/elements/tr-input-beginning_ending.html' ) %> + + <% include( '/elements/tr-input-lessthan_greaterthan.html', + 'label' => 'Amount', + 'field' => 'paid', + ) + %> + +
Payments of type: + payments for period
- from m/d/y - to m/d/y -

- -


- - + + + + + + + + + + + + +
Check #: + +
+ +
+ + + + +<% include('/elements/footer.html') %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Financial reports'); + +