X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_main.html;h=4369a682d6ee371bb06c8db57e54c068185ea13e;hb=1c2b820bd8d41fb9620e81faf617adffe85dbd33;hp=f32c3aa188092e9b0c1dd49472cf7c85754e5082;hpb=e8d02908a0c85c4fcbaf7145ef00f0d3293e7311;p=freeside.git diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index f32c3aa18..4369a682d 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -1,6 +1,6 @@ <% include('/elements/header.html', 'Customer Report' ) %> -
+ @@ -8,11 +8,26 @@ + <% 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,12 +44,78 @@ % } + + <% 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('cust_main-require_censustract') ) { + + + + + + +% } + + + + + + + + + <% include( '/elements/tr-select-cust-fields.html' ) %> + + + + +
Search options
Payment expiration before + + / + +
Include cancelled packages
Without census tract
 
Display options
Add package columns

@@ -50,11 +131,13 @@ die "access denied" $FS::CurrentUser::CurrentUser->access_right('List packages') );; +my $conf = new FS::Conf; + <%once> my %label = ( - 'signupdate' => 'Signup Date', + 'signupdate' => 'Signup date', );