<% mt('Search options') |h %> |
<& /elements/tr-select-agent.html,
'curr_value' => scalar($cgi->param('agentnum')),
'disable_empty' => 0,
&>
<& /elements/tr-select-sales.html,
'curr_value' => scalar($cgi->param('salesnum')),
'pre_options' => [ '' => 'all',
0 => '(none)', ],
'disable_empty' => 1,
&>
<& /elements/tr-select-cust_main-status.html,
'label' => emt('Status'),
&>
<& /elements/tr-select-cust_class.html,
'label' => emt('Class'),
'multiple' => 1,
'pre_options' => [ '' => emt('(none)') ],
'all_selected' => 1,
&>
<& /elements/tr-select-part_referral.html,
'label' => emt('Advertising Source'),
'multiple' => 1,
#no, causes customers with disabled ones to disappear
#'all_selected' => 1,
&>
<% 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 %> |
<& /elements/tr-input-beginning_ending.html,
prefix => 'signupdate',
layout => 'horiz',
&>
|
% if ( $conf->exists('cust_main-enable_birthdate') ) {
<% mt('Date of Birth') |h %> |
<& /elements/tr-input-beginning_ending.html,
prefix => 'birthdate',
layout => 'horiz',
&>
|
% }
% if ( $conf->exists('cust_main-enable_spouse_birthdate') ) {
<% mt('Spouse Date of Birth') |h %> |
<& /elements/tr-input-beginning_ending.html,
prefix => 'spouse_birthdate',
layout => 'horiz',
&>
|
% }
% if ( $conf->exists('cust_main-enable_anniversary_date') ) {
<% mt('Anniversary Date') |h %> |
<& /elements/tr-input-beginning_ending.html,
prefix => 'anniversary_date',
layout => 'horiz',
&>
|
% }
Tags |
<& /elements/select-cust_tag.html,
'cgi' => $cgi,
'is_report' => 1,
'multiple' => 1,
&>
Any of these
All of these
|
With package of class |
<& /elements/select-pkg_class.html,
'field' => 'pkg_classnum',
'multiple' => 1,
&>
Any of these
All of these
|
<& /elements/tr-select-payby.html,
'payby_type' => 'cust',
'multiple' => 1,
'all_selected' => 1,
&>
<% mt('Payment expiration before') |h %> |
/
|
<% mt('Invoice terms') |h %> |
<& /elements/select-terms.html,
'pre_options' => [ '' => emt('all') ],
'empty_value' => 'NULL',
&>
|
<& /elements/tr-input-lessthan_greaterthan.html,
label => emt('Current balance'),
field => 'current_balance',
&>
<% mt('With email address(es)') |h %> |
|
<% mt('With postal mail invoices') |h %> |
|
<% mt('Without postal mail invoices') |h %> |
|
|
<% mt('Display options') |h %> |
<& /elements/tr-select-cust-fields.html &>
<% mt('Add package columns') |h %> |
|
<% mt('Include cancelled packages') |h %> |
|