Lost items
[% IF ( get_items ) %] [% IF items.count %] [% IF csv_profiles.count %] [% 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 %] | Title | Author | Lost status | Lost on | Barcode | Call number | Date last seen | Price | Rep.price | Library | Item type | Collection | Current library | Location | Not for loan status | Notes |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
[% END %] | [% 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 with_hours => 1 %] | [% item.price | $Price %] | [% item.replacementprice | $Price %] | [% Branches.GetName(item.homebranch) | html %] | [% ItemTypes.GetDescription(item.effective_itemtype) | html %] | [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.ccode', authorised_value => item.ccode ) | html %] | [% Branches.GetName(item.holdingbranch) | html %] | [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => item.location ) | html %] | [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => item.notforloan ) | html %] | [% item.itemnotes | $raw %] |