X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fbrowse%2Fagent.cgi;h=7648915e6629cd5d9cd3426fd50323541a034de5;hb=8a00b4c10743a314f4a298879141b60d6096eb3b;hp=063f259de0283969a6bbd8629519cf6541e29974;hpb=15777da47bab33e8f0021e6dd9aa6b434fa9be30;p=freeside.git diff --git a/httemplate/browse/agent.cgi b/httemplate/browse/agent.cgi index 063f259de..7648915e6 100755 --- a/httemplate/browse/agent.cgi +++ b/httemplate/browse/agent.cgi @@ -1,5 +1,4 @@ <% include("/elements/header.html",'Agent Listing', menubar( - 'Main Menu' => $p, 'Agent Types' => $p. 'browse/agent_type.cgi', # 'Add new agent' => '../edit/agent.cgi' )) %> @@ -27,10 +26,13 @@ full offerings (via their type).

param('showdisabled') || !dbdef->table('agent')->column('disabled') ) ? 2 : 3 %>>Agent Type + Master Customer + Access Groups + Invoice
Template
Customers Customer
packages
Reports - Registration codes + Registration
codes
Prepaid cards % if ( $conf->config('ticket_system') ) { @@ -38,8 +40,7 @@ full offerings (via their type).

% } Payment Gateway Overrides - Freq. - Prog. + Configuration Overrides % %# Agent # @@ -65,20 +66,51 @@ full offerings (via their type).

- - <% $agent->agentnum %> -% if ( dbdef->table('agent')->column('disabled') -% && !$cgi->param('showdisabled') ) { - <% $agent->disabled ? 'DISABLED' : '' %> -% } + + <% $agent->agentnum %> + +% if ( dbdef->table('agent')->column('disabled') +% && !$cgi->param('showdisabled') ) { + + <% $agent->disabled ? 'DISABLED' : '' %> + +% } - - <% $agent->agent %> - <% $agent->agent_type->atype %> + + <% $agent->agent %> + + + + <% $agent->agent_type->atype %> + +% if ( $agent->agent_custnum ) { + <% include('/elements/small_custview.html', + $agent->agent_custnum, + scalar($conf->config('countrydefault')), + 1, #show balance + ) + %> +% } + + + +% foreach my $access_group ( +% map $_->access_group, +% qsearch('access_groupagent', { 'agentnum' => $agent->agentnum }) +% ) { + <% $access_group->groupname |h %>
+% } + + + + <% $agent->invoice_template || '(Default)' %> + + + @@ -271,9 +303,10 @@ cancelled @@ -344,10 +377,26 @@ Unused
- Payments + Package Churn +
Payments
Credits -
A/R Aging +
A/R Aging
- + + +% foreach my $override ( +% qsearch('conf', { 'agentnum' => $agent->agentnum } ) +% ) { +% + + + + +% } + + + + +
+ <% $override->name %> + (delete) +
(add override)
+ % }