X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_main.html;h=5860fbfbbb1584ee277d5158e679ac5653ddce04;hb=2ab068f449eb97a10e18d20e9dab5ab9faa017e7;hp=b0c5fde8677cd8ce755d3580f8f98b0aee1a9053;hpb=5836672804f6285e914061b18bcb8d18139e4783;p=freeside.git diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index b0c5fde86..5860fbfbb 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.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, ) %> + + + Payment expiration before + + + / + + + + + + + + Invoice terms + + <% include( '/elements/select-terms.html', + 'pre_options' => [ '' => 'all' ], + 'empty_value' => 'NULL', + ) + %> + + <% include( '/elements/tr-input-lessthan_greaterthan.html', label => 'Current balance', @@ -56,6 +105,15 @@ +% if ( $conf->exists('cust_main-require_censustract') ) { + + + Without census tract + + + +% } +   @@ -84,6 +142,8 @@ die "access denied" $FS::CurrentUser::CurrentUser->access_right('List packages') );; +my $conf = new FS::Conf; + <%once>