X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_main.html;h=ba7c99a45f84f244c99121c1485a151d3347f365;hb=8eb6542c022ac84b125416f3fb0828b278ba600a;hp=16a8122e82aa109f1f8fad388e582497c607ec06;hpb=6c284750de8fe49d7d4cdc6a9a4fb618697780e2;p=freeside.git diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index 16a8122e8..ba7c99a45 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -6,7 +6,7 @@ - + <& /elements/tr-select-agent.html, @@ -40,48 +40,6 @@ &> - - - - - - - - - - - - - - - - - - - - - - - - - -
<% mt('Search options') |h %><% mt('Basic search options') |h %>
<% mt('Address') |h %>
<% mt('County') |h %> - <& /elements/select-county.html, - disable_empty => 0, - empty_label => '(all)', - &> -
<% mt('State') |h %> - <& /elements/select-state.html, - disable_empty => 0, - empty_label => '(all)', - &> -
<% mt('Zip') |h %>
<% mt('Country') |h %> - <& /elements/select-country.html, - disable_empty => 0, - state_disable_empty => 0, - state_empty_label => '(all)', - &> -
<% mt('Signup date') |h %> @@ -168,49 +126,111 @@ - <& /elements/tr-select-payby.html, - 'payby_type' => 'cust', - 'multiple' => 1, - 'all_selected' => 1, - &> + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +% my @exempt_groups = grep /\S/, $conf->config('tax-cust_exempt-groups'); +% unless ( @exempt_groups ) { + +% #falze laziness with With/Without postal mail invoices + + + + + + + + + - +% } + @@ -221,7 +241,7 @@ &> - +
 
<% mt('Location search options') |h %>
<% mt('Address') |h %>
<% mt('Payment expiration before') |h %><% mt('City') |h %> - - / - + <& /elements/city.html, + disable_empty => 0, + empty_label => '(all)', + disable_text => 1, + &> +
<% mt('County') |h %> + <& /elements/select-county.html, + disable_empty => 0, + empty_label => '(all)', + &> +
<% mt('State') |h %> + <& /elements/select-state.html, + disable_empty => 0, + empty_label => '(all)', + &>
<% mt('Zip') |h %>
<% mt('Country') |h %> + <& /elements/select-country.html, + disable_empty => 0, + state_disable_empty => 0, + state_empty_label => '(all)', + &> +
 
<% mt('Billing search options') |h %>
<% mt('Tax exempt') |h %>
<% mt('Not tax exempt') |h %>
<% mt('Invoice terms') |h %> +% my @agentnums = $FS::CurrentUser::CurrentUser->agentnums; +% my $agentnum = scalar(@agentnums) == 1 ? $agentnums[0] : ''; <& /elements/select-terms.html, - 'pre_options' => [ '' => emt('all') ], - 'empty_value' => 'NULL', + 'pre_options' => [ '' => emt('all') ], + 'empty_value' => 'NULL', + 'agentnum' => $agentnum, &>
<% mt('With email address(es)') |h %><% mt('With invoicing email address(es)') |h %>