[Koha-bugs] [Bug 15091] Batch Checkout Doesn't Tell You it Failed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 3 22:11:44 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15091

Marc Véron <veron at veron.ch> changed:

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

--- Comment #5 from Marc Véron <veron at veron.ch> ---
Created attachment 44344
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44344&action=edit
Bug 15091: Batch Checkout: Tell the user what happens while checking out

This patch slightly changes the behaviour of Batch checkout.

- If an item is successfully checked out, it is marked as such in
  column "Information"
- If checkouts are confirmed and an item can not be checked out because
  e.g. the user reaches the fines threshold, an information is displayed
  in column "Information"

To test:
- Watch video from comment #2
- Apply both patches
- Set sysprefs to allow override while checking out
- Prepare a batch with invalid barcodes, with valid barcodes and
  with enough items that the user will reach the threshold while
  checking out all items
- Verify that a title appears above the tables while performing
  the batch checkout
- The first table "Batch checkout confirmation" should show
  - Items that could be checked out
  - Items that are not checked out (e.g. invalid barcode)
  - Items that need confirmation (e.g. debt)
- After confirmation, more items should be checked out (as long the
  threshold is not reached
- Items above the threshold will have a message "The patron has a debt..."

Maybe a more sophisticated solution could be possible, but this patch should
address the main concerns from comment #2

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


More information about the Koha-bugs mailing list