[% USE raw %] [% USE Asset %] [% USE Koha %] [% USE Price %] [% SET footerjs = 1 %] [% PROCESS 'payments.inc' %] [% INCLUDE 'doc-head-open.inc' %] Koha › Payments [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'circ-search.inc' %]
[% IF ( error_registers ) %]
You must have at least one cash register associated with this branch before you can record payments.
[% ELSE %] [% IF payment_id && !Koha.Preference('FinePaymentAutoPopup') %]
Payment received: Print receipt
[% END %]
Items for purchase Please select items from below to add to this transaction: [% IF invoice_types %] [% FOREACH invoice IN invoice_types %] [% END %]
Code Description Cost Action
[% invoice.code | html %] [% invoice.description | html %] [% invoice.default_amount | $Price %]
[% ELSE %] You have no manual invoice types defined [% END %]
This sale

Click to edit item cost or quantities

Item Cost Quantity Total Action CODE
Total payable:
Collect payment
  1. 0.00
  2. [% PROCESS account_payment_types %]
[% END %]
[% IF payment_id && Koha.Preference('FinePaymentAutoPopup') %] [% END %] [% MACRO jsinclude BLOCK %] [% INCLUDE 'format_price.inc' %] [% INCLUDE 'datatables.inc' %] [% Asset.js("lib/jquery/plugins/jquery.jeditable.mini.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]