98a37bb94440e3077cbf0b33acfbd3c6df26b7e4
[freeside.git] / httemplate / edit / REAL_cust_pkg.cgi
1 <% include("/elements/header.html",'Customer package - Edit dates') %>
2
3 %#, menubar(
4 %#  "View this customer (#$custnum)" => popurl(2). "view/cust_main.cgi?$custnum",
5 %#));
6
7 <LINK REL="stylesheet" TYPE="text/css" HREF="../elements/calendar-win2k-2.css" TITLE="win2k-2">
8 <SCRIPT TYPE="text/javascript" SRC="../elements/calendar_stripped.js"></SCRIPT>
9 <SCRIPT TYPE="text/javascript" SRC="../elements/calendar-en.js"></SCRIPT>
10 <SCRIPT TYPE="text/javascript" SRC="../elements/calendar-setup.js"></SCRIPT>
11
12 <FORM NAME="formname" ACTION="process/REAL_cust_pkg.cgi" METHOD="POST">
13 <INPUT TYPE="hidden" NAME="pkgnum" VALUE="<% $pkgnum %>">
14
15 % # raw error from below
16 % if ( $error ) { 
17   <FONT SIZE="+1" COLOR="#ff0000">Error: <% $error %></FONT>
18 % } 
19 % #or, regular error handler
20 <% include('/elements/error.html') %>
21
22 <% ntable("#cccccc",2) %>
23
24   <TR>
25     <TD ALIGN="right">Package number</TD>
26     <TD BGCOLOR="#ffffff"><% $cust_pkg->pkgnum %></TD>
27   </TR>
28
29   <TR>
30     <TD ALIGN="right">Package</TD>
31     <TD BGCOLOR="#ffffff"><% $part_pkg->pkg %></TD>
32   </TR>
33
34   <TR>
35     <TD ALIGN="right">Custom</TD>
36     <TD BGCOLOR="#ffffff"><% $part_pkg->custom %></TD>
37   </TR>
38
39   <TR>
40     <TD ALIGN="right">Comment</TD>
41     <TD BGCOLOR="#ffffff"><% $part_pkg->comment %></TD>
42   </TR>
43
44   <TR>
45     <TD ALIGN="right">Order taker</TD>
46     <TD BGCOLOR="#ffffff"><% $cust_pkg->otaker %></TD>
47   </TR>
48
49 % if ( $cust_pkg->setup && ! $cust_pkg->start_date ) {
50   <& .row_display, cust_pkg=>$cust_pkg, column=>'start_date',   label=>'Start' &>
51 % } else {
52   <& .row_edit, cust_pkg=>$cust_pkg, column=>'start_date', label=>'Start' &>
53 % }
54
55   <& .row_edit, cust_pkg=>$cust_pkg, column=>'setup',     label=>'Setup' &>
56   <& .row_edit, cust_pkg=>$cust_pkg, column=>'last_bill', label=>$last_bill_or_renewed &>
57   <& .row_edit, cust_pkg=>$cust_pkg, column=>'bill',      label=>$next_bill_or_prepaid_until &>
58   <& .row_display, cust_pkg=>$cust_pkg, column=>'contract_end',label=>'Contract end' &>
59   <& .row_display, cust_pkg=>$cust_pkg, column=>'adjourn',  label=>'Adjournment', note=>'(will <b>suspend</b> this package when the date is reached)' &>
60   <& .row_display, cust_pkg=>$cust_pkg, column=>'susp',     label=>'Suspension' &>
61
62   <& .row_display, cust_pkg=>$cust_pkg, column=>'expire',   label=>'Expiration', note=>'(will <b>cancel</b> this package when the date is reached)' &>
63   <& .row_display, cust_pkg=>$cust_pkg, column=>'cancel',   label=>'Cancellation' &>
64
65
66 <%def .row_edit>
67 <%args>
68   $cust_pkg
69   $column
70   $label
71   $note => ''
72 </%args>
73 % my $value = $cust_pkg->get($column);
74 % $value = $value ? time2str($format, $value) : "";
75
76   <TR>
77     <TD ALIGN="right"><% $label %> date</TD>
78     <TD>
79       <INPUT TYPE  = "text"
80              NAME  = "<% $column %>"
81              SIZE  = 32
82              ID    = "<% $column %>_text"
83              VALUE = "<% $value %>"
84       >
85       <IMG SRC   = "../images/calendar.png"
86            ID    = "<% $column %>_button"
87            STYLE = "cursor: pointer"
88            TITLE = "Select date"
89       >
90 %     if ( $note ) {
91         <BR><FONT SIZE=-1><% $note %></FONT>
92 %     }
93     </TD>
94   </TR>
95
96   <SCRIPT TYPE="text/javascript">
97     Calendar.setup({
98       inputField: "<% $column %>_text",
99       ifFormat:   "<% $date_format %>",
100       button:     "<% $column %>_button",
101       align:      "BR"
102     });
103   </SCRIPT>
104
105 </%def>
106
107 <%def .row_display>
108 <%args>
109   $cust_pkg
110   $column
111   $label
112   $note => ''
113 </%args>
114 % if ( $cust_pkg->get($column) ) { 
115     <TR>
116       <TD ALIGN="right"><% $label %> date</TD>
117       <TD BGCOLOR="#ffffff"><% time2str($format,$cust_pkg->get($column)) %>
118 %       if ( $note ) {
119           <BR><FONT SIZE=-1><% $note %></FONT>
120 %       }
121       </TD>
122     </TR>
123 % } 
124 </%def>
125
126 </TABLE>
127
128 <BR>
129 <INPUT TYPE="submit" VALUE="Apply Changes">
130 </FORM>
131
132 <% include('/elements/footer.html') %>
133 <%shared>
134
135 my $conf = new FS::Conf;
136 my $date_format = $conf->config('date_format') || '%m/%d/%Y';
137
138 my $format = $date_format. ' %T'; # %z (%Z)';
139
140 </%shared>
141 <%init>
142
143 die "access denied"
144   unless $FS::CurrentUser::CurrentUser->access_right('Edit customer package dates');
145
146
147 my $error = '';
148 my( $pkgnum, $cust_pkg );
149
150 if ( $cgi->param('error') ) {
151
152   $pkgnum = $cgi->param('pkgnum');
153
154   if ( $cgi->param('error') =~ /^_/ ) {
155
156     my @errors = ();
157     my %errors = map { $_=>1 } split(',', $cgi->param('error'));
158     $cgi->param('error', '');
159
160     if ( $errors{'_bill_areyousure'} ) {
161       if ( $cgi->param('bill') =~ /^([\s\d\/\:\-\(\w\)]*)$/ ) {
162         my $bill = $1;
163         push @errors,
164           "You are attempting to set the next bill date to $bill, which is
165            in the past.  This will charge the customer for the interval
166            from $bill until now.  Are you sure you want to do this? ".
167           '<INPUT TYPE="checkbox" NAME="bill_areyousure" VALUE="1">';
168       }
169     }
170
171     if ( $errors{'_setup_areyousure'} ) {
172       push @errors,
173         "You are attempting to remove the setup date.  This will re-charge the
174          customer for the setup fee. Are you sure you want to do this? ".
175         '<INPUT TYPE="checkbox" NAME="setup_areyousure" VALUE="1">';
176     }
177
178     if ( $errors{'_start'} ) {
179       push @errors,
180         "You are attempting to add a start date to a package that has already
181          started billing.";
182     }
183
184     $error = join('<BR><BR>', @errors );
185
186   }
187
188   #get package record
189   $cust_pkg = qsearchs('cust_pkg',{'pkgnum'=>$pkgnum});
190   die "No package!" unless $cust_pkg;
191
192   foreach my $col (qw( start_date setup last_bill bill adjourn expire )) {
193     my $value = $cgi->param($col);
194     $cust_pkg->set( $col, $value ? parse_datetime($value) : '' );
195   }
196
197 } else {
198
199   my($query) = $cgi->keywords;
200   $query =~ /^(\d+)$/ or die "no pkgnum";
201   $pkgnum = $1;
202
203   #get package record
204   $cust_pkg = qsearchs('cust_pkg',{'pkgnum'=>$pkgnum});
205   die "No package!" unless $cust_pkg;
206
207 }
208
209 my $part_pkg = qsearchs( 'part_pkg', { 'pkgpart' => $cust_pkg->pkgpart } );
210
211 my( $last_bill_or_renewed, $next_bill_or_prepaid_until );
212 unless ( $part_pkg->is_prepaid ) {
213   #$billed_or_prepaid = 'billed';
214   $last_bill_or_renewed = 'Last bill';
215   $next_bill_or_prepaid_until = 'Next bill';
216 } else {
217   #$billed_or_prepaid = 'prepaid';
218   $last_bill_or_renewed = 'Renewed';
219   $next_bill_or_prepaid_until = 'Prepaid until';
220 }
221
222 </%init>