Bug 26293

Summary: Allow libraries to write off all fines in a range of dates
Product: Koha Reporter: Liz Rea <wizzyrea>
Component: CirculationAssignee: Bugs List <koha-bugs>
Status: RESOLVED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt, kyle.m.hall
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

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,