[% USE raw %] [% USE Asset %] [% SET footerjs = 1 %] [% INCLUDE "doc-head-open.inc" %] Koha › Circulation › Offline circulation [% INCLUDE "doc-head-close.inc" %] [% INCLUDE 'header.inc' %] [% INCLUDE 'circ-search.inc' %]

Offline circulation

[% IF ( pending_operations ) %]

Check all Uncheck all

[% FOREACH operation IN pending_operations %] [% END %]
  Date Action Barcode Card number 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' %]