right-align amount in prev history row
[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') || $conf->config('batch-enable_payby') )
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>Invoice</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 %my $money_char = $conf->config('money_char') || '$';
170 %
171 %sub balance_forward_row {
172 %  my( $b, $date, $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" ALIGN="right"><I><% $balance_forward %></I></TD>
190
191    </TR>
192 %}
193 %
194 %my $balance = 0;
195 %my %target = ();
196 %
197 %my $years =  $conf->config('payment_history-years') || 2;
198 %my $older_than = time - $years * 31556736; #60*60*24*365.24
199 %my $hidden = 0;
200 %my $seen = 0;
201 %my $old_history = 0;
202 %my $lastdate = 0;
203 %
204 %foreach my $item ( sort { $a->{'date'} <=> $b->{'date'} } @history ) {
205 %
206 %  $lastdate = $item->{'date'};
207 %
208 %  my $display;
209 %  if ( $item->{'date'} < $older_than ) {
210 %    $display = ' STYLE="display:none" ';
211 %    $hidden = 1;
212 %  } else {
213 %
214 %    $display = '';
215 %
216 %    if ( $hidden && ! $seen++ ) {
217 %      balance_forward_row($balance, $item->{'date'}, $money_char);
218 %    }
219 %
220 %  }
221 %
222 %  if ( $bgcolor eq $bgcolor1 ) {
223 %    $bgcolor = $bgcolor2;
224 %  } else {
225 %    $bgcolor = $bgcolor1;
226 %  }
227 %
228 %  my $charge  = exists($item->{'charge'})
229 %                  ? sprintf("$money_char\%.2f", $item->{'charge'})
230 %                  : '';
231 %
232 %  my $payment = exists($item->{'payment'})
233 %                  ? sprintf("-&nbsp;$money_char\%.2f", $item->{'payment'})
234 %                  : '';
235 %
236 %  $payment ||= sprintf( "<DEL>-&nbsp;$money_char\%.2f</DEL>",
237 %                        $item->{'void_payment'}
238 %                      )
239 %    if exists($item->{'void_payment'});
240 %
241 %  my $credit  = exists($item->{'credit'})
242 %                  ? sprintf("-&nbsp;$money_char\%.2f", $item->{'credit'})
243 %                  : '';
244 %
245 %  my $refund  = exists($item->{'refund'})
246 %                  ? sprintf("$money_char\%.2f", $item->{'refund'})
247 %                  : '';
248 %
249 %  my $target = exists($item->{'target'}) ? $item->{'target'} : '';
250 %
251 %  $balance += $item->{'charge'}  if exists $item->{'charge'};
252 %  $balance -= $item->{'payment'} if exists $item->{'payment'};
253 %  $balance -= $item->{'credit'}  if exists $item->{'credit'};
254 %  $balance += $item->{'refund'}  if exists $item->{'refund'};
255 %  $balance = sprintf("%.2f", $balance);
256 %  $balance =~ s/^\-0\.00$/0.00/; #yay ieee fp
257 %  ( my $showbalance = $money_char. $balance ) =~ s/^\$\-/-&nbsp;\$/;
258 %
259 %
260
261
262   <TR <% $display ? $display.' ID="old_history'.$old_history++.'"'  : ''%>>
263     <TD CLASS="grid" BGCOLOR="<% $bgcolor %>">
264 % unless ( !$target || $target{$target}++ ) { 
265
266         <A NAME="<% $target %>">
267 % } 
268
269       <% time2str("%D",$item->{'date'}) %>
270 % if ( $target && $target{$target} == 1 ) { 
271
272         </A>
273 % } 
274
275       </FONT>
276     </TD>
277     <TD CLASS="grid" BGCOLOR="<% $bgcolor %>">
278       <% $item->{'desc'} %>
279     </TD>
280     <TD ALIGN="right" CLASS="grid" BGCOLOR="<% $bgcolor %>">
281       <% $charge  %>
282     </TD>
283     <TD ALIGN="right" CLASS="grid" BGCOLOR="<% $bgcolor %>">
284       <% $payment %>
285     </TD>
286     <TD ALIGN="right" CLASS="grid" BGCOLOR="<% $bgcolor %>">
287       <% $credit  %>
288     </TD>
289     <TD ALIGN="right" CLASS="grid" BGCOLOR="<% $bgcolor %>">
290       <% $refund  %>
291     </TD>
292     <TD ALIGN="right" CLASS="grid" BGCOLOR="<% $bgcolor %>">
293       <% $showbalance %>
294     </TD>
295   </TR>
296 % } 
297
298 %if ( scalar(@history) && $hidden && ! $seen++ ) {
299 %  balance_forward_row($balance, $lastdate, $money_char);
300 %}
301
302 </TABLE>
303
304 <SCRIPT TYPE="text/javascript">
305
306 function show_history () {
307   //alert('showing history!');
308
309   var balance_forward_row = document.getElementById('balance_forward_row');
310
311   balance_forward_row.style.display = 'none';
312   for ( var i = 0; i < <% $old_history %>; i++ ) {
313     var oldRow = document.getElementById('old_history'+i);
314     oldRow.style.display = '';
315   }
316
317 }
318
319 </SCRIPT>
320
321 <%init>
322
323 my( $cust_main ) = @_;
324 my $custnum = $cust_main->custnum;
325
326 my $conf = new FS::Conf;
327
328 my $curuser = $FS::CurrentUser::CurrentUser;
329
330 my @payby = grep /\w/, $conf->config('payby');
331 #@payby = (qw( CARD DCRD CHEK DCHK LECB BILL CASH WEST COMP ))
332 @payby = (qw( CARD DCRD CHEK DCHK LECB BILL CASH COMP ))
333   unless @payby;
334 my %payby = map { $_=>1 } @payby;
335
336 my %status = (
337   'Queued'     => 'O', #Open
338   'In-transit' => 'I',
339   'Complete'   => 'R', #Resolved
340   'All'        => '',
341 );
342
343 #get payment history
344 my @history = ();
345
346 my %opt =
347   ( map { $_ => scalar($conf->config($_)) }
348         qw( card_refund-days )
349   ),
350   ( map { $_ => $conf->exists($_) } 
351         qw( deletepayments deleterefunds )
352   );
353
354 #invoices
355 foreach my $cust_bill ($cust_main->cust_bill) {
356   push @history, {
357     'date'   => $cust_bill->_date,
358     'desc'   => include('payment_history/invoice.html', $cust_bill, %opt ),
359     'charge' => $cust_bill->charged,
360   };
361 }
362
363 #payments (some false laziness w/credits)
364 foreach my $cust_pay ($cust_main->cust_pay) {
365   push @history, {
366     'date'    => $cust_pay->_date,
367     'desc'    => include('payment_history/payment.html', $cust_pay, %opt ),
368     'payment' => $cust_pay->paid,
369     #'target'  => $target, #XXX
370   };
371 }
372
373 #voided payments
374 foreach my $cust_pay_void ($cust_main->cust_pay_void) {
375   push @history, {
376     'date'   => $cust_pay_void->_date,
377     'desc'   => include('payment_history/voided_payment.html', $cust_pay_void),
378     'void_payment' => $cust_pay_void->paid,
379   };
380
381 }
382
383 #credits (some false laziness w/payments)
384 foreach my $cust_credit ($cust_main->cust_credit) {
385   push @history, {
386     'date'   => $cust_credit->_date,
387     'desc'   => include('payment_history/credit.html', $cust_credit),
388     'credit' => $cust_credit->amount,
389   };
390
391 }
392
393 #refunds
394 foreach my $cust_refund ($cust_main->cust_refund) {
395   push @history, {
396     'date'   => $cust_refund->_date,
397     'desc'   => include('payment_history/refund.html', $cust_refund),
398     'refund' => $cust_refund->refund,
399   };
400
401 }
402
403 </%init>