Bug 17541 - Add ability to log all barcodes scanned at checkin
Summary: Add ability to log all barcodes scanned at checkin
Status: Failed QA
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Kyle M Hall (khall)
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks: 22794
  Show dependency treegraph
 
Reported: 2016-11-02 18:01 UTC by Kyle M Hall (khall)
Modified: 2020-01-11 16:01 UTC (History)
3 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 17541 - Add ability to log all barcodes scanned at checkin (9.97 KB, patch)
2016-11-02 18:14 UTC, Kyle M Hall (khall)
Details | Diff | Splinter Review
Bug 17541 - Add ability to log all barcodes scanned at checkin (10.03 KB, patch)
2016-11-02 19:15 UTC, Claire Gravely
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Kyle M Hall (khall) 2016-11-02 18:01:33 UTC
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.
Comment 1 Kyle M Hall (khall) 2016-11-02 18:14:14 UTC Comment hidden (obsolete)
Comment 2 Claire Gravely 2016-11-02 19:15:36 UTC
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>
Comment 3 Jonathan Druart 2016-12-05 14:01:08 UTC
This new pref does not affect checkins from the checkouts page (svc/checkin), is it expected?