CUSTOM packages/actual flag for custom packages #3988
[freeside.git] / httemplate / view / cust_main / packages / status.html
1 <TD CLASS="inv" BGCOLOR="<% $bgcolor %>">
2   <TABLE CLASS="inv" BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%">
3
4 %#this should use cust_pkg->status and cust_pkg->statuscolor eventually
5
6 % if ( $cust_pkg->get('cancel') ) { #status: cancelled
7 %   my $cpr = $cust_pkg->last_cust_pkg_reason('cancel');
8
9     <% pkg_status_row($cust_pkg, 'Cancelled', 'cancel', 'color'=>'FF0000', %opt ) %>
10
11     <% pkg_status_row_colspan(
12          ( $cpr ? $cpr->reasontext. ' by '. $cpr->otaker : '' ), '',
13          'align' => 'right', 'color' => 'ff0000', 'size' => '-2',
14        )
15     %>
16
17 %   unless ( $cust_pkg->get('setup') ) { 
18
19         <% pkg_status_row_colspan('Never billed') %>
20
21 %   } else { 
22
23        <% pkg_status_row( $cust_pkg, 'Setup', 'setup', %opt ) %>
24        <% pkg_status_row_changed( $cust_pkg, %opt ) %>
25        <% pkg_status_row_if( $cust_pkg, $last_bill_or_renewed, 'last_bill', %opt, curuser=>$curuser ) %>
26        <% pkg_status_row_if( $cust_pkg, 'Suspended', 'susp', %opt, curuser=>$curuser ) %>
27
28 %   } 
29 %
30 % } else { 
31 %
32 %   if ( $cust_pkg->get('susp') ) { #status: suspended
33 %     my $cpr = $cust_pkg->last_cust_pkg_reason('susp');
34
35     <% pkg_status_row( $cust_pkg, 'Suspended', 'susp', 'color'=>'FF9900', %opt ) %>
36
37     <% pkg_status_row_colspan(
38          ( $cpr ? $cpr->reasontext. ' by '. $cpr->otaker : '' ), '',
39          'align' => 'right', 'color' => 'FF9900', 'size' => '-2',
40        )
41     %>
42
43 %   unless ( $cust_pkg->get('setup') ) { 
44       <% pkg_status_row_colspan('Never billed') %>
45 %   } else { 
46       <% pkg_status_row($cust_pkg, 'Setup', 'setup', %opt ) %>
47 %   } 
48
49     <% pkg_status_row_changed( $cust_pkg, %opt ) %>
50     <% pkg_status_row_if( $cust_pkg, $last_bill_or_renewed, 'last_bill', %opt, curuser=>$curuser ) %>
51 %   # pkg_status_row($cust_pkg, 'Next bill', 'bill', %opt)
52     <% pkg_status_row_if( $cust_pkg, 'Expires', 'expire', %opt, curuser=>$curuser ) %>
53
54     <TR>
55       <TD COLSPAN=<%$colspan%>>
56         <FONT SIZE=-1>
57 %         if ( $curuser->access_right('Unsuspend customer package') ) { 
58             (&nbsp;<% pkg_unsuspend_link($cust_pkg) %>&nbsp;)
59 %         } 
60 %         if ( $curuser->access_right('Cancel customer package immediately') ) {
61             (&nbsp;<% pkg_cancel_link($cust_pkg) %>&nbsp;)
62 %         } 
63         </FONT>
64       </TD>
65     </TR>
66
67 %   } else { #status: active
68 %
69 %     unless ( $cust_pkg->get('setup') ) { #not setup
70 %
71 %       unless ( $part_pkg->freq ) { 
72
73           <% pkg_status_row_colspan('Not&nbsp;yet&nbsp;billed&nbsp;(one-time&nbsp;charge)') %>
74
75           <TR>
76             <TD COLSPAN=<%$colspan%>>
77               <FONT SIZE=-1>
78 %               if ( $curuser->access_right('Cancel customer package immediately') ) { 
79                   (&nbsp;<% pkg_cancel_link($cust_pkg) %>&nbsp;)
80 %               } 
81               </FONT>
82             </TD>
83           </TR>
84
85 %       } else { 
86
87          <% pkg_status_row_colspan("Not&nbsp;yet&nbsp;billed&nbsp;($billed_or_prepaid&nbsp;". myfreq($part_pkg). ')' ) %>
88
89 %       } 
90 %
91 %     } else { #setup
92 %
93 %       unless ( $part_pkg->freq ) { 
94
95           <% pkg_status_row_colspan('One-time&nbsp;charge') %>
96
97           <% pkg_status_row($cust_pkg, 'Billed', 'setup', %opt) %>
98
99 %       } else { 
100 %
101 %         if (scalar($cust_pkg->overlimit)) {
102
103             <% pkg_status_row_colspan(
104                  'Overlimit',
105                  $billed_or_prepaid. '&nbsp;'. myfreq($part_pkg),
106                  'color' => 'FFD000',
107                )
108             %>
109
110 %         } else {
111             <% pkg_status_row_colspan(
112                  'Active',
113                  $billed_or_prepaid. '&nbsp;'. myfreq($part_pkg),
114                  'color' => '00CC00',
115                )
116             %>
117 %         } 
118
119           <% pkg_status_row($cust_pkg, 'Setup', 'setup', %opt) %>
120
121 %       } 
122 %
123 %     } 
124 %
125 %     if ( $opt{'cust_pkg-show_autosuspend'} ) {
126 %       my $autosuspend = pkg_autosuspend_time( $cust_pkg );
127 %       $cust_pkg->set('autosuspend', $autosuspend) if $autosuspend;
128 %     }
129
130       <% pkg_status_row_changed( $cust_pkg, %opt ) %>
131       <% pkg_status_row_if( $cust_pkg, $last_bill_or_renewed, 'last_bill', %opt, curuser=>$curuser ) %>
132       <% pkg_status_row_if( $cust_pkg, $next_bill_or_prepaid_until, 'bill', %opt, curuser=>$curuser ) %>
133       <% pkg_status_row_if($cust_pkg, 'Will automatically suspend by', 'autosuspend', %opt) %>
134       <% pkg_status_row_if( $cust_pkg, 'Will suspend on', 'adjourn', %opt, curuser=>$curuser ) %>
135       <% pkg_status_row_if( $cust_pkg, 'Expires', 'expire', %opt, curuser=>$curuser ) %>
136
137 %     if ( $part_pkg->freq ) { 
138
139         <TR>
140           <TD COLSPAN=<%$colspan%>>
141             <FONT SIZE=-1>
142 %             if ( $curuser->access_right('Suspend customer package') ) { 
143                 (&nbsp;<% pkg_suspend_link($cust_pkg) %>&nbsp;)
144 %             } 
145 %             if ( $curuser->access_right('Suspend customer package later') ) { 
146                 (&nbsp;<% pkg_adjourn_link($cust_pkg) %>&nbsp;)
147 %             } 
148 %             if ( $curuser->access_right('Delay suspension events') ) { 
149                 (&nbsp;<% pkg_delay_link($cust_pkg) %>&nbsp;)
150 %             } 
151 %             if ( $curuser->access_right('Cancel customer package immediately') ) { 
152                 (&nbsp;<% pkg_cancel_link($cust_pkg) %>&nbsp;)
153 %             } 
154 %             if ( $curuser->access_right('Cancel customer package later') ) { 
155                 (&nbsp;<% pkg_expire_link($cust_pkg) %>&nbsp;)
156 %             } 
157
158             <FONT>
159           </TD>
160         </TR>
161 %     }
162 %
163 %   } 
164 % } 
165
166   </TABLE>
167 </TD>
168
169 <%init>
170
171 my %opt = @_;
172
173 my $bgcolor  = $opt{'bgcolor'};
174 my $cust_pkg = $opt{'cust_pkg'};
175 my $part_pkg = $opt{'part_pkg'};
176 my $curuser  = $FS::CurrentUser::CurrentUser;
177 my $colspan  = $opt{'cust_pkg-display_times'} ? 8 : 4;
178 my $width    = $opt{'cust_pkg-display_times'} ? '38%' : '56%';
179
180 #false laziness w/edit/REAL_cust_pkg.cgi
181 my( $billed_or_prepaid, $last_bill_or_renewed, $next_bill_or_prepaid_until );
182 unless ( $part_pkg->is_prepaid ) {
183   $billed_or_prepaid = 'billed';
184   $last_bill_or_renewed = 'Last&nbsp;bill';
185   $next_bill_or_prepaid_until = 'Next&nbsp;bill';
186 } else {
187   $billed_or_prepaid = 'prepaid';
188   $last_bill_or_renewed = 'Renewed';
189   $next_bill_or_prepaid_until = 'Prepaid&nbsp;until';
190 }
191
192 #subroutines
193
194 sub myfreq {
195   my $part_pkg = shift;
196   my $freq = $part_pkg->freq_pretty;
197   $freq =~ s/ /&nbsp;/g;
198   $freq;
199 }
200
201 #false laziness w/package.html
202 sub pkg_link {
203   my($action, $label, $cust_pkg) = @_;
204   return '' unless $cust_pkg;
205   qq!<a href="$p$action.cgi?!. $cust_pkg->pkgnum. qq!">$label</a>!;
206 }
207
208 sub pkg_status_row {
209   my( $cust_pkg, $title, $field, %opt ) = @_;
210
211   my $color = $opt{'color'};
212
213   my $html = qq(<TR><TD WIDTH="<%$width%>" ALIGN="right">);
214   $html   .= qq(<FONT COLOR="#$color"><B>) if length($color);
215   $html   .= qq($title&nbsp;);
216   $html   .= qq(</B></FONT>) if length($color);
217   $html   .= qq(</TD>);
218   $html   .= pkg_datestr($cust_pkg, $field, %opt).'</TR>';
219
220   $html;
221 }
222
223 sub pkg_status_row_if {
224   my( $cust_pkg, $title, $field, %opt ) = @_;
225   
226   $title = '<FONT SIZE=-1>(&nbsp;'. pkg_unadjourn_link($cust_pkg). '&nbsp;)&nbsp;</FONT>'. $title
227     if ( $field eq 'adjourn' &&
228          $opt{curuser}->access_right('Suspend customer package later')
229        );
230
231   $title = '<FONT SIZE=-1>(&nbsp;'. pkg_unexpire_link($cust_pkg). '&nbsp;)&nbsp;</FONT>'. $title
232     if ( $field eq 'expire' &&
233          $opt{curuser}->access_right('Cancel customer package later')
234        );
235
236   $cust_pkg->get($field) ? pkg_status_row($cust_pkg, $title, $field, %opt) : '';
237 }
238
239 sub pkg_status_row_changed {
240   my( $cust_pkg, %opt ) = @_;
241   return '' unless $cust_pkg->change_date;
242   my $html = pkg_status_row( $cust_pkg, 'Package&nbsp;changed', 'change_date', %opt );
243   my $old = $cust_pkg->old_cust_pkg;
244   if ( $old ) {
245     my $part_pkg = $old->part_pkg;
246     my $label = 'Changed from '. $cust_pkg->change_pkgnum. ': '.
247                 $part_pkg->pkg_comment(nopartpkg => 1);
248     $html .= pkg_status_row_colspan( $label, '', size=>'-1', align=>'right' );
249   }
250   $html;
251 }
252
253 sub pkg_status_row_colspan {
254   my($title, $addl, %opt) = @_;
255
256   my $align = $opt{'align'} ? 'ALIGN="'. $opt{'align'}.'"' : '';
257   my $color = $opt{'color'} ? 'COLOR="#'.$opt{'color'}.'"' : '';
258   my $size  = $opt{'size'}  ? 'SIZE="'.  $opt{'size'}. '"' : '';
259
260   my $html = qq(<TR><TD COLSPAN=$colspan $align>);
261   $html   .= qq(<FONT $color $size>) if length($color) || $size;
262   $html   .= qq(<B>) if $color && !$size;
263   $html   .= $title;
264   $html   .= qq(</B>) if $color && !$size;
265   $html   .= qq(</FONT>) if length($color) || $size;
266   $html   .= ",&nbsp;$addl" if length($addl);
267   $html   .= qq(</TD></TR>);
268
269   $html;
270
271 }
272
273 sub pkg_datestr {
274   my($cust_pkg, $field, %opt) = @_ or return '';
275   return '&nbsp;' unless $cust_pkg->get($field);
276   my $format = '<TD align="left"><B>%b</B></TD>'.
277                '<TD align="right"><B>&nbsp;%o,</B></TD>'.
278                '<TD align="right"><B>&nbsp;%Y</B></TD>';
279   #$format .= '&nbsp;<FONT SIZE=-3>%l:%M:%S%P&nbsp;%z</FONT>'
280   $format .= '<TD ALIGN="right"><B>&nbsp;%l</TD>'.
281              '<TD ALIGN="center"><B>:</B></TD>'.
282              '<TD ALIGN="left"><B>%M</B></TD>'.
283              '<TD ALIGN="left"><B>&nbsp;%P</B></TD>'
284     if $opt{'cust_pkg-display_times'};
285   my $strip = time2str($format, $cust_pkg->get($field) );
286   $strip =~ s/ (\d)/$1/g;
287   $strip;
288 }
289
290 sub pkg_suspend_link {
291   include( '/elements/popup_link-cust_pkg.html',
292              'action'      => $p. 'misc/cancel_pkg.html?method=suspend',
293              'label'       => 'Suspend&nbsp;now',
294              'actionlabel' => 'Suspend',
295              'color'       => '#FF9900',
296              'cust_pkg'    => shift,
297          )
298 }
299
300 sub pkg_adjourn_link {
301   include( '/elements/popup_link-cust_pkg.html',
302              'action'      => $p. 'misc/cancel_pkg.html?method=adjourn',
303              'label'       => 'Suspend&nbsp;later',
304              'actionlabel' => 'Adjourn',
305              'color'       => '#CC6600',
306              'cust_pkg'    => shift,
307          )
308 }
309
310 sub pkg_delay_link  {
311   include( '/elements/popup_link-cust_pkg.html',
312              'action'      => $p. 'misc/delay_susp_pkg.html',
313              'label'       => 'Delay&nbsp;suspend',
314              'actionlabel' => 'Delay suspend for',
315              'cust_pkg'    => shift,
316          )
317 }
318
319 sub pkg_unsuspend_link { pkg_link('misc/unsusp_pkg',    'Unsuspend', @_ ); }
320 sub pkg_unadjourn_link { pkg_link('misc/unadjourn_pkg', 'Abort',     @_ ); }
321 sub pkg_unexpire_link  { pkg_link('misc/unexpire_pkg',  'Abort',     @_ ); }
322
323 sub pkg_cancel_link {
324   include( '/elements/popup_link-cust_pkg.html',
325              'action'      => $p. 'misc/cancel_pkg.html?method=cancel',
326              'label'       => 'Cancel&nbsp;now',
327              'actionlabel' => 'Cancel',
328              'color'       => '#ff0000',
329              'cust_pkg'    => shift,
330          )
331 }
332
333 sub pkg_expire_link {
334   include( '/elements/popup_link-cust_pkg.html',
335              'action'      => $p. 'misc/cancel_pkg.html?method=expire',
336              'label'       => 'Cancel&nbsp;later',
337              'actionlabel' => 'Expire', #"Cancel package $num later"
338              'color'       => '#CC0000',
339              'cust_pkg'    => shift,
340          )
341 }
342
343 sub svc_recharge_link {
344   include( '/elements/popup_link-cust_svc.html',
345              'action'      => $p. 'misc/recharge_svc.html',
346              'label'       => 'Recharge',
347              'actionlabel' => 'Recharge',
348              'color'       => '#333399',
349              'cust_svc'    => shift,
350          )
351 }
352
353 sub pkg_autosuspend_time {
354   my $cust_pkg = shift or return '';
355   my $days = 7;
356   my $time = time;
357   my $pending_suspend = 0;
358   #this seems to be extremely inefficient...  and is slowing down all customer
359   #views
360   while ( $days > 0 &&
361           scalar(
362             grep { $_->part_event->action eq 'suspend' }
363             @{$cust_pkg->cust_main->due_cust_event( time => $time + 86400*$days,
364                                                     testonly => 1,
365                                                   ) }
366           )
367         )
368   {
369     $pending_suspend = 1;
370     $days--;
371   }
372
373   $pending_suspend ? time + ($days + 1) * 86400 : '';
374
375 }
376
377 </%init>