X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_bill.html;h=92f619b798a37d91e9a10d7682fecb06d0ce481c;hb=62b18c75989a1b00a25079f8f110992aaad81bba;hp=b339c80e07876914d900b5da355539a2021ac949;hpb=54a357b171aa44f9399b4c146acd2afd3b686075;p=freeside.git diff --git a/httemplate/search/report_cust_bill.html b/httemplate/search/report_cust_bill.html index b339c80e0..92f619b79 100644 --- a/httemplate/search/report_cust_bill.html +++ b/httemplate/search/report_cust_bill.html @@ -4,16 +4,58 @@ - - % unless ( $custnum ) { + +
+ + + + + <& /elements/tr-select-agent.html, 'curr_value' => scalar( $cgi->param('agentnum') ), - 'label' => emt('Invoices for agent: '), + 'label' => emt('Agent'), 'disable_empty' => 0, &> + + <& /elements/tr-select-cust_main-status.html, + 'label' => 'Customer status', + 'field' => 'cust_status', + &> + + <& /elements/tr-select-cust_class.html, + label => mt('Customer Class'), + field => 'cust_classnum', + multiple => 1, + 'pre_options' => [ 0 => emt('(none)') ], + &> + +% if ( $cust_main ) { + +% } else { + <& /elements/tr-select-payby.html, + label => emt('Payment method:'), + payby_type => 'cust', + multiple => 1, + all_selected => 1, + &> +% } + +
+ Customer search options +
+
+ % } + + + + + + <& /elements/tr-input-beginning_ending.html &> <& /elements/tr-input-lessthan_greaterthan.html, @@ -26,17 +68,6 @@ field => 'owed', &> -% if ( $cust_main ) { - -% } else { - <& /elements/tr-select-payby.html, - label => emt('Payment method:'), - payby_type => 'cust', - multiple => 1, - all_selected => 1, - &> -% } - % if ( $conf->exists('cust_bill-enable_promised_date') ) { @@ -53,10 +84,27 @@ % } +
+ Invoice search options +
+
+ + + + + + + + - + + + + + + % unless ( $custnum ) { @@ -65,7 +113,6 @@ % } -
+ Display options +
<% mt('Show only open invoices') |h %>
<% emt('Exclude discounts from gross amount billed'), %>