[% USE raw %] [% USE Asset %] [% USE KohaDates %] [% USE Branches %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Inventory [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]

Inventory

[% IF (moddatecount) %]
[% moddatecount | html %] items modified : datelastseen set to [% date | $KohaDates %]
Number of potential barcodes read: [% LinesRead | html %]
[% END %] [% IF (errorfile) %]
[% errorfile | html %] can't be opened
[% END %] [% IF (err_length && err_length==1) %]
There was 1 barcode that was too long.
[% END %] [% IF (err_length && err_length>1) %]
There were [% err_length | html %] barcodes that were too long.
[% END %] [% IF (err_data && err_data==1) %]
There was 1 barcode that contained at least one unprintable character.
[% END %] [% IF (err_data && err_data>1) %]
There were [% err_data | html %] barcodes that contained at least one unprintable character.
[% END %] [% FOREACH error IN errorloop %]
[% error.barcode | html %] [% IF (error.ERR_BARCODE) %]: barcode not found[% END %] [% IF (error.ERR_WTHDRAWN) %]: item withdrawn[% END %] [% IF (error.ERR_ONLOAN_RET) %]: item was on loan. It was returned before marked as seen[% END %] [% IF (error.ERR_ONLOAN_NOT_RET) %]: item was on loan. couldn't be returned.[% END %]
[% END %] [% UNLESS op %]
Use a barcode file
Item location filters
  1. Home library Current library
  2. [% IF (authorised_values) %]
  3. [% END %]
  4. (items.itemcallnumber)
Optional filters for inventory list or comparing barcodes
[% FOREACH status IN statuses %] [% IF (status.values) %]
[% status.fieldname | html %]
    [% FOREACH value IN status.values %] [% IF (value.lib) %]
  • [% END %] [% END %]
[% END %] [% END %]

  1. (Skip records marked as seen on or after this date.)
  2. [% IF (ignoreissued) %] [% ELSE %] [% END %]
Additional options
[% END %] [% IF (op) %]
[% UNLESS uploadedbarcodesflag %] [% END %] [% UNLESS uploadedbarcodesflag %][% END %] [% FOREACH result IN loop %] [% UNLESS uploadedbarcodesflag %] [% END %] [% END %]
SeenBarcode Call number Library Title Not for loan Lost Damaged Withdrawn Last seen Problems
[% result.barcode | html %] [% result.itemcallnumber | html %] [% Branches.GetName( result.homebranch ) | html %] [% result.location | html %] [% result.title | html %] [% IF ( result.author ) %] by [% result.author | html %] [% END %] [% result.notforloan | html %] [% result.itemlost | html %] [% result.damaged | html %] [% result.withdrawn | html %] [% result.datelastseen | $KohaDates %] [% FOREACH problem IN result.problems %] [% IF problem.key == 'wrongplace' %] Found in wrong place
[% ELSIF problem.key == 'changestatus' %] Unknown not-for-loan status
[% ELSIF problem.key == 'not_scanned' %] Missing (not scanned)
[% ELSIF problem.key == 'checkedout' %] Still checked out
[% ELSIF problem.key == 'no_barcode' %] No barcode
[% ELSIF problem.key == 'out_of_order' %] Item may be shelved out of order
[% END %] [% END %]
[% UNLESS uploadedbarcodesflag %] [% END %]
[% END %]
[% MACRO jsinclude BLOCK %] [% Asset.js("js/tools-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'calendar.inc' %] [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]