INN-Reach Staff Interface: INN-Reach Transaction Detail View Action Menu (Patron hold) - Return Item
Description
Environment
None
Potential Workaround
None
Attachments
6
clones
defines
is cloned by
relates to
Checklist
hideTestRail: Results
Activity
Show:

Brooks TravisApril 15, 2022 at 4:44 AMEdited
Verified in Rancher

Brooks TravisOctober 21, 2021 at 2:19 PM
Flag added
We can push this to post-Lotus assuming we get the kafka work done for mod-circulation-storage.
Done
Details
Assignee
Brooks TravisBrooks TravisReporter
Brooks TravisBrooks TravisPriority
P4Story Points
3Sprint
NoneDevelopment Team
VolarisTestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee

Reporter

Priority
Story Points
3
Sprint
None
Development Team
Volaris
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created September 27, 2021 at 6:10 AM
Updated April 19, 2022 at 4:11 AM
Resolved April 15, 2022 at 4:44 AM
TestRail: Cases
TestRail: Runs
Purpose:
Provide an "Actions" menu for Patron hold transactions.
User story statement(s):
As a FOLIO user with appropriate permissions, I want have an application in the FOLIO UI, so that I can view details of INN-Reach transactions
Scenarios:
Scenario:
Given the action menu for a Patron hold
When the transaction is in INN-Reach transaction state "ITEM_RECEIVED" or "RECEIVE_UNANNOUNCED"
Then the "Return item" item should be active
Scenario:
Given the action menu for a Patron hold
When the "Return item" action menu is active and clicked on by the user
Then the item should be checked in to FOLIO using the check-in by barcode API, the transaction state should be set to “RETURN_UNCIRCULATED or "IN_TRANSIT" (as indicated) and the corresponding back-end call issued to the central server
If no loan was ever created:
|POST|/innreach/v2/circ/returnuncirculated/<trackingId>/<centralCode>|
If a loan was created for the transaction:
|POST|/innreach/v2/circ/intransit/<trackingId>/<centralCode>|