https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22788
Nick Clemens <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Nick Clemens <[email protected]> --- (In reply to hienpn from comment #0) > Created attachment 88951 [details] > Accruing fine amount > > Hi All, > > I found an issue with fine function on koha 18.11.02. Please help to check. > > When the item is overdue, koha run fines.pl cronjob and update accruing fine > to patron account. But i think something wrong when koha run fines.pl > cronjob to update accruing fine. > > Example: I checked out two barcode for one patron account. The barcodes have > the same item type, checkout from same location and same time. > > System configuration: > - CalculateFinesOnReturn option is "Do" > - finesMode is "Calculate and charge" > - Loan period: 21 days > - Fine amount: RM0.5/day > - Overdue fines cap (amount): RM40 > > I checked out item on January 06, 2019 and item overdue on January 27, 2019. > By circulation rule, patron has RM40 accruing fine in his account for one > overdue item. But when i check accruing fine of patron, i see accruing fine > incorrectly and timestamp of action is not today. The attached file is > screenshot of this issue. > > Besides, this issue don't happen with all patron account in koha. Please > help to check this Do you have the MaxFine system preference set? From what I see it looks like the patron had 66 dollars in fines existing, then got accrued up to a $100 limit. Did you also check all libraries for other rules? it looks like the fine is being consistently capped at $33. I cannot recreate the miscalculation, if it is only happening for certain categories I would suspect there is a rule applying that you did not expect -- You are receiving this mail because: You are the assignee for the bug. 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/
