basic customer view tabs, RT#5586
[freeside.git] / httemplate / view / cust_main.cgi
1 <% include('/elements/header.html', {
2              'title' => "Customer View: ". $cust_main->name,
3              'nobr'  => 1,
4           })
5 %>
6 <BR>
7
8 <% include('/elements/menubar.html',
9              { 'newstyle' => 1,
10                'selected' => $viewname{$view},
11                'url_base' => $cgi->url. "?custnum=$custnum;show=",
12              },
13              %views,
14           )
15 %>
16 <BR>
17
18 <% include('/elements/init_overlib.html') %>
19
20 <SCRIPT TYPE="text/javascript">
21 function areyousure(href, message) {
22   if (confirm(message) == true)
23     window.location.href = href;
24 }
25 </SCRIPT>
26
27 % if ( $view eq 'basics' || $view eq 'jumbo' ) {
28
29 % if ( $curuser->access_right('Edit customer') ) { 
30   <A HREF="<% $p %>edit/cust_main.cgi?<% $custnum %>">Edit this customer</A> | 
31 % } 
32
33 % if ( $curuser->access_right('Cancel customer')
34 %        && $cust_main->ncancelled_pkgs
35 %      ) {
36
37   <% include( '/elements/popup_link-cust_main.html',
38               { 'action'      => $p. 'misc/cancel_cust.html',
39                 'label'       => 'Cancel&nbsp;this&nbsp;customer',
40                 'actionlabel' => 'Confirm Cancellation',
41                 'color'       => '#ff0000',
42                 'cust_main'   => $cust_main,
43               }
44             )
45   %> | 
46
47 % }
48
49 % if ( $conf->exists('deletecustomers')
50 %        && $curuser->access_right('Delete customer')
51 %      ) {
52   <A HREF="<% $p %>misc/delete-customer.cgi?<% $custnum%>">Delete this customer</A> | 
53 % } 
54
55 % unless ( $conf->exists('disable_customer_referrals') ) { 
56   <A HREF="<% $p %>edit/cust_main.cgi?referral_custnum=<% $custnum %>">Refer a new customer</A> | 
57   <A HREF="<% $p %>search/cust_main.cgi?referral_custnum=<% $custnum %>">View this customer's referrals</A>
58 % } 
59
60 <BR><BR>
61
62 % if (    $curuser->access_right('Billing event reports') 
63 %      || $curuser->access_right('View customer billing events')
64 %    ) {
65
66   <A HREF="<% $p %>search/cust_event.html?custnum=<% $custnum %>">View billing events for this customer</A>
67   <BR><BR>
68
69 % }
70
71 %my $signupurl = $conf->config('signupurl');
72 %if ( $signupurl ) {
73   This customer's signup URL: <A HREF="<% $signupurl %>?ref=<% $custnum %>"><% $signupurl %>?ref=<% $custnum %></A><BR><BR>
74 % } 
75
76
77 <A NAME="cust_main"></A>
78 <TABLE BORDER=0>
79 <TR>
80   <TD VALIGN="top">
81     <% include('cust_main/contacts.html', $cust_main ) %>
82   </TD>
83   <TD VALIGN="top" STYLE="padding-left: 54px">
84     <% include('cust_main/misc.html', $cust_main ) %>
85 % if ( $conf->config('payby-default') ne 'HIDE' ) { 
86
87       <BR>
88       <% include('cust_main/billing.html', $cust_main ) %>
89 % } 
90
91   </TD>
92 </TR>
93 </TABLE>
94
95 % }
96
97 % if ( $view eq 'notes' || $view eq 'jumbo' ) {
98
99 %if ( $cust_main->comments =~ /[^\s\n\r]/ ) {
100 <BR>
101 Comments
102 <% ntable("#cccccc") %><TR><TD><% ntable("#cccccc",2) %>
103 <TR>
104   <TD BGCOLOR="#ffffff">
105     <PRE><% encode_entities($cust_main->comments) %></PRE>
106   </TD>
107 </TR>
108 </TABLE></TABLE>
109 <BR><BR>
110 % }
111
112 % my $notecount = scalar($cust_main->notes());
113 % if ( ! $conf->exists('cust_main-disable_notes') || $notecount) {
114
115 %   unless ( $view eq 'notes' && $cust_main->comments !~ /[^\s\n\r]/ ) {
116       <A NAME="cust_main_note"><FONT SIZE="+2">Notes</FONT></A><BR>
117 %   }
118
119 %   if ( $curuser->access_right('Add customer note') &&
120 %        ! $conf->exists('cust_main-disable_notes')
121 %      ) {
122
123   <% include( '/elements/popup_link-cust_main.html',
124                 'label'       => 'Add customer note',
125                 'action'      => $p. 'edit/cust_main_note.cgi',
126                 'actionlabel' => 'Enter customer note',
127                 'cust_main'   => $cust_main,
128                 'width'       => 616,
129                 'height'      => 408,
130             )
131   %>
132
133 %   }
134
135 <BR>
136
137 <% include('cust_main/notes.html', 'custnum' => $cust_main->custnum ) %>
138
139 % }
140
141 % }
142
143 % if ( $view eq 'jumbo' ) {
144     <BR><BR>
145     <A NAME="tickets"><FONT SIZE="+2">Tickets</FONT></A><BR>
146 % }
147
148 % if ( $view eq 'tickets' || $view eq 'jumbo' ) {
149
150 % if ( $conf->config('ticket_system') ) { 
151   <% include('cust_main/tickets.html', $cust_main ) %>
152 % } 
153   <BR><BR>
154
155 % }
156
157 % if ( $view eq 'jumbo' ) { #XXX enable me && $curuser->access_right('View customer packages') { 
158
159   <A NAME="cust_pkg"><FONT SIZE="+2">Packages</FONT></A><BR>
160 % }
161
162 % if ( $view eq 'packages' || $view eq 'jumbo' ) {
163
164 % #XXX enable me# if ( $curuser->access_right('View customer packages') { 
165 <% include('cust_main/packages.html', $cust_main ) %>
166 % #}
167
168 % }
169
170 % if ( $view eq 'jumbo' ) {
171     <BR><BR>
172     <A NAME="history"><FONT SIZE="+2">Payment History</FONT></A><BR>
173 % }
174
175 % if ( $view eq 'payment_history' || $view eq 'jumbo' ) {
176
177 % if ( $conf->config('payby-default') ne 'HIDE' ) { 
178   <% include('cust_main/payment_history.html', $cust_main ) %>
179 % } 
180
181 % }
182
183 <% include('/elements/footer.html') %>
184 <%init>
185
186 my $curuser = $FS::CurrentUser::CurrentUser;
187
188 die "access denied"
189   unless $curuser->access_right('View customer');
190
191 my $conf = new FS::Conf;
192
193 my $custnum;
194 if ( $cgi->param('custnum') =~ /^(\d+)$/ ) {
195   $custnum = $1;
196 } else {
197   die "No customer specified (bad URL)!" unless $cgi->keywords;
198   my($query) = $cgi->keywords; # needs parens with my, ->keywords returns array
199   $query =~ /^(\d+)$/;
200   $custnum = $1;
201 }
202
203 my $cust_main = qsearchs( {
204   'table'     => 'cust_main',
205   'hashref'   => { 'custnum' => $custnum },
206   'extra_sql' => ' AND '. $curuser->agentnums_sql,
207 });
208 die "Customer not found!" unless $cust_main;
209
210 #false laziness w/pref/pref.html
211 tie my %views, 'Tie::IxHash',
212        'Basics'           => 'basics',
213        'Notes'            => 'notes', #notes and files?
214 ;
215 $views{'Tickets'}         =  'tickets'
216                                if $conf->config('ticket_system');
217 $views{'Packages'}        =  'packages';
218 $views{'Payment History'} =  'payment_history'
219                                unless $conf->config('payby-default' eq 'HIDE');
220 #$views{'Change History'}  =  '';
221 $views{'Jumbo'}           =  'jumbo';
222
223 my %viewname = reverse %views;
224
225
226 my $view =  $cgi->param('show')
227          || $curuser->option('default_customer_view')
228          || 'jumbo'; #'Basics' in 1.9.1?
229
230 </%init>