X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_main.html;h=eb1a662736216216867b8962534c9a414a7daf62;hb=89da4b96c4e2fce7079be8d2729750c088f8035b;hp=f139d4bb55347f65d11c406d8d0acfd107e6b920;hpb=55f003404af6a2416571138356d11c5ad3755e58;p=freeside.git diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index f139d4bb5..eb1a66273 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -6,7 +6,7 @@ - + <% include( '/elements/tr-select-agent.html', @@ -20,6 +20,13 @@ ) %> + <% include( '/elements/tr-select-cust_class.html', + 'label' => 'Class', + 'multiple' => 1, + 'pre_options' => [ '' => '(none)' ], + 'all_selected' => 1, + ) + %> % foreach my $field (qw( signupdate )) { @@ -39,11 +46,53 @@ % } <% include( '/elements/tr-select-payby.html', - 'payby_type' => 'cust', - 'multiple' => 1, - 'curr_value' => { map { $_ => 1 } FS::payby->cust_payby }, + 'payby_type' => 'cust', + 'multiple' => 1, + 'all_selected' => 1, ) %> + + + + + + + + + + + + <% include( '/elements/tr-input-lessthan_greaterthan.html', label => 'Current balance', @@ -66,11 +115,11 @@ % } - + - + <% include( '/elements/tr-select-cust-fields.html' ) %> @@ -91,7 +140,7 @@ die "access denied" unless ( $FS::CurrentUser::CurrentUser->access_right('List customers') && $FS::CurrentUser::CurrentUser->access_right('List packages') - );; + ); my $conf = new FS::Conf;
Search optionsSearch options
Payment expiration before + + / + +
Invoice terms + <% include( '/elements/select-terms.html', + 'pre_options' => [ '' => 'all' ], + 'empty_value' => 'NULL', + ) + %> +
  
Display optionsDisplay options