https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38059 Bug ID: 38059 Summary: Write off credits automatically Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Command-line Utilities Assignee: koha-bugs@lists.koha-community.org Reporter: aude.charillon@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org CC: robin@catalyst.net.nz To comply with data retention regulations (as well as save themselves time), library teams want to delete inactive patron accounts automatically. They can do this using the delete_patrons.pl script. The script does not delete patrons that have: 1) items on loan; 2) money owing; 3) money in credit; 4) guarantees attached. 1) can be dealt with using longoverdue.pl and 2) with writeoff_debts.pl. However, there is nothing to write off credits as in 3). It would be useful to have a script similar to writeoff_debts.pl but for credits. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.