Summary: | Add option to trigger 'Welcome mail' manually | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Patrons | Assignee: | Martin Renvoize (ashimema) <martin.renvoize> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | enhancement | ||
Priority: | P4 | CC: | barbara.johnson, baselibrary.consortium, dcook, fiona.borthwick, fridolin.somers, gmcharlt, hc, irma, jzairo, kelly, kyle.m.hall, kyle, lisettepalouse+koha, liz, lucy.vaux-harvey, m.de.rooy, mahsandu, martin.renvoize, severine.queune, veron |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13096 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18543 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23908 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29304 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30611 |
||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This enhancement adds a button to the more menu of the patron details page allowing staff to manually trigger sending the WELCOME notice to the user.
|
Version(s) released in: |
22.05.00
|
Circulation function: | |||
Bug Depends on: | 30237 | ||
Bug Blocks: | |||
Attachments: |
Bug 9097: Add option to manually send welcome email
Bug 9097: Add option to manually send welcome email Bug 9097: Add option to manually send welcome email |
Description
Katrin Fischer
2012-11-16 10:49:08 UTC
AutoEmailOpacUser will only work, if you create a new patron from scratch and finish the registering process in one session. If you use patron data import no mails are sent out when the account is created. If I understood correctly the library wanted an option to do it manually or when actually activating an account. You could, in theory, have the email grab the circ rules for that patron category from the actual rules, so they are always right (as of the time the email is sent). I like this idea quite a lot. One of our customers reported that they were not receiving these welcome email messages either. As it turns out they leave the username and password fields blank and Koha generates them upon saving. So in effect I suppose that this is a 2 stage registration too but it would be nice if the email could be sent. After all they want the username and password generated automatically for a reason. It also makes sense that an email is sent if username and password are generated automatically as the borrower will need to know this information as it is not entered manually. Hi Fiona, we were thinking about a new feature here - not quite the same as the ACCTDETAILS. Maybe it would be good to file a separate bug about the problems you describe? I know that the email is often not send because people miss filling in one of the required fields the first go. Having a look at how to improve this would be good. It seems odd to me that the AutoEmailOpacUser preference ONLY works if you're adding someone from the staff interface. A more comprehensive solution might add a flag to the patron account so that a cron job could send the notice to any new (unflagged) accounts periodically, whether they were created by self-registration, patron import, or manually via the staff interface. If we did it like that it would be relatively easy to trigger the re-sending of a notice by toggling the flag on the patron's acccount, thereby putting them back into the notification queue. (In reply to Owen Leonard from comment #5) > It seems odd to me that the AutoEmailOpacUser preference ONLY works if > you're adding someone from the staff interface. A more comprehensive > solution might add a flag to the patron account so that a cron job could > send the notice to any new (unflagged) accounts periodically, whether they > were created by self-registration, patron import, or manually via the staff > interface. > > If we did it like that it would be relatively easy to trigger the re-sending > of a notice by toggling the flag on the patron's acccount, thereby putting > them back into the notification queue. +1 +1 Sending a welcome email is a really great way to engage new users. Owen's suggestion for how this could work sounds great. This would be good for self-registered patrons too. I feel like there is a separate bugzilla ticket for that... I agree it would be good if the Welcome email could be sent to self-registered patrons (without the password included - see bug 27812). We have library customers who would like to use this facility. Right.. bug 27812 is now PQA and will now send a notice whenever a new patron is added via the staff client via memberentry.. and bug 17648 is signed off and moves the notice into the message queue.. Now it's time to come back to this and look at enabling the notice in some other places, like patron imports, opac registrations (maybe at the confirmation stage?) etc. Patron imports done.. see bug 29005 Self registration done, bug 30214 Does that cover everything? (In reply to Martin Renvoize from comment #13) > Does that cover everything? Almost! I think the original idea here was to have a button for manual sending/resending of a notice. So maybe we could add that to the 'More' menu if possible? It could also be useful if patrons don't give an email address at first, but add one later. Good call.. I can try to add that one lunchtime this week :) Created attachment 131493 [details] [review] Bug 9097: Add option to manually send welcome email This patch adds a new 'Send welcome email' option to the 'More' dropdown menu in the patrons toolbar. Clicking the button will queue the welcome email again for the patron and redirect the user to the Notices tab to view it's contents. Created attachment 131518 [details] [review] Bug 9097: Add option to manually send welcome email This patch adds a new 'Send welcome email' option to the 'More' dropdown menu in the patrons toolbar. Clicking the button will queue the welcome email again for the patron and redirect the user to the Notices tab to view it's contents. Hopefully that ticks the box for people :) Signed off, the dev box I was using didn't automatically send the update. The patch works as expected. Created attachment 132916 [details] [review] Bug 9097: Add option to manually send welcome email This patch adds a new 'Send welcome email' option to the 'More' dropdown menu in the patrons toolbar. Clicking the button will queue the welcome email again for the patron and redirect the user to the Notices tab to view it's contents. Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com> Signed-off-by: Jessie Zairo <jzairo@bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Added Kelly's, Jessie's and my sign-off line here and this can be considered PQA, but have to move to BLOCKED for now until we have ironed out some glitches in the dependent bug. The blocking bugs are now PQA so resetting this one too. Pushed to master for 22.05, thanks to everybody involved [U+1F984] |