Re: [Koha] double fines

2020-01-30 Thread Hugo Agud
Good morning I have found this double fine behaviour at koha 19.05.06, I have been digging into koha logs and tables and I guess I have a valid theory Having finemode calculate and charge in return, If a user renew an issue with overdue, they system charge the fine at the return and charge again

Re: [Koha] double fines

2019-10-09 Thread Katrin Fischer
Hi, this is correct. Koha doesn't 'add the new fine' it always recalculates it from the due date. So if you pay a fine without returning or renewing the item, it will be back the next day. I current development would allow to renew at the time of the payment: *BugĀ 23051*

Re: [Koha] double fines

2019-10-08 Thread mus
Hello, I have some issue almost similar. We received some complaints from staff about user being double charged for fines. I notice the problem occur when users pay for their fines without returning books. for example they have 10.00 fines, they pay for the 10.00 without returning the items. Tomo

Re: [Koha] double fines

2019-05-09 Thread Renvoize, Martin
nexpected changes. > > > Arturo Longoria > Reference Librarian/Web Manager > Texas State Law Library > www.sll.texas.gov > > -Original Message- > From: Arturo Longoria > Sent: Wednesday, April 17, 2019 15:37 > To: Margo Duncan ; Renvoize, Martin < > martin

Re: [Koha] double fines

2019-04-29 Thread Arturo Longoria
From: Arturo Longoria Sent: Wednesday, April 17, 2019 15:37 To: Margo Duncan ; Renvoize, Martin ; Koha Subject: RE: [Koha] double fines Our library is still on 18.05.10, so I'm not sure it's specific to 18.11, unfortunately. A new related bug has been filed here, https://bugs.koha-

Re: [Koha] double fines

2019-04-17 Thread Arturo Longoria
15:31 To: Arturo Longoria ; Renvoize, Martin ; Koha Subject: RE: [Koha] double fines We run fines.pl hourly (it takes between 11 and 15 minutes to run) as well as CalculateFinesOnReturn set to Do and it's been set that way for a long time. We only started seeing the double fines si

Re: [Koha] double fines

2019-04-17 Thread Margo Duncan
From: Koha [mailto:koha-boun...@lists.katipo.co.nz] On Behalf Of Arturo Longoria Sent: Wednesday, April 17, 2019 8:53 AM To: Renvoize, Martin ; Koha Subject: Re: [Koha] double fines Our fines.pl job runs daily, but we don't have much circulation, so while I don't have the numbers on hand

Re: [Koha] double fines

2019-04-17 Thread Arturo Longoria
vide an update to this thread. Arturo Longoria Reference Librarian/Web Manager Texas State Law Library www.sll.texas.gov -Original Message- From: Koha On Behalf Of Renvoize, Martin Sent: Tuesday, April 16, 2019 02:42 To: Koha Subject: Re: [Koha] double fines For those experiencing

Re: [Koha] double fines

2019-04-16 Thread Renvoize, Martin
For those experiencing this issue, how often are you running fines.pl and what sort of overdues numbers are we talking about, does the job take minutes or hours to run to completion? It feels like we may have a race condition somewhere here. We do have a number of customers here with the fines job

Re: [Koha] double fines

2019-04-15 Thread Caroline Cyr-La-Rose
I've noticed this in the past too. I always tell administrators to choose EITHER * finesMode set to "Calculate and charge", with fines.pl set to run nightly, OR * CalculateFinesOnReturn set to "Do" Both turned on always gave me trouble. I thought it was meant to be a choice between calcul

Re: [Koha] double fines

2019-04-15 Thread Arturo Longoria
Library www.sll.texas.gov -Original Message- From: Koha On Behalf Of vikram zadgaonkar Sent: Sunday, April 14, 2019 21:02 To: Fischer, Katrin Cc: koha list Subject: Re: [Koha] double fines Hi, I am also facing same problem. I have enabled calculate fine on return. On Mon 15 Apr, 2019

Re: [Koha] double fines

2019-04-14 Thread vikram zadgaonkar
Hi, I am also facing same problem. I have enabled calculate fine on return. On Mon 15 Apr, 2019, 12:10 AM Katrin Fischer, wrote: > Hi Margo, > > I am not aware of any known bugs that fit your description. :( > > Maybe it could help to see the 2 lines in accountlines (F and FU) and > compare the

Re: [Koha] double fines

2019-04-14 Thread Katrin Fischer
Hi Margo, I am not aware of any known bugs that fit your description. :( Maybe it could help to see the 2 lines in accountlines (F and FU) and compare these. Do you have |CalculateFinesOnReturn enabled?| |Katrin | On 10.04.19 20:01, Margo Duncan wrote: Good afternoon, Recently we have some