Bug 31487 - Add emails to message queue by longoverdue script options
Summary: Add emails to message queue by longoverdue script options
Status: Patch doesn't apply
Alias: None
Product: Koha
Classification: Unclassified
Component: Command-line Utilities (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords: no-sandbox
Depends on:
Blocks:
 
Reported: 2022-08-30 08:29 UTC by Thibaud Guillot
Modified: 2024-02-15 21:45 UTC (History)
2 users (show)

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


Attachments
Bug 24857: No words (879 bytes, text/plain)
2022-08-30 09:59 UTC, Thibaud Guillot
Details
Bug 31487: Add an option to send by mail longoverdue items to borrowers (5.55 KB, patch)
2022-08-30 10:01 UTC, Thibaud Guillot
Details | Diff | Splinter Review
Bug 31487: Add an option to send by mail longoverdue items to borrowers (5.62 KB, patch)
2022-08-30 10:09 UTC, Thibaud Guillot
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Thibaud Guillot 2022-08-30 08:29:14 UTC
Some customers request the possibility of sending an additional reminder when processing longoverdues. I think this may be useful for some and given that it remains an option, it does not handicap those who do not want to use it.
Comment 1 Thibaud Guillot 2022-08-30 09:59:45 UTC
Created attachment 139975 [details]
Bug 24857: No words

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Comment 2 Thibaud Guillot 2022-08-30 10:00:38 UTC Comment hidden (obsolete)
Comment 3 Thibaud Guillot 2022-08-30 10:01:53 UTC Comment hidden (obsolete)
Comment 4 Thibaud Guillot 2022-08-30 10:09:00 UTC
Created attachment 139977 [details] [review]
Bug 31487: Add an option to send by mail longoverdue items to borrowers

Test plan:
1) You must have longoverdue items to one or many borrowers
2) You must create a notice template (Notices & slips section)
3) You can run the script misc/cronjobs/longoverdue.pl manually without
--mail option first (see -h or --help for more info about the script)
4) You must see an output with some longoverdues (step 1 required)
5) Now you can run the script with --mail option but like its specify in
"help" option you must add option --code="" (relative to your code
template) and --branchcode="".
6) Normally you will see after the classic output a new block with
emails added to the message queue and it will be sent on the next misc/cronjobs/process_message_queue.pl script iteration
Comment 5 Thibaud Guillot 2022-08-30 10:11:23 UTC Comment hidden (obsolete)
Comment 6 Lucas Gass 2024-02-15 21:45:55 UTC
No longer applies to current master.