Details
-
Story
-
Status: Closed (View Workflow)
-
P2
-
Resolution: Done
-
None
-
None
-
-
UNAM
-
Orchid (R1 2023)
Description
Note: The code is already in place for SET COST. ACTUAL COST will be handled the same except that the "Lost item fee" will be "Lost item fee (actual cost).
Overview
If the claimed returned item is not found, there are two ways to resolve the situation. One is to declare the item lost (which leaves the patron responsible for the loss) or missing (which lets the patron off the hook).
Attachments
FF-Details-Aged-to-Lost-Before.jpg - shows how Fee/Fine Details will look BEFORE item is declared lost/marked as missing
FF-Details-Aged-to-Lost-After.jpg - shows how Fee/Fine Details will look AFTER item is declared lost/marked as missing
Scenarios
- Scenario
- Given a claimed returned item
- When the item is declared lost and patron has a suspended Aged to Lost "Lost item processing fee" associated with item
- Then, just prior to creating fee/fine record for declared lost fees, cancel the suspended Aged to Lost "Lost item processing fee" as an error by... <== The code for this already exists for SET COST
- Updating Fee/Fine Details Remaining amount to 0.00 and Latest payment status to "Cancelled as error"
- Creating Fee/Fine Details "action" record where...
- Action date is current system date and time
- Action is "Cancelled as error"
- Amount is billed amount
- Balance is -
- Transaction information is blank
- Created at is service point where item was declared lost
- Source is name of staff member logged in
- Additional information is blank
- Scenario
- Given a claimed returned item
- When the item is declared lost and patron has a suspended Aged to Lost "Lost item fee (actual cost)" associated with item
- Then, just prior to creating fee/fine record for declared lost fees, cancel the suspended Aged to Lost "Lost item fee (actual cost)" as an error by... <== The code for this already exists for SET COST
- Updating Fee/Fine Details Remaining amount to 0.00 and Latest payment status to "Cancelled as error"
- Creating Fee/Fine Details "action" record where...
- Action date is current system date and time
- Action is "Cancelled as error"
- Amount is billed amount
- Balance is -
- Transaction information is blank
- Created at is service point where item was declared lost
- Source is name of staff member logged in
- Additional information is blank
- Scenario
- Given a claimed returned item
- When the item is missing and patron has a suspended Aged to Lost "Lost item processing fee" associated with item
- Then cancel the suspended Aged to Lost "Lost item processing fee" as an error by... <== The code for this already exists for SET COST
- Updating Fee/Fine Details Remaining amount to 0.00 and Latest payment status to "Cancelled as error"
- Creating Fee/Fine Details "action" record where...
- Action date is current system date and time
- Action is "Cancelled as error"
- Amount is billed amount
- Balance is -
- Transaction information is blank
- Created at is service point where item was marked as missing
- Source is name of staff member logged in
- Additional information is blank
- Scenario
- Given a claimed returned item
- When the item is missing and patron has a suspended Aged to Lost "Lost item fee (actual cost)" associated with item
- Then cancel the suspended Aged to Lost "Lost item fee (actual cost)" as an error by... <== The code for this already exists for SET COST
- Updating Fee/Fine Details Remaining amount to 0.00 and Latest payment status to "Cancelled as error"
- Creating Fee/Fine Details "action" record where...
- Action date is current system date and time
- Action is "Cancelled as error"
- Amount is billed amount
- Balance is -
- Transaction information is blank
- Created at is service point where item was marked as missing
- Source is name of staff member logged in
- Additional information is blank
TestRail: Results
Attachments
Issue Links
- defines
-
UXPROD-2573 Loan: Claimed Returned using ACTUAL COST - Part 1
-
- In Review
-
- is blocked by
-
MODFEE-297 BE - Declared Lost/Aged to Lost: Bill patron for ACTUAL COST of lost item
-
- Closed
-
-
MODFEE-298 BE - Declared Lost/Aged to Lost: Do not bill patron for ACTUAL COST of lost item
-
- Closed
-
- relates to
-
UIU-1220 Claim returned-2.3: effect on SET COST fees when item is lost or missing
-
- Closed
-