Done
Details
Assignee
Bohdan SuprunBohdan Suprun(Deactivated)Reporter
Emma BoettcherEmma BoettcherPriority
P3Story Points
5Sprint
NoneDevelopment Team
ProkopovychFix versions
TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Bohdan Suprun
Bohdan Suprun(Deactivated)Reporter
Emma Boettcher
Emma BoettcherPriority
Story Points
5
Sprint
None
Development Team
Prokopovych
Fix versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created February 21, 2020 at 4:30 PM
Updated May 4, 2022 at 1:27 PM
Resolved March 5, 2020 at 1:58 PM
Purpose: Patrons may think they have returned items that are still showing as checked out on their account. When this happens, the item is still considered loaned to the patron, but the library will treat the item differently from other items on the patron's account (the item will not be considered overdue, and it will be searched for extensively). If the item is found, it will be checked in, and the library needs to mark whether or not it was found in the library or found by the patron.
Scenarios
Scenario
Given an item that has the status Claimed returned
When that item is scanned in the Check In app
Then display a confirmation modal:
Title: Check in claimed returned item
Text: <title of item> (<material type>) (Barcode: <barcode of item>) has been claimed returned.
notify patron out of scope
Buttons:
Cancel
Found by library
Returned by patron
Scenario
Given the Check in claim returned item modal
When the user selects Cancel
Then do not check in the item
Scenario
Given the Check in claim returned item modal
When the user selects Found by library
Check in item
Scenario
Given the Check in claim returned item modal
When the user selects Returned by patron
Check in item
Notes:
The manner in which the item was found needs to be recorded () and will affect the fees and fines that were charged for the item (UIU-1219).
In relation to other check in modals (e.g., multipiece, check in note, item going in transit), the modal described by this story should appear first.