https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8338
--- Comment #19 from Martin Renvoize <[email protected]> --- Test Plan.. play with accounts and backdated returns.. report any oddities. More seriously. Test One 1 - Checkout an item to a patron and make it overdue (can backdate the checkout) 2 - Make sure the itemtype has fines that will be charged 3 - Charge the fines: Set finesMode = production perl misc/cronjobs/fines.pl -v 4 - Check the fine appears on the patrons account 5 - Browse to Circulation->Check in 6 - In 'Checkin settings' backdate to before the due date 7 - Check the fine no longer appears on the patrons account Test Two 1 - Checkout an item to a patron and make it overdue (can backdate the checkout) 2 - Make sure the itemtype has fines that will be charged 3 - Charge the fines: Set finesMode = production perl misc/cronjobs/fines.pl -v 4 - Check the fine appears on the patrons account 5 - Pay off the fine 6 - Browse to Circulation->Check in 7 - In 'Checkin settings' backdate to before the due date 8 - Check the fine still appears on the patrons account (but is now 'zero' and fixed) 9 - Check that there is a credit on the patrons account for the amount they originally paid -- 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/
