[% USE Asset %] [% USE AuthorisedValues %] [% USE Branches %] [% USE ColumnsSettings %] [% USE KohaDates %] [% USE ItemTypes %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Reports › Lost items [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/datatables.css") %] [% 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 %] [% IF csv_profiles.count %]
| Select all | Clear all | Actions: Export selected items Using the following CSV profile:
[% ELSE %]
[% IF ( CAN_user_tools_manage_csv_profiles ) %] To enable the export of selected items, create a CSV profile of the type "SQL" with usage option "Export lost items in report." [% ELSE %] To enable the export of selected items, your administrator must create a CSV profile of the type "SQL" with usage option "Export lost items in report." [% END %]
[% END %] [% IF csv_profiles.count %] [% END %] [% FOREACH item IN items %] [% IF csv_profiles.count %] [% END %] [% 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) %] [% ItemTypes.GetDescription(item.effective_itemtype) %] [% Branches.GetName(item.holdingbranch) %] [% AuthorisedValues.GetByCode( 'LOC', 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' %] [% Asset.js("lib/jquery/plugins/jquery.dataTables.columnFilter.js") %] [% INCLUDE 'columns_settings.inc' %] [% Asset.js("js/table_filters.js") %] [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]