[Bug 11599] New: itemBarcodeFallbackSearch should work even for items that don't have barcodes
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11599 Bug ID: 11599 Summary: itemBarcodeFallbackSearch should work even for items that don't have barcodes Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: gmcharlt@gmail.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com When itemBarcodeFallbackSearch is in effect, falling back to a keyword search currently performs the search -- then filters out items that do not have barcodes. This is because the checkout interface currently requires an item barcode to make a loan; it cannot identify the item using the itemnumber. It would be nice if the itemnumber could be used instead. That way, if a library truly does not use item barcodes or RFID tags, they could leave the barcode field blank and still be able to circulate. Currently, they would have to fill in dummy values for the barcode. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11599 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- One problem here is the check-in of items with holds on them. Currently you can't do that from the patron account and there would be no way to check-in without a barcode. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11599 Jeremy Evans <Jeremy.evans@nibsc.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Jeremy.evans@nibsc.org --- Comment #2 from Jeremy Evans <Jeremy.evans@nibsc.org> --- I encountered this problem earlier. We had received a couple of new books required urgently by one of our users so they were sent straight to him. Therefore I was not able to put a barcode into the books when cataloguing/issuing them. When I tried to issue them to the user the books did not appear on the list of titles if I did a title search in the checkout. one other point - a filter on the holding library would be useful here as it brings up a long list of items held by other branches without giving details of the location. I got round the issuing problem using the method Galen mentioned - i.e. using a dummy barcode in the format of temp1234. On the default item view screen there is a place hold button so maybe an additional checkout link from there would be another useful way to handle these items. Or a checkout link from the list of holds? The barcode not being in the book/item record when it is returned would not be a problem for us - as we would at that point edit the item to put in a barcode number. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org