X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_pay.html;h=d7cb0aec90938ddd92ffeff4e7b82081d2ca144f;hp=95198c7b201b2dfb007d8934c4a3a4fcf0e0842b;hb=eb4ff7f73c5d4bdf74a3472448b5a195598ff4cd;hpb=f7fd2a3e34da751cbc02bbf215e99c6dc89adc15 diff --git a/httemplate/search/report_cust_pay.html b/httemplate/search/report_cust_pay.html index 95198c7b2..d7cb0aec9 100644 --- a/httemplate/search/report_cust_pay.html +++ b/httemplate/search/report_cust_pay.html @@ -1,55 +1,78 @@ - - - Payment report criteria - - - - - - -

Payment report criteria

-
- - - - - - - - - - - - - - - - -
Payments of type: -
From:
m/d/y
To:
m/d/y
-
-
- - +<% include('/elements/header.html', 'Payment report' ) %> + +
+ + + + + + + + + + + + + + + + + <% include( '/elements/tr-select-agent.html', + 'curr_value' => scalar($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: + +
Check #: + +
+ +
+ + +
+ +<% include('/elements/footer.html') %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Financial reports'); + +