[Koha-bugs] [Bug 32256] Self checkout batch mode

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Sep 23 02:21:12 CEST 2023


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA
                 CC|                            |david at davidnind.com

--- Comment #6 from David Nind <david at davidnind.com> ---
Hi Aleisha.

Step 9 doesn't work for me - everything else seems to work as per the test
plan.

9. Test with a few items that are notforloan or would not be valid checkouts.
Confirm they are not checked out, but other valid items in the batch are
checked out successfully.

Checking out multiple items, where one or more is not for loan.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I used three items:
39999000000498 (not for loan)
39999000011111
39999000011135

Results - using the order above:
1. First item - message in yellow saying item cannot be checked out, with
option to return to account summary.
2. Other two items - not checked out.

Results - putting the not for loan item in the middle:
1. Message in yellow: Item cannot be checked out (for 39999000000498)
2. Message in blue: Item checked out (39999000011111).
3. No other messages, the third item (39999000011135) not checked out

Results - putting not for loan item at the end:
1. Message in yellow: Item cannot be checked out (for 39999000000498)
2. Messages in blue:
    Item checked out (39999000011111)
    Item checked out (39999000011135)
3. The first two items are checked out, the not for loan item isn't (as
expected)

Results - adding a fourth item:
1. I used four items:
   - 39999000011111
   - 39999000011135
   - 39999000000498 (not for loan)
   - 39999000005134
2. Stops at the third item, that is: the first two items are checked out. The
third isn't (as expected), the fourth item isn't checked out.

Conclusion:
- If checking out multiple items, it stops checking out at the item that can't
be checked out - even if later items can be checked out.


Interface message
~~~~~~~~~~~~~~~~~

Since this change only allows multiple checkouts, but NOT renewals or returns,
then I think the text needs to reflect that.

Current text:

Scan a new item or enter its barcode
(or enter a barcode list, one barcode per line):

Proposed text - something like:

Scan a new item or enter its barcode
(for **multiple check outs only**, enter a barcode list, one barcode per line):

David

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


More information about the Koha-bugs mailing list