Bug 7684: multiple fixes for inventory
authorMatthias Meusburger <matthias.meusburger@biblibre.com>
Thu, 23 Aug 2012 14:02:52 +0000 (16:02 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 1 Nov 2013 00:10:49 +0000 (00:10 +0000)
commit0313856d9a1a9c0c002da0aead8c8516b51e1c11
treea43aeac2f8611fe2277860ad5e07386b661d7d57
parent8ae61b6a2a6b2c6e27f33d1d32e1849265782530
Bug 7684: multiple fixes for inventory

* when a file was uploaded and the comparison with catalogue range
 requested, the comparison was wrong: the logic was wrong
* items that were not supposed to be scanned (ie: supposed to be on another shelf)
  didn't had the author and title, it was hard to retrieve them on the shelved
* some useful fields were missing, like homebranch, location, status
* the CSV export contained all the item information. It should contain the same
   informations as the screen

Behaviour now:
   * scan a list of barcode & select a range of location
   * if a barcode has been scanned and should not be (misplaced item),
       the information is displayed
   * if you choose "compare barcodes list to result option", the
     resulting list contains all items that have been scanned and those
     that were supposed to be. Any item not in both list appears with a
     specific message on the last column

Signed-off-by: Leila <koha.aixmarseille@gmail.com>
Signed-off-by: Koha Team Amu <koha.aixmarseille@gmail.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Items.pm
C4/Templates.pm
koha-tmpl/intranet-tmpl/prog/en/columns.def
koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt
tools/ajax-inventory.pl [new file with mode: 0755]
tools/inventory.pl