[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
Tue Mar 20 14:41:18 CET 2012


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

--- Comment #12 from Matthias Meusburger <matthias.meusburger at biblibre.com> ---
For a user (of a given category and library) with several overdues, launch the
script :

staticfines.pl --category CAT,AMOUNT --library LIB --delay DELAY

Then, check that the user has been charged of AMOUNT if the due date of the
most late item plus the delay is *before* today.

One day later, re-execute the script with the same parameters and check that
the fine has not been charged twice.

Eventually, try to execute the script with various combinations of categories,
amounts, libraries and delays, and check that it applies to the right patrons.

You may edit the $debug and $bigdebug variables in the script to make it more
verbose, and check what it does during its execution.

Do you need more informations ?

-- 
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