[% USE raw %] [% USE AdditionalContents %] [% USE Asset %] [% USE Branches %] [% USE Koha %] [% USE Price %] [% USE TablesSettings %] [% USE Registers %] [% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% SET registers = Registers.all( filters => { current_branch => 1 } ) %] [% FILTER collapse %] [% t("Point of sale") | html %] › [% t("Koha") | html %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% WRAPPER 'header.inc' %] [% INCLUDE 'circ-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% WRAPPER breadcrumbs %] [% WRAPPER breadcrumb_item bc_active= 1 %] Point of sale [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %]
[% INCLUDE 'messages.inc' %]

Point of sale

[% 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 ) %]
[% INCLUDE 'csrf-token.inc' %]
[% END %]
[% ELSE %] [% IF payment_id && !Koha.Preference('FinePaymentAutoPopup') %] [% END %]
[% INCLUDE 'csrf-token.inc' %]
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. [% INCLUDE 'transaction_types.inc' type="payment" %]
  4. Required
Cancel
[% END %] [%- SET StaffPOSHome = AdditionalContents.get( location => "StaffPOSHome", lang => lang, library => logged_in_user.branchcode ) -%] [%- FOREACH block IN StaffPOSHome.content -%]
[%- block.content | $raw -%]
[%- 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' %]