[% USE raw %] [% USE Asset %] [% USE Koha %] [% USE Branches %] [% USE AuthorisedValues %] [% USE Price %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Patrons › Collect fine 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 ( error_over ) %]
You must pay a value less than or equal to [% total_due | format('%.2f') %].
[% END %] [% IF ( pay_individual ) %]
Pay an individual fine
Description Account type Amount Amount outstanding
Total amount payable:[% amountoutstanding | format('%.2f') %]
[% individual_description | html %] [% accounttype | html %] [% amount | format('%.2f') %] [% amountoutstanding | format('%.2f') %]
  1. [% SET payment_types = AuthorisedValues.GetAuthValueDropbox('PAYMENT_TYPE') %] [% IF payment_types %]
  2. [% END %]
[% ELSIF ( writeoff_individual ) %]
Write off an individual fine
Description Account type Amount Amount outstanding
Total amount outstanding:[% amountoutstanding | format('%.2f') %]
[% description | html %] [% title | html %] [% accounttype | html %] [% amount | format('%.2f') %] [% amountoutstanding | format('%.2f') %]
[% ELSE %]
[% IF ( selected_accts ) %] [% IF type == 'writeoff' %] Write off an amount toward selected fines [% ELSE %] Pay an amount toward selected fines [% END %] [% ELSE %] Pay an amount toward all fines [% END %]
  1. Total amount outstanding: [% total | format('%.2f') %]
  2. [% IF type == 'writeoff' %] [% ELSE %] [% END %]
  3. [% SET payment_types = AuthorisedValues.GetAuthValueDropbox('PAYMENT_TYPE') %] [% IF payment_types %]
  4. [% END %]
[% END %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'str/members-menu.inc' %] [% Asset.js("js/members-menu.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]