[% USE KohaDates %] [% USE Branches %] [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Inventory [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'calendar.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]

Inventory/Stocktaking

[% IF (moddatecount) %]
[% moddatecount %] items modified : datelastseen set to [% date | $KohaDates %]
[% END %] [% IF (errorfile) %]
[% errorfile %] can't be opened
[% END %] [% FOREACH error IN errorloop %]
[% error.barcode %] [% 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
Select items you want to check
  1. Home library Current library
  2. [% IF (authorised_values) %]
  3. [% END %]
  4. (items.itemcallnumber)
  5. [% IF (statuses) %]
Item statuses
[% FOREACH status IN statuses %] [% IF (status.values) %]
[% status.fieldname %]
    [% FOREACH value IN status.values %] [% IF (value.lib) %]
  • [% END %] [% END %]
[% END %] [% END %]
    [% END %]
  1. [% IF (ignoreissued) %]
  2. [% ELSE %] [% END %]
[% END %] [% IF (op) %]
[% UNLESS compareinv2barcd %]
[Select all] [Clear all]
[% END %] [% UNLESS compareinv2barcd %][% END %] [% FOREACH result IN loop %] [% UNLESS compareinv2barcd %] [% END %] [% END %]
SeenBarcode Library Title Status Lost Damaged Unseen since Problems
[% result.barcode | html %] [% Branches.GetName( result.homebranch ) %] [% result.location | html %] [% IF ( result.itemcallnumber ) %][[% result.itemcallnumber | html %]][% ELSE %][% END %]

[% result.title | html %]

[% result.author | html %]

[% result.notforloan | html %] [% result.itemlost | html %] [% result.damaged | html %] [% result.datelastseen | $KohaDates | html %] [% IF result.problem == 'wrongplace' %]

Item should not have been scanned

[% ELSIF result.problem == 'missingitem' %]

Item missing

[% ELSIF result.problem == 'changestatus' %]

Change item status

[% ELSIF result.problem == 'not_scanned' %]

Item should have been scanned

[% END %]
[% UNLESS compareinv2barcd %]
[Select all] [Clear all]
[% END %]
[% END %]
[% INCLUDE 'tools-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]