[Bug 18161] New: Option to completely disable advance notice on loans with auto renewal
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18161 Bug ID: 18161 Summary: Option to completely disable advance notice on loans with auto renewal Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Notices Assignee: koha-bugs@lists.koha-community.org Reporter: stefan.berndtsson@ub.gu.se QA Contact: testopia@bugs.koha-community.org Some background. In our current library system, we use long loans (loans with a guaranteed minimum due date, but a much much longer hard due date), with a recall function. This is only in use for parts of the content. Koha does not support this, so we're looking at using auto renewal as a method to give a reasonable resemblance of long loans. We also want advance notices to be sent when the due date is about to arrive, but having an advance notice and then an automatic renewal shortly after will produce a multitude of notices that will be considered as faulty by the end user. The suggested solution to this is an option to simply disable advance notices for loans where auto renewal is active. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18161 --- Comment #1 from Stefan Berndtsson <stefan.berndtsson@ub.gu.se> --- Created attachment 60593 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=60593&action=edit Option for disabling advance notice when auto_renew is set on item that is due soon When SysPref is set to 'Do not send' no advance notice will be sent when item is issued with auto renewal -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18161 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I think one of our libraries uses a combination of 'no renewal before' in circulation conditions that is set to a higher (or same?) value than the advance notice. In fact, the job for automatic renewals runs before the advance notices job, so you can do some timing there. This way the renewal will be tried before the advance notice is sent out. If the renewal is successful - no reminder is needed. If it is not, the reminder will be sent out. This has the advantage of still being able to remind, when it's needed. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18161 --- Comment #3 from Stefan Berndtsson <stefan.berndtsson@ub.gu.se> --- (In reply to Katrin Fischer from comment #2)
I think one of our libraries uses a combination of 'no renewal before' in circulation conditions that is set to a higher (or same?) value than the advance notice. In fact, the job for automatic renewals runs before the advance notices job, so you can do some timing there.
Just to clarify, since the above doesn't exactly match my knowledge of "no renewal before" (should be loanperiod-noticedays, right?). If we have a loan period of 30 days, an advance notice value of 2 days, I should set the no renewal before to 28 (or to be on the safe side, 27) days? Similarly for a 7 day loan, I'd set 5 or 4 days there. Sounds plausible. I'll run it by our testers to see. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18161 --- Comment #4 from Katrin Fischer <katrin.fischer@bsz-bw.de> ---
Just to clarify, since the above doesn't exactly match my knowledge of "no renewal before" (should be loanperiod-noticedays, right?).
If we have a loan period of 30 days, an advance notice value of 2 days, I should set the no renewal before to 28 (or to be on the safe side, 27) days?
Similarly for a 7 day loan, I'd set 5 or 4 days there.
Sounds plausible. I'll run it by our testers to see.
I haven't tested it out, so I might be off by +-1, but the 'no renewal before' is counted from the due date. So if you put 2 there, the renewal will be tried 2 days before the item woudl be due. It might still need some improvement for you to work as you want exactly, but I thought sharing this might help as a workaround at least and maybe more. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18161 Niamh <niamh.walker-headon@it-tallaght.ie> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |niamh.walker-headon@it-tall | |aght.ie -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18161 --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Stefan, did you figure out a workflow that works for your library with the 'no renewal before' or is this still needed? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18161 Stefan Berndtsson <stefan.berndtsson@ub.gu.se> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|NEW |RESOLVED --- Comment #6 from Stefan Berndtsson <stefan.berndtsson@ub.gu.se> --- Wow. This is from long before (more than a year before) we started actually using Koha in production. :) I don't think we've ever used this patch, so I'll just set it to resolved/wontfix for now. I can't see a use for this really. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org