[% USE raw %] [% USE Asset %] [% USE Koha %] [% USE AuthorisedValues %] [% USE Branches %] [% USE Price %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Patrons › Make a payment for [% patron.firstname | html %] [% patron.surname | html %] [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'patron-search.inc' %]
[% INCLUDE 'members-toolbar.inc' borrowernumber=patron.borrowernumber %]
[% IF ( accounts ) %]

Select all | Clear all

[% IF outstanding_credits.total_outstanding < 0 %] [% ELSE %] [% END %] [% FOREACH line IN accounts %] [% END %] [% IF outstanding_credits.total_outstanding < 0 %] [% END %] [% IF ( account_grp.total ) %] [% END %]
  Fines & charges Description Payment note Account type Amount Amount outstanding
Total due:[% total + outstanding_credits.total_outstanding | $Price %][% total | $Price %]
[% IF ( line.amountoutstanding > 0 ) %] [% END %] [% IF ( line.amountoutstanding > 0 ) %] [% IF CAN_user_updatecharges_writeoff %][% END %] [% END %] [% SWITCH line.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 'HE' %]Hold waiting too long [% CASE 'Rent' %]Rental fee [% CASE 'FOR' %]Forgiven [% CASE 'LR' %]Lost item fee refund [% CASE 'PF' %]Processing fee [% CASE 'PAY' %]Payment [% CASE 'WO' %]Writeoff [% CASE 'C' %]Credit [% CASE 'CR' %]Credit [% CASE %][% line.accounttype | html %] [%- END -%] [%- IF line.description %], [% line.description | html %][% END %] [% IF line.title %]([% line.title | html %])[% END %] [% line.accounttype | html %] [% line.amount | $Price %] [% line.amountoutstanding | $Price %]
Outstanding credits could be applied [% outstanding_credits.total_outstanding | $Price %]
Sub total: [% account_grp.total | $Price %]
[% IF CAN_user_updatecharges_writeoff %][% END %] Cancel
[% ELSE %]

[% patron.firstname | html %] [% patron.surname | html %] has no outstanding fines.

[% END %]
[% INCLUDE 'circ-menu.inc' %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'str/members-menu.inc' %] [% Asset.js("js/members-menu.js") | $raw %] [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]