Summary: | Limit Patron expiry notices by category | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Patrons | Assignee: | Bugs List <koha-bugs> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | gmcharlt, kelly, kyle.m.hall, siobhancottam |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
Nick Clemens (kidclamp)
2019-03-08 18:26:51 UTC
For example, libraries would like to be able to send Account Expiry to a group of patrons and not all the patrons that have account. Overdue notices are an excellent example of how Koha does this per patron category, however, the other notices - this can not be done. It would also be useful to be able to only send relevant notices i.e. if a user's account is due to expire and they have items on loan. It is causing confusion among our users that they are receiving emails when they haven't borrowed anything. Even if I change the wording of the notice, it is still not good customer service to send unnecessary emails. It can be limited using the where option in the cronjob or a TT trick, but it would be much nicer if we had a multi-select list of patron categories. |