X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_pay.html;h=90c5d255d764b95902cc7afaa0fdbceeaf747184;hb=39fd666a49b2be516967131a46891f17ce0101da;hp=95198c7b201b2dfb007d8934c4a3a4fcf0e0842b;hpb=5fc8c5edf574ab024d4646914b6432d458e2ffbd;p=freeside.git diff --git a/httemplate/search/report_cust_pay.html b/httemplate/search/report_cust_pay.html index 95198c7b2..90c5d255d 100644 --- a/httemplate/search/report_cust_pay.html +++ b/httemplate/search/report_cust_pay.html @@ -1,55 +1,72 @@ - - - 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', + $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') %>