Improve handling of deleted attachments
[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 <A NAME="notes">
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 <BR>
141
142 % if(! $conf->config('disable_cust_attachment') 
143 %  and $curuser->access_right('Add attachment')) {
144 <% include( '/elements/popup_link-cust_main.html',
145               'label'       => 'Attach file',
146               'action'      => $p.'edit/cust_main_attach.cgi',
147               'actionlabel' => 'Upload file',
148               'cust_main'   => $cust_main,
149               'width'       => 616,
150               'height'      => 408,
151           )
152 %>
153 % }
154 <% include('cust_main/attachments.html', 'custnum' => $cust_main->custnum ) %>
155 % if($cgi->param('show_deleted')) {
156 <A HREF="<% $p.'view/cust_main.cgi?custnum=' . $cust_main->custnum .
157            ($view ? ";show=$view" : '') . '#notes' 
158            %>"><I>(Show active attachments)</I></A>
159 % }
160 % elsif($curuser->access_right('View deleted attachments')) {
161 <A HREF="<% $p.'view/cust_main.cgi?custnum=' . $cust_main->custnum .
162            ($view ? ";show=$view" : '') . ';show_deleted=1#notes'
163            %>"><I>(Show deleted attachments)</I></A>
164 % }
165 <BR>
166
167 % }
168
169 % if ( $view eq 'jumbo' ) {
170     <BR><BR>
171     <A NAME="tickets"><FONT SIZE="+2">Tickets</FONT></A><BR>
172 % }
173
174 % if ( $view eq 'tickets' || $view eq 'jumbo' ) {
175
176 % if ( $conf->config('ticket_system') ) { 
177   <% include('cust_main/tickets.html', $cust_main ) %>
178 % } 
179   <BR><BR>
180
181 % }
182
183 % if ( $view eq 'jumbo' ) { #XXX enable me && $curuser->access_right('View customer packages') { 
184
185   <A NAME="cust_pkg"><FONT SIZE="+2">Packages</FONT></A><BR>
186 % }
187
188 % if ( $view eq 'packages' || $view eq 'jumbo' ) {
189
190 % #XXX enable me# if ( $curuser->access_right('View customer packages') { 
191 <% include('cust_main/packages.html', $cust_main ) %>
192 % #}
193
194 % }
195
196 % if ( $view eq 'jumbo' ) {
197     <BR><BR>
198     <A NAME="history"><FONT SIZE="+2">Payment History</FONT></A><BR>
199 % }
200
201 % if ( $view eq 'payment_history' || $view eq 'jumbo' ) {
202
203 % if ( $conf->config('payby-default') ne 'HIDE' ) { 
204   <% include('cust_main/payment_history.html', $cust_main ) %>
205 % } 
206
207 % }
208
209 <% include('/elements/footer.html') %>
210 <%init>
211
212 my $curuser = $FS::CurrentUser::CurrentUser;
213
214 die "access denied"
215   unless $curuser->access_right('View customer');
216
217 my $conf = new FS::Conf;
218
219 my $custnum;
220 if ( $cgi->param('custnum') =~ /^(\d+)$/ ) {
221   $custnum = $1;
222 } else {
223   die "No customer specified (bad URL)!" unless $cgi->keywords;
224   my($query) = $cgi->keywords; # needs parens with my, ->keywords returns array
225   $query =~ /^(\d+)$/;
226   $custnum = $1;
227 }
228
229 my $cust_main = qsearchs( {
230   'table'     => 'cust_main',
231   'hashref'   => { 'custnum' => $custnum },
232   'extra_sql' => ' AND '. $curuser->agentnums_sql,
233 });
234 die "Customer not found!" unless $cust_main;
235
236 #false laziness w/pref/pref.html and Conf.pm (cust_main-default_view)
237 tie my %views, 'Tie::IxHash',
238        'Basics'           => 'basics',
239        'Notes'            => 'notes', #notes and files?
240 ;
241 $views{'Tickets'}         =  'tickets'
242                                if $conf->config('ticket_system');
243 $views{'Packages'}        =  'packages';
244 $views{'Payment History'} =  'payment_history'
245                                unless $conf->config('payby-default' eq 'HIDE');
246 #$views{'Change History'}  =  '';
247 $views{'Jumbo'}           =  'jumbo';
248
249 my %viewname = reverse %views;
250
251 my $view =  $cgi->param('show') || $curuser->default_customer_view;
252
253 </%init>