add back ability to post a check/cash refund. be more explicit about it instead of...
[freeside.git] / httemplate / view / cust_main / payment_history.html
1 <BR><BR><A NAME="history"><FONT SIZE="+2">Payment History</FONT></A><BR>
2
3 %# payment links
4
5 % my $s = 0;
6 % if ( $payby{'BILL'} && $curuser->access_right('Post payment') ) { 
7   <% $s++ ? ' | ' : '' %>
8   <% include('/elements/popup_link-cust_main.html',
9                'label'       => 'Enter check payment',
10                'action'      => "${p}edit/cust_pay.cgi?popup=1;payby=BILL",
11                'cust_main'   => $cust_main,
12                'actionlabel' => 'Enter check payment',
13                'width'       => 392,
14                #default# 'height' => 336,
15             )
16   %>
17 % } 
18
19 % if ( $payby{'CASH'} && $curuser->access_right('Post payment') ) { 
20   <% $s++ ? ' | ' : '' %>
21   <% include('/elements/popup_link-cust_main.html',
22                'label'       => 'Enter cash payment',
23                'action'      => "${p}edit/cust_pay.cgi?popup=1;payby=CASH",
24                'cust_main'   => $cust_main,
25                'actionlabel' => 'Enter cash payment',
26                'width'       => 392,
27                #default# 'height' => 336,
28             )
29   %>
30 % } 
31
32 % if ( $payby{'WEST'} && $curuser->access_right('Post payment') ) { 
33   <% $s++ ? ' | ' : '' %>
34   <A HREF="<% $p %>edit/cust_pay.cgi?payby=WEST;custnum=<% $custnum %>">Enter Western Union payment</A>
35 % } 
36
37 % if ( ( $payby{'CARD'} || $payby{'DCRD'} )
38 %        && $curuser->access_right('Process payment')
39 %        && ! $cust_main->is_encrypted($cust_main->payinfo)
40 %      ) {
41   <% $s++ ? ' | ' : '' %>
42   <A HREF="<% $p %>misc/payment.cgi?payby=CARD;custnum=<% $custnum %>">Process credit card payment</A>
43 % } 
44
45 % if ( ( $payby{'CHEK'} || $payby{'DCHK'} )
46 %        && $curuser->access_right('Process payment')
47 %        && ! $cust_main->is_encrypted($cust_main->payinfo)
48 %      ) {
49   <% $s++ ? ' | ' : '' %>
50   <A HREF="<% $p %>misc/payment.cgi?payby=CHEK;custnum=<% $custnum %>">Process electronic check (ACH) payment</A>
51 % } 
52
53 % if ( $payby{'MCRD'} && $curuser->access_right('Post payment') ) { 
54   <% $s++ ? ' | ' : '' %>
55   <A HREF="<% $p %>edit/cust_pay.cgi?payby=MCRD;custnum=<% $custnum %>">Post manual (offline/POS) credit card payment</A>
56 % } 
57
58 <BR>
59
60 %# credit link
61
62 % if ( $curuser->access_right('Post credit') ) { 
63   <% include('/elements/popup_link-cust_main.html',
64                'label'       => 'Enter credit',
65                'action'      => "${p}edit/cust_credit.cgi",
66                'cust_main'   => $cust_main,
67                'actionlabel' => 'Enter credit',
68                'width'       => 392,
69                #default# 'height' => 336,
70             )
71   %>
72   <BR>
73 % } 
74
75 %# refund links
76
77 % $s = 0;
78 % if ( $payby{'BILL'} && $curuser->access_right('Post refund') ) { 
79   <% $s++ ? ' | ' : '' %>
80   <% include('/elements/popup_link-cust_main.html',
81                'label'       => 'Enter check refund',
82                'action'      => "${p}edit/cust_refund.cgi?popup=1;payby=BILL",
83                'cust_main'   => $cust_main,
84                'actionlabel' => 'Enter check refund',
85                'width'       => 392,
86                #default# 'height' => 336,
87             )
88   %>
89 % } 
90
91 % if ( $payby{'CASH'} && $curuser->access_right('Post refund') ) { 
92   <% $s++ ? ' | ' : '' %>
93   <% include('/elements/popup_link-cust_main.html',
94                'label'       => 'Enter cash refund',
95                'action'      => "${p}edit/cust_refund.cgi?popup=1;payby=CASH",
96                'cust_main'   => $cust_main,
97                'actionlabel' => 'Enter cash refund',
98                'width'       => 392,
99                #default# 'height' => 336,
100             )
101   %>
102 % } 
103
104 %# someday, perhaps.  very few gateways let you do unlinked refunds at all.
105 %# Authorize.net makes you sign a special form
106 %#
107 %#    % if ( ( $payby{'CARD'} || $payby{'DCRD'} )
108 %#    %        && $curuser->access_right('Process refund')
109 %#    %        && ! $cust_main->is_encrypted($cust_main->payinfo)
110 %#    %      ) {
111 %#      <% $s++ ? ' | ' : '' %>
112 %#      <A HREF="<% $p %>misc/refund.cgi?payby=CARD;custnum=<% $custnum %>">Process credit card refund</A>
113 %#    % } 
114 %#    
115 %#    % if ( ( $payby{'CHEK'} || $payby{'DCHK'} )
116 %#    %        && $curuser->access_right('Process refund')
117 %#    %        && ! $cust_main->is_encrypted($cust_main->payinfo)
118 %#    %      ) {
119 %#      <% $s++ ? ' | ' : '' %>
120 %#      <A HREF="<% $p %>misc/refund.cgi?payby=CHEK;custnum=<% $custnum %>">Process electronic check (ACH) refund</A>
121 %#    % } 
122
123 % if ( $payby{'MCRD'} && $curuser->access_right('Post refund') ) { 
124   <% $s++ ? ' | ' : '' %>
125   <A HREF="<% $p %>edit/cust_refund.cgi?payby=MCRD;custnum=<% $custnum %>">Post manual (offline/POS) credit card refund</A>
126 % } 
127
128 <BR>
129
130 %# tax exemption link
131
132 % if ( $curuser->access_right('View customer tax exemptions') ) { 
133   <A HREF="<% $p %>search/cust_tax_exempt_pkg.cgi?custnum=<% $custnum %>">View tax exemptions</A>
134   <BR>
135 % } 
136
137 %# batched payment links
138
139 % if ( $conf->exists('batch-enable')
140 %      && $curuser->access_right('View customer batched payments')
141 %    ) { 
142   View batched payments:
143 %   foreach my $status (qw( Queued In-transit Complete All )) {
144       <A HREF="<% $p %>search/cust_pay_batch.cgi?status=<% $status{$status} %>;custnum=<% $custnum %>"><% $status %></A> 
145       <% $status ne 'All' ? '|' : '' %>
146 %   }
147   <BR>
148 % } 
149
150 %# and now the table
151
152 <% include("/elements/table-grid.html") %>
153 % my $bgcolor1 = '#eeeeee';
154 %   my $bgcolor2 = '#ffffff';
155 %   my $bgcolor = '';
156
157 <TR>
158   <TH CLASS="grid" BGCOLOR="#cccccc">Date</TH>
159   <TH CLASS="grid" BGCOLOR="#cccccc">Description</TH>
160   <TH CLASS="grid" BGCOLOR="#cccccc"><FONT SIZE=-1>Charge</FONT></TH>
161   <TH CLASS="grid" BGCOLOR="#cccccc"><FONT SIZE=-1>Payment</FONT></TH>
162   <TH CLASS="grid" BGCOLOR="#cccccc"><FONT SIZE=-1>In-house<BR>Credit</FONT></TH>
163   <TH CLASS="grid" BGCOLOR="#cccccc"><FONT SIZE=-1>Refund</FONT></TH>
164   <TH CLASS="grid" BGCOLOR="#cccccc"><FONT SIZE=-1>Balance</FONT></TH>
165 </TR>
166
167 %#display payment history
168
169 %sub balance_forward_row {
170 %  my( $b, $date ) = @_;
171 %  my $conf = new FS::Conf;
172 %  my $money_char = $conf->config('money_char') || '$';
173 %  ( my $balance_forward = $money_char. $b ) =~ s/^\$\-/-&nbsp;\$/;
174
175    <TR ID="balance_forward_row">
176      <TD CLASS="grid" BGCOLOR="#dddddd">
177        <% time2str("%D",$date) %>
178      </TD>
179
180      <TD CLASS="grid" BGCOLOR="#dddddd">
181        <I>Starting balance on <% time2str("%D",$date) %></I>
182        (<A HREF="javascript:void(0);" onClick="show_history();">show prior history</A>)
183      </TD>
184
185      <TD CLASS="grid" BGCOLOR="#dddddd"></TD>
186      <TD CLASS="grid" BGCOLOR="#dddddd"></TD>
187      <TD CLASS="grid" BGCOLOR="#dddddd"></TD>
188      <TD CLASS="grid" BGCOLOR="#dddddd"></TD>
189      <TD CLASS="grid" BGCOLOR="#dddddd"><I><% $balance_forward %></I></TD>
190
191    </TR>
192 %}
193 %
194 %my $balance = 0;
195 %my %target = ();
196 %my $money_char = $conf->config('money_char') || '$';
197 %
198 %my $years =  $conf->config('payment_history-years') || 2;
199 %my $older_than = time - $years * 31556736; #60*60*24*365.24
200 %my $hidden = 0;
201 %my $seen = 0;
202 %my $old_history = 0;
203 %my $lastdate = 0;
204 %
205 %foreach my $item ( sort { $a->{'date'} <=> $b->{'date'} } @history ) {
206 %
207 %  $lastdate = $item->{'date'};
208 %
209 %  my $display;
210 %  if ( $item->{'date'} < $older_than ) {
211 %    $display = ' STYLE="display:none" ';
212 %    $hidden = 1;
213 %  } else {
214 %
215 %    $display = '';
216 %
217 %    if ( $hidden && ! $seen++ ) {
218 %      balance_forward_row($balance, $item->{'date'});
219 %    }
220 %
221 %  }
222 %
223 %  if ( $bgcolor eq $bgcolor1 ) {
224 %    $bgcolor = $bgcolor2;
225 %  } else {
226 %    $bgcolor = $bgcolor1;
227 %  }
228 %
229 %  my $charge  = exists($item->{'charge'})
230 %                  ? sprintf("$money_char\%.2f", $item->{'charge'})
231 %                  : '';
232 %
233 %  my $payment = exists($item->{'payment'})
234 %                  ? sprintf("-&nbsp;$money_char\%.2f", $item->{'payment'})
235 %                  : '';
236 %
237 %  $payment ||= sprintf( "<DEL>-&nbsp;$money_char\%.2f</DEL>",
238 %                        $item->{'void_payment'}
239 %                      )
240 %    if exists($item->{'void_payment'});
241 %
242 %  my $credit  = exists($item->{'credit'})
243 %                  ? sprintf("-&nbsp;$money_char\%.2f", $item->{'credit'})
244 %                  : '';
245 %
246 %  my $refund  = exists($item->{'refund'})
247 %                  ? sprintf("$money_char\%.2f", $item->{'refund'})
248 %                  : '';
249 %
250 %  my $target = exists($item->{'target'}) ? $item->{'target'} : '';
251 %
252 %  $balance += $item->{'charge'}  if exists $item->{'charge'};
253 %  $balance -= $item->{'payment'} if exists $item->{'payment'};
254 %  $balance -= $item->{'credit'}  if exists $item->{'credit'};
255 %  $balance += $item->{'refund'}  if exists $item->{'refund'};
256 %  $balance = sprintf("%.2f", $balance);
257 %  $balance =~ s/^\-0\.00$/0.00/; #yay ieee fp
258 %  ( my $showbalance = $money_char. $balance ) =~ s/^\$\-/-&nbsp;\$/;
259 %
260 %
261
262
263   <TR <% $display ? $display.' ID="old_history'.$old_history++.'"'  : ''%>>
264     <TD CLASS="grid" BGCOLOR="<% $bgcolor %>">
265 % unless ( !$target || $target{$target}++ ) { 
266
267         <A NAME="<% $target %>">
268 % } 
269
270       <% time2str("%D",$item->{'date'}) %>
271 % if ( $target && $target{$target} == 1 ) { 
272
273         </A>
274 % } 
275
276       </FONT>
277     </TD>
278     <TD CLASS="grid" BGCOLOR="<% $bgcolor %>">
279       <% $item->{'desc'} %>
280     </TD>
281     <TD ALIGN="right" CLASS="grid" BGCOLOR="<% $bgcolor %>">
282       <% $charge  %>
283     </TD>
284     <TD ALIGN="right" CLASS="grid" BGCOLOR="<% $bgcolor %>">
285       <% $payment %>
286     </TD>
287     <TD ALIGN="right" CLASS="grid" BGCOLOR="<% $bgcolor %>">
288       <% $credit  %>
289     </TD>
290     <TD ALIGN="right" CLASS="grid" BGCOLOR="<% $bgcolor %>">
291       <% $refund  %>
292     </TD>
293     <TD ALIGN="right" CLASS="grid" BGCOLOR="<% $bgcolor %>">
294       <% $showbalance %>
295     </TD>
296   </TR>
297 % } 
298
299 %if ( scalar(@history) && $hidden && ! $seen++ ) {
300 %  balance_forward_row($balance, $lastdate);
301 %}
302
303 </TABLE>
304
305 <SCRIPT TYPE="text/javascript">
306
307 function show_history () {
308   //alert('showing history!');
309
310   var balance_forward_row = document.getElementById('balance_forward_row');
311
312   balance_forward_row.style.display = 'none';
313   for ( var i = 0; i < <% $old_history %>; i++ ) {
314     var oldRow = document.getElementById('old_history'+i);
315     oldRow.style.display = '';
316   }
317
318 }
319
320 </SCRIPT>
321
322 <%init>
323
324 my( $cust_main ) = @_;
325 my $custnum = $cust_main->custnum;
326
327 my $conf = new FS::Conf;
328
329 my $curuser = $FS::CurrentUser::CurrentUser;
330
331 my @payby = grep /\w/, $conf->config('payby');
332 #@payby = (qw( CARD DCRD CHEK DCHK LECB BILL CASH WEST COMP ))
333 @payby = (qw( CARD DCRD CHEK DCHK LECB BILL CASH COMP ))
334   unless @payby;
335 my %payby = map { $_=>1 } @payby;
336
337 my %status = (
338   'Queued'     => 'O', #Open
339   'In-transit' => 'I',
340   'Complete'   => 'R', #Resolved
341   'All'        => '',
342 );
343
344 #get payment history
345 my @history = ();
346
347 #invoices
348 foreach my $cust_bill ($cust_main->cust_bill) {
349   push @history, {
350     'date'   => $cust_bill->_date,
351     'desc'   => include('payment_history/invoice.html', $cust_bill),
352     'charge' => $cust_bill->charged,
353   };
354 }
355
356 #payments (some false laziness w/credits)
357 foreach my $cust_pay ($cust_main->cust_pay) {
358   push @history, {
359     'date'    => $cust_pay->_date,
360     'desc'    => include('payment_history/payment.html', $cust_pay),
361     'payment' => $cust_pay->paid,
362     #'target'  => $target, #XXX
363   };
364 }
365
366 #voided payments
367 foreach my $cust_pay_void ($cust_main->cust_pay_void) {
368   push @history, {
369     'date'   => $cust_pay_void->_date,
370     'desc'   => include('payment_history/voided_payment.html', $cust_pay_void),
371     'void_payment' => $cust_pay_void->paid,
372   };
373
374 }
375
376 #credits (some false laziness w/payments)
377 foreach my $cust_credit ($cust_main->cust_credit) {
378   push @history, {
379     'date'   => $cust_credit->_date,
380     'desc'   => include('payment_history/credit.html', $cust_credit),
381     'credit' => $cust_credit->amount,
382   };
383
384 }
385
386 #refunds
387 foreach my $cust_refund ($cust_main->cust_refund) {
388   push @history, {
389     'date'   => $cust_refund->_date,
390     'desc'   => include('payment_history/refund.html', $cust_refund),
391     'refund' => $cust_refund->refund,
392   };
393
394 }
395
396 </%init>