[Koha-bugs] [Bug 6858] Adds staticfines.pl for static fines processing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 3 14:17:29 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6858

--- Comment #8 from Matthias Meusburger <matthias.meusburger at biblibre.com> 2012-02-03 13:17:29 UTC ---
Hi Katrin,

The two attached patches are the same, only the "from" md5 differs, so I guess
we can safely get rid of one of them.


This patch allows to apply only one fine for a given borrower, no matter how
many items are late, based on a given delay, which applies to the most late
item.

The script bypasses overdue rules already defined in koha.

Example : 

staticfines.pl --category CAT1, 10 --category CAT2, 20 --library LIB1 --library
LIB2 --delay 20

This will charge a 10€ fine for borrowers of category CAT1 and a 20€ fine for
borrowers of category CAT2 for libraries LIB1 and LIB2, after a 20 days overdue
delay for their most late item.

This script is typically used on a daily cronjob basis.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list