[% USE AuthorisedValues %] [% USE Branches %] [% USE ColumnsSettings %] [% USE KohaDates %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Reports › Lost items [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]

Lost items

[% IF ( get_items ) %]
[% IF items.count%] [% items.count %] lost items found [% ELSE %] No lost items found [% END %]
[% IF items.count %] [% FOREACH item IN items %] [% END %]
Title Author Lost status Lost on Barcode Call number Date last seen Price Rep.price Library Item type Current location Location Not for loan status Notes
[% item.biblio.title |html %] [% item.biblio.author %] [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.itemlost', authorised_value => item.itemlost ) %] [% item.itemlost_on | $KohaDates %] [% item.barcode %] [% item.itemcallnumber %] [% item.datelastseen | $KohaDates %] [% item.price %] [% item.replacementprice %] [% Branches.GetName(item.homebranch) %] [% item.effective_itemtype %] [% Branches.GetName(item.holdingbranch) %] [% item.location %] [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) %] [% item.itemnotes %]
[% END %] [% ELSE %]
[% END %]
[% INCLUDE 'reports-menu.inc' %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]