Claimed returned: check in item

Description

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

  1. 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

  2. Scenario

    • Given the Check in claim returned item modal

    • When the user selects Cancel

    • Then do not check in the item

  3. Scenario

    • Given the Check in claim returned item modal

    • When the user selects Found by library

    • Check in item

  4. 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.

Environment

None

Potential Workaround

None

Attachments

1

Checklist

hide

TestRail: Results

Activity

Show:

Bohdan SuprunMarch 5, 2020 at 1:58 PM

New enum property added to check-in-by-barcode API: claimedReturnedResolution see - https://s3.amazonaws.com/foliodocs/api/mod-circulation/circulation.html#circulation_check_in_by_barcode_post.

New loan actions added:

  • checkedInReturnedByPatron = Checked In (Returned by Patron);

  • checkedInFoundByLibrary = Checked In (Found by Library).

Closing as dev only.

Done

Details

Assignee

Reporter

Priority

Story Points

Sprint

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
TestRail: Cases
TestRail: Runs