https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27080

--- Comment #1 from Timothy Alexis Vass <[email protected]> ---
Created attachment 113939
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=113939&action=edit
Bug 27080 - Add --statute-barred option to cleanup_database.pl to purge all
fees where the item has been returned and the fee is older than the given
number of days.

According to Swedish law, fees become statute-barred after 3 years.
With this option, we can use cleanup_database.pl to purge those from
accountlines.

NOTE: This commit also fixes indentations.
You can use the -w option with git to ignore space differences.

To test:
1) You will need a record in the accountlines table WHERE status = 'REMOVED'
AND amountoutstanding > 0.
2) Run ./misc/cronjobs/cleanup_database.pl --statute-barred DAYS
   Where DAYS is 1 or greater. This will delete records from accountlines WHERE
date is DAYS day(s) or older.
3) Confirm that records have been deleted.

Sponsored-by: Lunds Universitetsbibliotek

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to