[% USE raw %] [% USE Asset %] [% USE KohaDates %] [% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE "doc-head-open.inc" %] [% FILTER collapse %] [% t("Offline circulation") | html %] › [% t("Circulation") | html %] › [% t("Koha") | html %] [% END %] [% INCLUDE "doc-head-close.inc" %] [% WRAPPER 'header.inc' %] [% INCLUDE 'circ-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% END %]

Offline circulation

[% IF ( pending_operations ) %]

Check all Uncheck all

[% FOREACH operation IN pending_operations %] [% END %]
  Date Action Barcode Card number or username Amount
[% SWITCH ( operation.action ) -%] [% CASE "issue" -%] Check out [% CASE "return" -%] Check in [% CASE "payment" -%] Payment [% CASE # default case -%] [% operation.action | html %] [% END -%] [% IF ( operation.biblionumber ) %] [% operation.barcode | html %] [% ELSE %] [% operation.barcode | html %] [% END %] [% IF ( operation.actionissue || operation.actionpayment) %] [% IF ( operation.borrowernumber ) %] [% operation.cardnumber | html %] [% ELSE %] [% operation.cardnumber | html %] [% END %] [% END %] [% operation.amount | html %]

For the selected operations:

[% ELSE %]

There are no pending offline operations.

[% END %]
[% MACRO jsinclude BLOCK %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]