| Summary: | Allow libraries to write off all fines in a range of dates | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Liz Rea <wizzyrea> |
| Component: | Circulation | Assignee: | Bugs List <koha-bugs> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | gmcharlt, kyle |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Crowdfunding committed: | 0 |
| Crowdfunding contact: | Patch complexity: | --- | |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
Liz Rea
2020-08-24 18:55:31 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, |