X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Freport_cust_main.html;h=d4ed2ad87a30fb64d5bb2d7b123b8931df8bc806;hb=e168ca3db2702bd9a540316cd9bd840238dd19ce;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..d4ed2ad87 100755 --- a/httemplate/search/report_cust_main.html +++ b/httemplate/search/report_cust_main.html @@ -1,4 +1,4 @@ -<% include('/elements/header.html', 'Customer Report' ) %> +<& /elements/header.html, emt('Customer Report') &>
@@ -6,64 +6,147 @@ - + - <% include( '/elements/tr-select-agent.html', - ($cgi->param('agentnum') || ''), - ) - %> -% foreach my $field (qw( signupdate )) { + <& /elements/tr-select-agent.html, + 'curr_value' => scalar($cgi->param('agentnum')), + 'disable_empty' => 0, + &> - - + <& /elements/tr-select-cust_main-status.html, + 'label' => emt('Status'), + &> + + <& /elements/tr-select-cust_class.html, + 'label' => emt('Class'), + 'multiple' => 1, + 'pre_options' => [ '' => emt('(none)') ], + 'all_selected' => 1, + &> + + + + + + + + - + -% } + <& /elements/tr-select-cust_tag.html, + 'cgi' => $cgi, + 'is_report' => 1, + 'multiple' => 1, + &> + + <& /elements/tr-select-payby.html, + 'payby_type' => 'cust', + 'multiple' => 1, + 'all_selected' => 1, + &> + + + + + + + + + + + + + <& /elements/tr-input-lessthan_greaterthan.html, + label => emt('Current balance'), + field => 'current_balance', + &> + - + - + + + + +% if ( $conf->exists('enable_taxproducts') ) { + + + + + + +% } + + + + + + + - <% include( '/elements/tr-select-cust-fields.html' ) %> + <& /elements/tr-select-cust-fields.html &> - +
Search options<% mt('Search options') |h %>
<% $label{$field} %>
<% mt('Address') |h %>
<% mt('Signup date') |h %> - - <% include( '/elements/tr-input-beginning_ending.html', - prefix => $field, - layout => 'horiz', - ) - %> -
+ + <& /elements/tr-input-beginning_ending.html, + prefix => 'signupdate', + layout => 'horiz', + &> +
<% mt('Payment expiration before') |h %> + + / + +
<% mt('Invoice terms') |h %> + <& /elements/select-terms.html, + 'pre_options' => [ '' => emt('all') ], + 'empty_value' => 'NULL', + &> +
Include cancelled packages<% mt('Include cancelled packages') |h %>
Display options<% mt('Without census tract') |h %>
<% mt('With hardcoded tax location') |h %>
 
<% mt('Display options') |h %>
Add package columns<% mt('Add package columns') |h %>

- +
-<% include('/elements/footer.html') %> +<& /elements/footer.html &> <%init> die "access denied" unless ( $FS::CurrentUser::CurrentUser->access_right('List customers') && $FS::CurrentUser::CurrentUser->access_right('List packages') - );; - - -<%once> + ); -my %label = ( - 'signupdate' => 'Signup Date', -); +my $conf = new FS::Conf; - +