Bug 32276 - Customize notice recipients
Summary: Customize notice recipients
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Notices (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-18 19:48 UTC by Christopher Brannon
Modified: 2022-11-18 23:52 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Brannon 2022-11-18 19:48:43 UTC
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?
Comment 1 Andrew Fuerste-Henry 2022-11-18 20:19:36 UTC
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.
Comment 2 Christopher Brannon 2022-11-18 23:52:54 UTC
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).