[% USE raw %] [% USE Asset %] [% USE Koha %] [% USE AuthorisedValues %] [% USE Price %] [% SET footerjs = 1 %] [% 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 %]
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. [% SET payment_types = AuthorisedValues.GetAuthValueDropbox('PAYMENT_TYPE') %] [% IF payment_types %]
  3. [% END %] [% IF Koha.Preference('UseCashRegisters') %]
  4. [% END %]
[% END %]
[% IF payment_id && Koha.Preference('FinePaymentAutoPopup') %] [% END %] [% MACRO jsinclude BLOCK %] [% Asset.js("js/admin-menu.js") | $raw %] [% INCLUDE 'format_price.inc' %] [% INCLUDE 'datatables.inc' %] [% Asset.js("lib/jquery/plugins/jquery.jeditable.mini.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]