X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fbrowse%2Fagent.cgi;h=9c62901262073ff991115acf98698c88514d931b;hp=b9190ecb58163315a4ce27b4c4bfe83e4a5e8428;hb=8551c2469ece9a769b52b5429574d6984cd367ed;hpb=3d0a1bb06b895c5be6e3f0517d355442a6b1e125 diff --git a/httemplate/browse/agent.cgi b/httemplate/browse/agent.cgi index b9190ecb5..9c6290126 100755 --- a/httemplate/browse/agent.cgi +++ b/httemplate/browse/agent.cgi @@ -42,7 +42,7 @@ full offerings (via their type).

Currencies % } - Payment Gateway Overrides + Payment Gateway Override Configuration Overrides @@ -66,10 +66,16 @@ full offerings (via their type).

+% ## +% # agentnum +% ## <% $agent->agentnum %> +% ## +% # disabled +% ## % if ( ! $cgi->param('showdisabled') ) { <% $agent->disabled ? 'DISABLED' @@ -78,25 +84,38 @@ full offerings (via their type).

% } +% ## +% # agent +% ## <% $agent->agent %> +% ## +% # type +% ## <% $agent->agent_type->atype %> +% ## +% # master customer +% ## % if ( $agent->agent_custnum ) { - <% include('/elements/small_custview.html', - $agent->agent_custnum, - scalar($conf->config('countrydefault')), - 1, #show balance - ) - %> + <& /elements/small_custview.html, + $agent->agent_custnum, + scalar($conf->config('countrydefault')), + 1, #show balance + $p.'view/cust_main.cgi', + &> % } +% ## +% # commissions +% ## + @@ -124,6 +143,9 @@ full offerings (via their type).

+% ## +% # access groups +% ## +% ## +% # invoice template +% ## +% ## +% # customers +% ## + +% ## +% # customer packages +% ## + +% ## +% # reports +% ## +% ## +% # registration codes +% ## + +% ## +% # prepaid cards +% ## + +% ## +% # ticketing +% ## % if ( $conf->config('ticket_system') ) { % } +% ## +% # currencies +% ## % if ( $conf->config('currencies') ) { % } +% ## +% # payment gateway override +% ## + +% ## +% # configuration overrides +% ## +
% foreach my $access_group ( % map $_->access_group, @@ -133,211 +155,127 @@ full offerings (via their type).

% }
<% $agent->invoice_template || '(Default)' %> - - - - - - - - - - - - - - - +% my $num = 0; +% unless ( $disable_counts ) { + +% } + - - - - - - - - - - +% }
- - <% my $num_prospect = $agent->num_prospect_cust_main %>  - - -% if ( $num_prospect ) { - - -% } -prospects -% if ($num_prospect ) { - -% } - - -
- - <% my $num_inactive = $agent->num_inactive_cust_main %>  - - -% if ( $num_inactive ) { - - -% } -inactive -% if ( $num_inactive ) { - -% } - -
- - <% my $num_active = $agent->num_active_cust_main %>  - - -% if ( $num_active ) { +% my @cust_status = +% qw( prospect inactive ordered active suspended cancelled ); +% my %method = ( 'suspended' => 'susp', +% 'cancelled' => 'cancel' +% ); +% my %PL = ( 'prospect' => 'prospects', ); +% my %link = ( 'cancelled' => 'showcancelledcustomers=1&cancelled' ); +% my $statuscolor = FS::cust_main->statuscolors; +% +% foreach my $status ( @cust_status ) { +% my $meth = exists($method{$status}) ? $method{$status} : $status; +% $meth = 'num_'. $meth. '_cust_main'; +% my $link = exists($link{$status}) ? $link{$status} : $status; - +
+ + <% $num = $agent->$meth() %>  + + +% if ( $num || $disable_counts ) { +% + + "> % } -active -% if ( $num_active ) { +<% exists($PL{$status}) ? $PL{$status} : $status %> +% if ($num || $disable_counts ) { % } -
- - <% my $num_susp = $agent->num_susp_cust_main %>  - - -% if ( $num_susp ) { - - -% } -suspended -% if ( $num_susp ) { - -% } - -
- - <% my $num_cancel = $agent->num_cancel_cust_main %>  - - -% if ( $num_cancel ) { - - -% } -cancelled -% if ( $num_cancel ) { - -% } - -
- - - - - - - - - - - +% #my @pkg_status = FS::cust_pkg->statuses; +% my @pkg_status = ( 'on hold', 'one-time charge', 'not yet billed', +% qw( active suspended cancelled ) ); +% my %method = ( 'one-time charge' => 'inactive', +% 'suspended' => 'susp', +% 'cancelled' => 'cancel', +% ); +% my $statuscolor = FS::cust_pkg->statuscolors; +% +% foreach my $status ( @pkg_status ) { +% my $magic = exists($method{$status}) ? $method{$status} : $status; +% $magic =~ s/ /_/g; +% my $meth = 'num_'. $magic. '_cust_pkg'; +% ( my $label = $status ) =~ s/ / /g; - - +% my $num = 0; +% unless ( $disable_counts ) { + +% } - - - - - - - +% }
- - <% my $num_inactive_pkg = $agent->num_inactive_cust_pkg %>  - - -% if ( $num_inactive_pkg ) { - - -% } -inactive -% if ( $num_inactive_pkg ) { - -% } - -
- - <% my $num_active_pkg = $agent->num_active_cust_pkg %>  - - -% if ( $num_active_pkg ) { - - -% } -active -% if ( $num_active_pkg ) { - -% } - -
- - <% my $num_susp_pkg = $agent->num_susp_cust_pkg %>  - +
+ + <% $num = $agent->$meth() %>  + + -% if ( $num_susp_pkg ) { +% if ( $num || $disable_counts ) { - + % } -suspended -% if ( $num_susp_pkg ) { +<% $label %> +% if ( $num || $disable_counts ) { % }
- - <% my $num_cancel_pkg = $agent->num_cancel_cust_pkg %>  - - -% if ( $num_cancel_pkg ) { - -% } -cancelled -% if ( $num_cancel_pkg ) { - -% } - -
Package Churn
Payments
Credits
A/R Aging -
<% my $num_reg_code = $agent->num_reg_code %> % if ( $num_reg_code ) { @@ -352,6 +290,10 @@ Unused
Generate codes
<% my $num_prepay_credit = $agent->num_prepay_credit %> % if ( $num_prepay_credit ) { @@ -366,6 +308,9 @@ Unused
Generate cards
% if ( $agent->ticketing_queueid ) { @@ -376,38 +321,41 @@ Unused <% join('
', sort keys %{ $agent->agent_currency_hashref } ) %>
-% foreach my $override ( -% # sort { } want taxclass-full stuff first? and default cards (empty cardtype) -% qsearch('agent_payment_gateway', { 'agentnum' => $agent->agentnum } ) -% ) { -% - +% my $gw_override = qsearchs('agent_payment_gateway', { 'agentnum' => $agent->agentnum } ); +% if ($gw_override) { -% } - +% } else { +% }
- <% $override->cardtype || 'Default' %> to <% $override->payment_gateway->gateway_module %> (<% $override->payment_gateway->gateway_username %>) - <% $override->taxclass - ? ' for '. $override->taxclass. ' only' - : '' - %> - (delete) + <% $gw_override->payment_gateway->gateway_module %> (<% $gw_override->payment_gateway->gateway_username %>) + (delete)
(add override)
% foreach my $override ( @@ -457,5 +405,6 @@ if ( $cgi->param('showdisabled') } my $conf = new FS::Conf; +my $disable_counts = $conf->exists('config-disable_counts');