X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_main.html;h=672117499f916f2e2cfbf89a68162db580f4545a;hb=e92fa2f0535551a4e4cd92d10ccbcf930a5e5e62;hp=9e8cc8177ab774ba32343055f9fb35b2fe5b00fd;hpb=65dd671102f53f2230a5ba20d826b226e89b2642;p=freeside.git diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index 9e8cc8177..672117499 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -6,13 +6,33 @@ - + + <% include( '/elements/tr-select-agent.html', - ($cgi->param('agentnum') || ''), + 'curr_value' => scalar($cgi->param('agentnum')), + 'disable_empty' => 0, ) %> + <% include( '/elements/tr-select-cust_main-status.html', + 'label' => 'Status' + ) + %> + + <% include( '/elements/tr-select-cust_class.html', + 'label' => 'Class', + 'multiple' => 1, + 'pre_options' => [ '' => '(none)' ], + 'all_selected' => 1, + ) + %> + + + + + + % foreach my $field (qw( signupdate )) { @@ -29,14 +49,94 @@ % } + + <% include( '/elements/tr-select-cust_tag.html', + 'cgi' => $cgi, + 'is_report' => 1, + 'multiple' => 1, + ) + %> + + <% include( '/elements/tr-select-payby.html', + 'payby_type' => 'cust', + 'multiple' => 1, + 'all_selected' => 1, + ) + %> + + + + + + + + + + + + + <% include( '/elements/tr-input-lessthan_greaterthan.html', + label => 'Current balance', + field => 'current_balance', + ) + %> + - + + + + +% if ( $conf->exists('enable_taxproducts') ) { + + + + + + +% } + + + + + + + <% include( '/elements/tr-select-cust-fields.html' ) %> @@ -57,13 +157,15 @@ die "access denied" unless ( $FS::CurrentUser::CurrentUser->access_right('List customers') && $FS::CurrentUser::CurrentUser->access_right('List packages') - );; + ); + +my $conf = new FS::Conf; <%once> my %label = ( - 'signupdate' => 'Signup Date', + 'signupdate' => 'Signup date', );
Search optionsSearch options
Address
Payment expiration before + + / + +
Invoice terms + <% include( '/elements/select-terms.html', + 'pre_options' => [ '' => 'all' ], + 'empty_value' => 'NULL', + ) + %> +
Include cancelled packages
Display optionsWithout census tract
With hardcoded tax location
 
Display options