[Bug 32276] New: Customize notice recipients
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32276 Bug ID: 32276 Summary: Customize notice recipients Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Notices Assignee: koha-bugs@lists.koha-community.org Reporter: cbrannon@cdalibrary.org QA Contact: testopia@bugs.koha-community.org It would be great, if in the notices, we had options for who receives notices. For example, what if, in each notice template, there were options of sending the notice to any combination of patron, library, or other e-mails (filled in on a field on that template). Perhaps we could indicate if each recipient should be a CC or BCC? -- 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=32276 Andrew Fuerste-Henry <andrewfh@dubcolib.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrewfh@dubcolib.org --- Comment #1 from Andrew Fuerste-Henry <andrewfh@dubcolib.org> --- This seems like a hard idea to implement with how Koha thinks about notices now. Generally, some event prompts Koha to go look for a letter with a given code and a borrower with a given borrowernumber, then send that letter to that borrower. So there'd need to be some mechanism for the letter-based value you've suggested to override the originally-intended recipient. Maybe instead there could be a new page in administration that lists events that trigger notices and allows one to set whether those go to patron or to staff? OR to both, actually, that could be helpful. We'd have to somehow tell it *which* staff. -- 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=32276 --- Comment #2 from Christopher Brannon <cbrannon@cdalibrary.org> --- Yes, thinking through this more, it would be a matter of determining for each template if the notice is going through the owning library, the issuing library, or the patron's home branch, and then determining the staff associated with that template and particular branch. I could envision a page that lists the available templates based on the selected library, and then setting settings/e-mails for each particular template. One could assume that the staff e-mails and selections associated with a template would be based on however the notice originally is sent to the patron (from owning library, the issuing library, or the patron's home branch). -- 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