[% USE raw %] [% USE Asset %] [% USE Branches %] [% USE Koha %] [% USE Price %] [% USE TablesSettings %] [% USE Registers %] [% SET footerjs = 1 %] [% PROCESS 'payments.inc' %] [% INCLUDE 'doc-head-open.inc' %] [% SET registers = Registers.all( filters => { current_branch => 1 } ) %] Koha › Payments [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'circ-search.inc' %]
[% IF ( registers.size == 0 ) %]

You must have at least one cash register associated with the library before you can record payments.

[% IF ( CAN_user_parameters_manage_cash_registers ) %]
[% END %]
[% 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. Required
  2. [% 0 | $Price %]
  3. [% PROCESS account_payment_types %]
  4. Required
[% END %]
[% IF payment_id && Koha.Preference('FinePaymentAutoPopup') %] [% END %] [% MACRO jsinclude BLOCK %] [% INCLUDE 'format_price.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %] [% Asset.js("lib/jquery/plugins/jquery.jeditable.mini.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]