Bug 19192 - Update default DUEDGST and PREDUEDGST notices
Summary: Update default DUEDGST and PREDUEDGST notices
Status: ASSIGNED
Alias: None
Product: Koha
Classification: Unclassified
Component: Notices (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: David Roberts
QA Contact: Testopia
URL:
Keywords: Academy
Depends on:
Blocks:
 
Reported: 2017-08-28 16:01 UTC by Barton Chittenden
Modified: 2023-07-26 19:30 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:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Barton Chittenden 2017-08-28 16:01:44 UTC
The current default digest notices are

DUEDGST

You have <<count>> items due


PREDUEDGST

You have <<count>> items due soon

These are not terribly useful defaults -- the whole reason for having digest notices is to display item detail for items which are due or coming due.


I suggest the following instead:

DUEDGST

Dear <<borrowers.firstname>> <<borrowers.surname>>,

You have <<count>> items due:

<<items.content>>


PREDUEDGST

Dear <<borrowers.firstname>> <<borrowers.surname>>,

You have <<count>> items due soon:

<<items.content>>
Comment 1 Katrin Fischer 2023-07-26 19:22:35 UTC
We should update the sample notices, but not 'like that' but using TT. 

See bug 25763.