[Koha-bugs] [Bug 16117] Log borrower cardnumbers and item barcodes which are not valid

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 23 14:39:10 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16117

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #65319|0                           |1
        is obsolete|                            |

--- Comment #8 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 73177
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=73177&action=edit
Bug 16117: Log borrower cardnumbers and item barcodes which are not valid

We should be able to log invalid patrons and items for trouble-shooting
purposes. It
is especially helpful when determining if there are issues with barcode
scanners.

Test Plan:
1) Apply this patch
2) Run updatedatabase.pl
3) Attempt to check out to an invalid patron cardnumber
4) Attempt to checkout a non-existent barcode
5) Attempt to check in a non-existant barcode
6) Note nothing new is added to the statistics table
7) Enable the new system preferences LogInvalidItems and LogInvalidPatrons
8) Repeat steps 4-6
9) Note each action creates a new line in the statistics table

Signed-off-by: Marc Véron <veron at veron.ch>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list