Bug 27599 - Fine calculation at checkin should be able reflect return claims
Summary: Fine calculation at checkin should be able reflect return claims
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 14697
Blocks:
  Show dependency treegraph
 
Reported: 2021-02-02 17:12 UTC by Andrew Fuerste-Henry
Modified: 2021-02-02 17:12 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Fuerste-Henry 2021-02-02 17:12:01 UTC
Here's the existing behavior:
1- checkout item with date due in the past
2- run fines cron to create accruing fine
3- mark item claimed without charging lost fee
4- fines does not change at all when item is marked claimed
5- check item in
6- fine goes from accruing to final as if the claim had never happened

If we assume some time passes between step 3 and step 5, that could be a significant difference in the final fine total. Should patrons be charged overdue fines for the period between when an item is Claimed Returned and when it is actually checked in? Should that be configurable per library? Should it in some way depend on the claim resolution status?

If we *do* charge the lost fee when an item is marked claimed, then we close the fine at the point of claim and it is not changed if the item is later checked in.