On occasion, librarians claim that a barcode was scanned successfully at checkin but the item was not returned. It would be useful to be able to log all scanned barcodes at checkin regardless of validity to know if the barcode scan made it to Koha or if there is an issue keeping it from being received by the server.
Created attachment 57108 [details] [review] Bug 17541 - Add ability to log all barcodes scanned at checkin On occasion, librarians claim that a barcode was scanned successfully at checkin but the item was not returned. It would be useful to be able to log all scanned barcodes at checkin regardless of validity to know if the barcode scan made it to Koha or if there is an issue keeping it from being received by the server. Test Plan: 1) Apply the patch 2) Run updatedatabase.pl 3) Enable the new system preference CirculationCheckinLog 4) Can some valid and invalid barcdes through the checkin screen 5) View the circulation log from the log viewer tool 6) Note the barcodes are there!
Created attachment 57109 [details] [review] Bug 17541 - Add ability to log all barcodes scanned at checkin On occasion, librarians claim that a barcode was scanned successfully at checkin but the item was not returned. It would be useful to be able to log all scanned barcodes at checkin regardless of validity to know if the barcode scan made it to Koha or if there is an issue keeping it from being received by the server. Test Plan: 1) Apply the patch 2) Run updatedatabase.pl 3) Enable the new system preference CirculationCheckinLog 4) Can some valid and invalid barcdes through the checkin screen 5) View the circulation log from the log viewer tool 6) Note the barcodes are there! Signed-off-by: Claire Gravely <claire_gravely@hotmail.com>
This new pref does not affect checkins from the checkouts page (svc/checkin), is it expected?