X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_pay.html;h=d7cb0aec90938ddd92ffeff4e7b82081d2ca144f;hb=5bbee276dcee33d010a98930ab94d1e990c7e3ff;hp=1b30685dcec075465a02712c5e7893d9f2fd446e;hpb=4eec09b9bb69dea116c0f8b5fa81862125aa587c;p=freeside.git diff --git a/httemplate/search/report_cust_pay.html b/httemplate/search/report_cust_pay.html index 1b30685dc..d7cb0aec9 100644 --- a/httemplate/search/report_cust_pay.html +++ b/httemplate/search/report_cust_pay.html @@ -1,54 +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'); + +