[% USE Koha %] [% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] Koha › Patrons › Account for [% INCLUDE 'patron-title.inc' %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'patron-search.inc' %]
[% INCLUDE 'members-toolbar.inc' %]
[% IF ( reverse_col ) %] [% END %] [% FOREACH account IN accounts %] [% IF ( loop.odd ) %][% ELSE %][% END %] [% IF ( account.amountcredit ) %] [% IF ( account.amountoutstandingcredit ) %] [% IF ( reverse_col ) %] [% END %] [% END %] [% IF ( totalcredit ) %] [% IF ( reverse_col ) %]
Date Description of charges Note Amount Outstanding Print
[% account.date |$KohaDates %] [% SWITCH account.accounttype %] [% CASE 'Pay' %]Payment, thanks [% CASE 'Pay00' %]Payment, thanks (cash via SIP2) [% CASE 'Pay01' %]Payment, thanks (VISA via SIP2) [% CASE 'Pay02' %]Payment, thanks (credit card via SIP2) [% CASE 'N' %]New card [% CASE 'F' %]Fine [% CASE 'A' %]Account management fee [% CASE 'M' %]Sundry [% CASE 'L' %]Lost item [% CASE 'W' %]Writeoff [% CASE 'FU' %]Accruing fine [% CASE 'Rent' %]Rental fee [% CASE 'FOR' %]Forgiven [% CASE 'LR' %]Lost item fee refund [% CASE 'PAY' %]Payment [% CASE 'WO' %]Writeoff [% CASE 'C' %]Credit [% CASE 'CR' %]Credit [% CASE %][% account.accounttype %] [%- END -%] [%- IF account.description %], [% account.description %][% END %]  [% IF ( account.itemnumber ) %]View item [% END %][% account.title |html %] [% account.note | html_line_break %][% ELSE %][% END %][% account.amount %][% ELSE %][% END %][% account.amountoutstanding %] [% IF ( account.payment ) %] Reverse [% ELSE %]   [% END %] [% IF ( account.payment ) %] Print [% ELSE %] Print [% END %]
Total due [% ELSE %] [% END %] [% ELSE %] [% IF ( reverse_col ) %] [% ELSE %] [% END %] [% END %] [% total %]
[% INCLUDE 'circ-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]