[Koha-bugs] [Bug 17449] Let users choose action in self checkout

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 6 11:21:12 CET 2016


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

--- Comment #3 from Magnus Enger <magnus at libriotech.no> ---
Created attachment 57996
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=57996&action=edit
Bug 17449 - Let users choose action in self checkout

Currently if you have a stack of 15 books that you want to renew
through the self checkout, you need to read the barcode of each
item and then click "renew" for each of them. Same for returning
books. One of my customers wants to change the SCO screen so that
users can choose the action they want to take up front, then
let them do the 15 renewals by just scanning the barcodes.

This patch uses "Bootstrap tabs". I tried using "jQuery tabs", in
a similar way to how it is done in e.g. record detail display in the
OPAC. This resulted in weird conflicts between jQuery and Bootstrap,
hence the the use of Bootstrap for the final patch.

To test:
- Apply this patch
- Make sure self check is enabled
- Log in to self check
- Process some barcodes, first by borrowing, then renewing, then
  returning. Verify that the selected tab is still active and has
  focus after each barcode has been processed.
- Now try "illegal" actions and check that you get appropriate
  responses:
  - Try to borrow a barcode you have already borrowed.
  - Try to return a barcode that you have not already borrowed.
  - Etc.
- Try this with and without AllowSelfCheckReturns

Sponsored-by: Hylte Public Library

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


More information about the Koha-bugs mailing list