Bug 32643 - Send patron a notification of a new OPAC note
Summary: Send patron a notification of a new OPAC note
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-16 17:46 UTC by Lari Taskula
Modified: 2023-05-23 08:21 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lari Taskula 2023-01-16 17:46:44 UTC
Staff members can add notes to a patron via "Add message" button in patron details. This can either be an internal message for staff only, or it can also be visible to the patron in OPAC. When visible in OPAC, it would be useful to also notify patrons of the new note through other communication methods, like email or sms.
Comment 1 Lari Taskula 2023-01-16 17:57:52 UTC
I propose adding a new message attribute such as OPAC_Message, making this type of message configurable in patron messaging preferences. The form itself would get a new dropdown menu "Send notification" with the following options

- Do not send (default)
- Notify of a new OPAC message (this would inform patron there is a new message and a link to OPAC to see it, GDPR friendly)
- Send message content (this would send the message content as is)

Default option could be configurable through a system preference.