X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fprospect_main.html;h=d6bcbe7ada315a87b7425f7e252b05901511e695;hp=b5ef64f489f0a0523450dffd8a8a58322152be3a;hb=b71b1576c68bc40ad26592b354feace37a029f0e;hpb=f2cf5c2843dcef5db0941a1673538eb922fd5a5a diff --git a/httemplate/view/prospect_main.html b/httemplate/view/prospect_main.html index b5ef64f48..d6bcbe7ad 100644 --- a/httemplate/view/prospect_main.html +++ b/httemplate/view/prospect_main.html @@ -1,40 +1,22 @@ -<& /elements/header.html, 'Prospect View: '. $prospect_main->company &> +<& /elements/header.html, $title &> % if ( $curuser->access_right('Edit prospect') ) { Edit this prospect % } -<% ntable("#cccccc",2) %> - - - Prospect # - <% $prospectnum %> -% if ( $prospect_main->disabled ) { - (DISABLED) -% } - - - -%unless ( scalar(@agentnums) == 1 -% && !$curuser->access_right('View customers of all agents') ) { -% my $agent = qsearchs('agent',{ 'agentnum' => $prospect_main->agentnum } ); - - Agent - <% $agent->agentnum %>: <% $agent->agent |h %> - -%} + %unless ( ! $prospect_main->refnum ) { # || scalar(@part_referral) == 1 ) { % my $part_referral = qsearchs('part_referral',{ 'refnum' => $prospect_main->refnum } ); - + %} % if ( $prospect_main->company ) { - + % } @@ -42,8 +24,21 @@ % foreach my $prospect_contact ( $prospect_main->prospect_contact ) { % my $contact = $prospect_contact->contact; - - + + %} @@ -52,7 +47,7 @@ % #but only one, for now % foreach my $cust_location (@cust_location) { - + - + @@ -87,7 +82,7 @@ % if ( $curuser->access_right('Qualify service') ) { <% include( '/elements/popup_link-prospect_main.html', 'action' => $p. 'misc/qual.html', - 'label' => 'New Qualification', + 'label' => 'New Qualification', 'actionlabel' => 'New Qualification', 'color' => '#333399', 'prospect_main' => $prospect_main, @@ -100,15 +95,7 @@

% } - +%# XXX display prospect tickets <%init> @@ -134,6 +121,13 @@ my $prospect_main = qsearchs( { }); die "Prospect not found!" unless $prospect_main; +my $title = mt("Prospect"). ': '. $prospect_main->name; +$title .= ' ('.mt('DISABLED').')' + if $prospect_main->disabled; + my @agentnums = $curuser->agentnums; +if (scalar(@agentnums) > 1 ) { + $title = encode_entities($prospect_main->agent->agent). " $title"; +}
Advertising sourceAdvertising source <% $part_referral->referral |h %>
CompanyCompany <% $prospect_main->company |h %>
<% $prospect_contact->contact_classname %> Contact<% $contact->line %><% $prospect_contact->contact_classname |h %> Contact + <% $contact->line |h %>
+ +% for my $row ( $contact->contact_email ) { + +% } +% for my $row ( $contact->contact_phone ) { + +% } +% if ( $prospect_contact->comment ) { + +% } +
E-Mail:<% $row->emailaddress |h %>
<% $row->phone_type->typename |h %>:<% $row->phonenum_pretty |h %>
Comment:<% $prospect_contact->comment |h %>
+
AddressAddress <% $cust_location->location_label( 'join_string' => '
', @@ -71,7 +66,7 @@ % } % if ( my $tax_status = $prospect_main->tax_status ) {
Tax statusTax status <% $tax_status->taxstatus %>: <% $tax_status->description %>