[% USE raw %] [% USE Asset %] [% USE Koha %] [% USE AuthorisedValues %] [% USE Branches %] [% USE Price %] [% USE TablesSettings %] [% USE KohaDates %] [% SET footerjs = 1 %] [% PROCESS 'accounts.inc' %] [% 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 %]
[% INCLUDE 'renew_results.inc' renew_results=renew_results %] [% IF ( accounts ) %]

Select all | Clear all

[% FOREACH line IN accounts %] [% END %] [% IF outstanding_credits.total_outstanding < 0 %] [% END %]
  Actions Account type Description Date Barcode Due date Checkin date Checkout date Checked out from Payment note Amount Amount outstanding
[% IF ( line.amountoutstanding > 0 ) %] [% END %] [% IF ( line.amountoutstanding > 0 ) %] [% IF CAN_user_updatecharges_writeoff %] [% END %] [% END %] [% PROCESS account_type_description account=line %] [%- IF line.description %][% line.description | html %][% END %] [% IF line.itemnumber %]([% line.item.biblio.title | html %])[% END %] [% line.date | $KohaDates %] [% IF line.itemnumber %] [% line.item.barcode | html %] [% END %] [% IF line.issue_id %] [% line.checkout.date_due | $KohaDates as_due_date => 1 %] [% END %] [% IF line.issue_id %] [% line.checkout.returndate | $KohaDates with_hours => 1 %] [% END %] [% IF line.issue_id %] [% line.checkout.issuedate | $KohaDates %] [% END %] [% IF line.issue_id && line.checkout.library %] [% line.checkout.library.branchname | html %] [% END %] Add note [% line.amount | $Price %] [% line.amountoutstanding | $Price %]
Total due: [% total | $Price %]
Outstanding credits could be applied:
Total due if credit applied: [% total + outstanding_credits.total_outstanding | $Price %]
[% IF CAN_user_updatecharges_writeoff %] [% END %] Cancel
[% ELSE %]

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

[% END %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'str/members-menu.inc' %] [% Asset.js("js/members-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]