X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_pay.html;h=eca3d097551c6594c3ab86051a8ab066a5c07cf8;hp=6c10a2e4dd4ad05b24fa342fc38421bd4f927347;hb=ff27c3f36240aee48ed50153dd5d8fe3ac3f2443;hpb=f22b714f2b7a38c8a930d8248ccb32751db82b5e diff --git a/httemplate/search/report_cust_pay.html b/httemplate/search/report_cust_pay.html index 6c10a2e4d..eca3d0975 100644 --- a/httemplate/search/report_cust_pay.html +++ b/httemplate/search/report_cust_pay.html @@ -1,116 +1,4 @@ -<% include('/elements/header.html', $title ) %> - -
- - - - - - - - - - - - - - - - - - - - - <% include( '/elements/tr-select-agent.html', - 'curr_value' => scalar($cgi->param('agentnum')), - 'label' => 'for agent: ', - 'disable_empty' => 0, - ) - %> - - <% include( '/elements/tr-select-otaker.html' ) %> - - - - - - -% if ( $void ) { - - - - -% } - - <% include( '/elements/tr-input-lessthan_greaterthan.html', - 'label' => 'Amount', - 'field' => 'paid', - ) - %> - -
- Search options -
Payments of type: - -
Check #: - -
Payment - - <% include( '/elements/tr-input-beginning_ending.html', - layout => 'horiz', - ) - %> -
-
Voided - - <% include( '/elements/tr-input-beginning_ending.html', - prefix => 'void', - layout => 'horiz', - ) - %> -
-
- -
- - -
- -<% include('/elements/footer.html') %> -<%init> - -die "access denied" - unless $FS::CurrentUser::CurrentUser->access_right('Financial reports'); - -my $void = $cgi->param('void') ? 1 : 0; - -my $title = $void ? 'Voided payment report' : 'Payment report'; - - +<& elements/report_cust_pay_or_refund.html, + 'thing' => 'pay', + 'name_singular' => emt('payment'), +&>