Bug 38051 - An item bundle cannot be returned without verifying the contents if the item bundle is not on loan
Summary: An item bundle cannot be returned without verifying the contents if the item ...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: 24.05
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-01 12:07 UTC by Tuomas Kunttu
Modified: 2024-10-01 12:07 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tuomas Kunttu 2024-10-01 12:07:39 UTC
In the bug 31615 a feature has been implemented that allows checkin of item bundles without verifying their contents.

However, this only works when the item bundle is on loan. When the items bundle is not on loan, this option is not available at checkin.

If an item bundle is reserved to another library, it must first checkin at the home library so that it enters transit mode, and then checkin again at the reservation pickup library. In both of these checkins, the entire content of the item bundle must be verified by checkin, and there is no option to bypass it. However, when an item bundle is checked-in from a loan, where there is a real need for verifying, the content check can be bypassed.

It would be better if item bundles could be checked-in without mandatory content verifying, even when item bundles are not on loan.

Test 1:
1. Create an item bundle
2. Checkout this bundle, then checkin it. The "bundle verification" modal should appear
3. There are 3 options: 
	Confirm checkin and mark missing items as lost
	Confirm checkin without verifying bundle contents
	Cancel

Test 2:
1. Create an item bundle
2. Checkin it. The "bundle verification" modal should appear
3. There are 2 options:
	Confirm inventory check and mark items as lost
	Cancel
4. You need to return all items individually, otherwise the items will be marked as lost 

It works in the same way if there's a reservation to another library and you must return item bundle (and all items in it) first at homelibrary and later at pick-up library before bundle goes to a borrower.