Merge branch 'master' of git.freeside.biz:/home/git/freeside
[freeside.git] / httemplate / view / cust_main.cgi
index 8794f30..95cb5da 100755 (executable)
-<!-- mason kludge -->
-<%
+<& /elements/header.html, {
+             'title' => $title,
+             'title_noescape' => $title_noescape,
+             'head'  => $head,
+             'nobr'  => 1,
+          }
+&>
 
-my $conf = new FS::Conf;
-
-my %uiview = ();
-my %uiadd = ();
-foreach my $part_svc ( qsearch('part_svc',{}) ) {
-  $uiview{$part_svc->svcpart} = $p. "view/". $part_svc->svcdb . ".cgi";
-  $uiadd{$part_svc->svcpart}= $p. "edit/". $part_svc->svcdb . ".cgi";
-}
-
-%>
-
-<%= header("Customer View", menubar(
-  'Main Menu' => $p,
-)) %>
-
-<STYLE TYPE="text/css">
-.package TH { font-size: medium }
-.package TR { font-size: smaller }
-.package .provision { font-weight: bold }
-</STYLE>
-
-<%
+% my @part_tag = $cust_main->part_tag;
+% if ( $conf->config('cust_tag-location') eq 'top' && @part_tag ) {
+<TABLE STYLE="margin-bottom:8px" CELLSPACING=2>
+%   foreach my $part_tag ( @part_tag ) {
+<TR>
+  <TD>
+      <FONT SIZE="+1"
+            <% length($part_tag->tagcolor)
+                 ? 'STYLE="background-color:#'.$part_tag->tagcolor.'"'
+                 : ''
+      %>><% $part_tag->tagname.': '. $part_tag->tagdesc |h %></FONT>
+  </TD>
+</TR>
+%   }
+</TABLE>
+% }
 
-die "No customer specified (bad URL)!" unless $cgi->keywords;
-my($query) = $cgi->keywords; # needs parens with my, ->keywords returns array
-$query =~ /^(\d+)$/;
-my $custnum = $1;
-my $cust_main = qsearchs('cust_main',{'custnum'=>$custnum});
-die "Customer not found!" unless $cust_main;
+<& cust_main/menu.html, cust_main => $cust_main, show => $view &>
+<BR>
 
-print qq!<A HREF="${p}edit/cust_main.cgi?$custnum">Edit this customer</A>!;
+<DIV CLASS="fstabcontainer">
 
-%>
+<& /elements/init_overlib.html &>
 
-<SCRIPT>
+<SCRIPT TYPE="text/javascript">
 function areyousure(href, message) {
-    if (confirm(message) == true)
-        window.location.href = href;
+  if (confirm(message) == true)
+    window.location.href = href;
 }
 </SCRIPT>
 
-<%
+<br>
 
-print qq! | <A HREF="javascript:areyousure('${p}misc/cust_main-cancel.cgi?$custnum', 'Perminantly delete all services and cancel this customer?')">!.
-      'Cancel this customer</A>'
-  if $cust_main->ncancelled_pkgs;
+% ###
+% # Basics
+% ###
 
-print qq! | <A HREF="${p}misc/delete-customer.cgi?$custnum">!.
-      'Delete this customer</A>'
-  if $conf->exists('deletecustomers');
+% if ( $view eq 'basics' ) {
 
-unless ( $conf->exists('disable_customer_referrals') ) {
-  print qq! | <A HREF="!, popurl(2),
-        qq!edit/cust_main.cgi?referral_custnum=$custnum">!,
-        qq!Refer a new customer</A>!;
+% my $br = 0;
+% if ( $curuser->access_right('Order customer package') && $conf->exists('cust_main-enable_order_package') ) {
+  | <& /elements/order_pkg_link.html, 'cust_main'=>$cust_main &>
+% }
 
-  print qq! | <A HREF="!, popurl(2),
-        qq!search/cust_main.cgi?referral_custnum=$custnum">!,
-        qq!View this customer's referrals</A>!;
-}
+% if ( $conf->config('cust_main-external_links') ) {
+    <% $br++ ? ' | ' : '' %>
+%   my @links = split(/\n/, $conf->config('cust_main-external_links'));
+%   foreach my $link (@links) {
+%     $link =~ /^\s*(\S+)\s+(.*?)(\s*\(([^\)]*)\))?$/ or next;
+%     my($url, $label, $alt) = ($1, $2, $4);
+      <A HREF="<% $url.$custnum %>" ALT="<% $alt |h %>"><% $label |h %></A>
+%   }
+% }
 
-print '<BR><BR>';
+% if ( $br ) {
+  <BR><BR>
+% }
 
-my $signupurl = $conf->config('signupurl');
-if ( $signupurl ) {
-print "This customer's signup URL: ".
-      "<a href=\"$signupurl?ref=$custnum\">$signupurl?ref=$custnum</a><BR><BR>";
-}
+%my $signupurl = $conf->config('signupurl');
+%if ( $signupurl ) {
+  <% mt('This customer\'s signup URL:') |h %>
+  <A HREF="<% $signupurl %>?ref=<% $custnum %>"><% $signupurl %>?ref=<% $custnum %></A>
+  <BR><BR>
+% } 
 
-%>
-
-<A NAME="cust_main"></A>
-<%= &itable() %>
+<TABLE BORDER=0>
 <TR>
   <TD VALIGN="top">
-    <%= include('cust_main/contacts.html', $cust_main ) %>
+    <& cust_main/contacts.html, $cust_main &>
+    <BR>
+    <& cust_main/misc.html, $cust_main &>
   </TD>
-  <TD VALIGN="top">
-    <%= include('cust_main/misc.html', $cust_main ) %>
-    <% if ( $conf->config('payby-default') ne 'HIDE' ) { %>
-      <BR>
-      <%= include('cust_main/billing.html', $cust_main ) %>
-    <% } %>
+  <TD VALIGN="top" STYLE="padding-left: 54px">
+    <& cust_main/billing.html, $cust_main &>
+    <BR>
+    <& cust_main/cust_payby.html, $cust_main &>
   </TD>
 </TR>
-</TABLE>
-
-<%
-if ( defined $cust_main->dbdef_table->column('comments')
-     && $cust_main->comments =~ /[^\s\n\r]/              ) {
-%>
-<BR>
-Comments
-<%= ntable("#cccccc") %><TR><TD><%= ntable("#cccccc",2) %>
 <TR>
-  <TD BGCOLOR="#ffffff">
-    <PRE><%= encode_entities($cust_main->comments) %></PRE>
+  <TD COLSPAN = 2>
+    <& cust_main/contacts_new.html, $cust_main &>
   </TD>
 </TR>
-</TABLE></TABLE>
-<% } %>
+</TABLE>
+<BR>
+
+% }
+
+
+% ###
+% # Notes
+% ###
+% if ( $view eq 'notes' ) {
+  <& cust_main/notes.html, 'cust_main' => $cust_main &>
+  <BR>
+% }
+
+
+% ###
+% # Tickets
+% ###
 
-<% if ( $conf->config('ticket_system') ) { %>
+% if ( $view eq 'tickets' ) {
+
+% if ( $conf->config('ticket_system') ) { 
+  <& cust_main/tickets.html, $cust_main &>
+% } 
   <BR>
-  <%= include('cust_main/tickets.html', $cust_main ) %>
-<% } %>
 
-<BR><BR>
-<%= include('cust_main/packages.html', $cust_main ) %>
+% }
+
+% ###
+% # Appointments
+% ###
+
+% if ( $view eq 'appointments' ) {
+
+% if ( $conf->config('ticket_system')
+%        && $curuser->access_right('View appointments') ) { 
+  <& cust_main/appointments.html, $cust_main &>
+% } 
+  <BR>
+
+% }
+
+
+% ###
+% # Quotations
+% ###
+
+% if ( $view eq 'quotations' ) {
 
-<% if ( $conf->config('payby-default') ne 'HIDE' ) { %>
-  <%= include('cust_main/payment_history.html', $cust_main ) %>
-<% } %>
+%   if ( $curuser->access_right('Generate quotation') ) { 
+      <& cust_main/quotations.html, $cust_main &>
+%   }
 
-</BODY></HTML>
+% }
+
+
+% ###
+% # Packages
+% ###
+
+% if ( $view eq 'packages' ) {
+
+% #XXX enable me# if ( $curuser->access_right('View customer packages') { 
+<& cust_main/packages.html, $cust_main &>
+% #}
+<BR>
+
+% }
+
+
+% ###
+% # Payment History
+% ###
+
+% if ( $view eq 'payment_history' ) {
+
+<& cust_main/payment_history.html, $cust_main &>
+<BR>
+
+% }
+
+
+% ###
+% # Change History
+% ###
+
+% if ( $view eq 'change_history' ) {
+<& cust_main/change_history.html, $cust_main &>
+<BR>
+% }
+
+% if ( $view eq 'custom' ) { 
+%   if ( $conf->config('cust_main-custom_link') ) {
+<& cust_main/custom.html, $cust_main &>
+%   } elsif ( $conf->config('cust_main-custom_content') ) {
+      <& cust_main/custom_content.html, $cust_main &>
+%   #} else {
+%   #  warn "custom view without cust_main-custom_link or -custom_content?";
+%   }
+% }
+
+</DIV>
+<& /elements/footer.html &>
+<%init>
+
+my $curuser = $FS::CurrentUser::CurrentUser;
+
+die "access denied"
+  unless $curuser->access_right('View customer');
+
+my $conf = new FS::Conf;
+
+my $custnum;
+if ( $cgi->param('custnum') =~ /^(\d+)$/ ) {
+  $custnum = $1;
+} else {
+  die "No customer specified (bad URL)!" unless $cgi->keywords;
+  my($query) = $cgi->keywords; # needs parens with my, ->keywords returns array
+  $query =~ /^(\d+)$/;
+  $custnum = $1;
+  $cgi->delete('keywords');
+  $cgi->param('custnum', $1);
+}
+
+my $cust_main = qsearchs( {
+  'table'     => 'cust_main',
+  'hashref'   => { 'custnum' => $custnum },
+  'extra_sql' => ' AND '. $curuser->agentnums_sql,
+});
+die "Customer not found!" unless $cust_main;
+
+my $title = mt("Customer").' #'. $cust_main->display_custnum. ': '.
+            encode_entities($cust_main->name);
+
+if ( $curuser->num_agents ) {
+  $title = encode_entities($cust_main->agent->agent). " $title";
+}
+
+my $status = $cust_main->status_label;
+$status .= ' (Cancelled)' if $cust_main->is_status_delay_cancel;
+my $title_noescape = $title. ' (<B><FONT COLOR="#'. $cust_main->statuscolor. '">'. $status.  '</FONT></B>)';
+$title .= " ($status)";
+
+#false laziness w/pref/pref.html and Conf.pm (cust_main-default_view)
+tie my %views, 'Tie::IxHash',
+       emt('Basics')           => 'basics',
+       emt('Notes')            => 'notes', #notes and files?
+;
+if ( $conf->config('ticket_system') ) {
+  $views{emt('Tickets')}       =  'tickets';
+  $views{emt('Appointments')}  =  'appointments'
+    if $curuser->access_right('View appointments');
+}
+$views{emt('Quotations')}      =  'quotations';
+$views{emt('Packages')}        =  'packages';
+$views{emt('Payment History')} =  'payment_history';
+$views{emt('Change History')}  =  'change_history'
+  if $curuser->access_right('View customer history');
+$views{$conf->config('cust_main-custom_title') || emt('Custom')} =  'custom'
+  if $conf->config('cust_main-custom_link')
+  || $conf->config('cust_main-custom_content');
+
+my %viewname = reverse %views;
+
+my $view =  $cgi->param('show') || $curuser->default_customer_view;
+$view = 'basics' if $view eq 'jumbo';
+
+my $ie_compat = $conf->config('ie-compatibility_mode');
+my $head = '';
+if ( $ie_compat ) {
+  $head = qq(<meta http-equiv="X-UA-Compatible" content="IE=$ie_compat" />);
+}
 
+</%init>