X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_main.html;h=f139d4bb55347f65d11c406d8d0acfd107e6b920;hb=d1014a727cefa5d9813153594541f62ec15fc8b9;hp=57b84cb37a70e6667a0ceffbc87548a94aa3cbbf;hpb=d5967ae3ecfdb0bb1ead8176cfb2760a65c51f2d;p=freeside.git diff --git a/httemplate/search/report_cust_main.html b/httemplate/search/report_cust_main.html index 57b84cb37..f139d4bb5 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,19 @@ + <% 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' + ) + %> + + % foreach my $field (qw( signupdate )) { @@ -29,12 +37,38 @@ % } + + <% include( '/elements/tr-select-payby.html', + 'payby_type' => 'cust', + 'multiple' => 1, + 'curr_value' => { map { $_ => 1 } FS::payby->cust_payby }, + ) + %> + <% include( '/elements/tr-input-lessthan_greaterthan.html', + label => 'Current balance', + field => 'current_balance', + ) + %> + +% if ( $conf->exists('cust_main-require_censustract') ) { + + + + + + +% } + + + + + @@ -59,11 +93,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', );
Search options
Include cancelled packages
Without census tract
 
Display options