[% USE raw %] [% 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") | $raw %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]

Lost items

[% IF ( get_items ) %]
[% IF items.count%] [% items.count | html %] 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 | html %] [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.itemlost', authorised_value => item.itemlost ) | html %] [% item.itemlost_on | $KohaDates %] [% item.barcode | html %] [% item.itemcallnumber | html %] [% item.datelastseen | $KohaDates %] [% item.price | html %] [% item.replacementprice | html %] [% Branches.GetName(item.homebranch) | html %] [% ItemTypes.GetDescription(item.effective_itemtype) | html %] [% Branches.GetName(item.holdingbranch) | html %] [% AuthorisedValues.GetByCode( 'LOC', item.location ) | html %] [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) | html %] [% item.itemnotes | html %]
[% END %] [% ELSE %]
[% END %]
[% INCLUDE 'reports-menu.inc' %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] [% Asset.js("lib/jquery/plugins/jquery.dataTables.columnFilter.js") | $raw %] [% INCLUDE 'columns_settings.inc' %] [% Asset.js("js/table_filters.js") | $raw %] [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]