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.
Created attachment 139975 [details] Bug 24857: No words Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Comment on attachment 139975 [details] Bug 24857: No words >From 31ab4940449cec56bdb164e34c140b2f80c4c36a Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 9 Aug 2022 14:00:40 -0300 >Subject: [PATCH] Bug 24857: No words > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> > >https://bugs.koha-community.org/show_bug.cgi?id=31487 >--- > api/v1/swagger/swagger.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/api/v1/swagger/swagger.yaml b/api/v1/swagger/swagger.yaml >index b152a6f7df..597af62166 100644 >--- a/api/v1/swagger/swagger.yaml >+++ b/api/v1/swagger/swagger.yaml >@@ -584,7 +584,7 @@ tags: > - description: "Manage import batches\n" > name: import_batches > x-display-name: Import batches >- - description: "Manate item groups\n" >+ - description: "Manage item groups\n" > name: item_groups > x-displayName: Item groups > - description: "Manage items\n" >-- >2.25.1
Created attachment 139976 [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
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
(In reply to Thibaud Guillot from comment #1) > Created attachment 139975 [details] > Bug 24857: No words > > Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Sorry for this mistake I missed my attachment
No longer applies to current master.