Bug 26293 - Allow libraries to write off all fines in a range of dates
Summary: Allow libraries to write off all fines in a range of dates
Status: RESOLVED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-24 18:55 UTC by Liz Rea
Modified: 2023-09-22 20:21 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 Liz Rea 2020-08-24 18:55:31 UTC
Libraries should be able to write off fines accrued between a range of dates in bulk.
Comment 1 Katrin Fischer 2023-09-22 20:21:54 UTC
It looks like we have a script able to do this now:

https://git.koha-community.org/Koha-community/Koha/src/branch/master/misc/cronjobs/writeoff_debts.pl

    'ab|added_before|added-before:s' => \$before,
    'aa|added_after|added-after:s'   => \$after,