Koha/misc/cronjobs
Jonathan Druart 14fb70aa01 Bug 15705: Notify the user on auto renewing
When an issue is auto renewed, a notice will be sent to the patron.
The notice will tell if the renewed has been successfully done.

Note that this patch is not ready to be pushed yet, as it has some
defects:
- 1 notice per issue
- no way to disable the notice generation
- no way to specify patron categories to enable/disable the
  notifications

Test plan:
Use the automatic_renewals.pl script to auto renew issues.
If the auto renew has failed or succeeded, a notice will be generated in the
message_queue table.
If the error is "too_soon" or is the same as the previous error, the
notice won't be generated (we do not want to spam the patron).

Signed-off-by: Janet McGowan <janet.mcgowan@ptfs-europe.com>
Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2017-05-09 21:09:08 +00:00
..
holds
rss
social_data
thirdparty Bug 17762: Send lang to GetPreparedLetter 2017-05-09 20:56:41 +00:00
advance_notices.pl Bug 18554: Adjust a few typos including responsability 2017-05-09 21:03:22 +00:00
automatic_item_modification_by_age.pl
automatic_renewals.pl Bug 15705: Notify the user on auto renewing 2017-05-09 21:09:08 +00:00
backup.sh
batch_anonymise.pl Bug 16966: move parameters to hashref 2017-03-03 17:20:05 +00:00
build_browser_and_cloud.pl
cart_to_shelf.pl
check-url-quick.pl
check-url.pl
cleanup_database.pl Bug 18300: Delete missing upload records 2017-04-21 00:11:39 +00:00
cloud-kw.pl
cloud-sample.conf
CONFIGURE.gmail
create_koc_db.pl
crontab.example Bug 17669: Add new switch to crontab example and debian daily cron file 2017-04-21 13:55:25 -04:00
delete_expired_opac_registrations.pl Bug 16907: Koha::Patrons - Move DelMember to ->delete 2016-10-21 16:20:41 +00:00
delete_items.pl
delete_patrons.pl Bug 16907: Koha::Patrons - Move HandleDelBorrower to ->delete 2016-10-21 16:20:41 +00:00
delete_records_via_leader.pl Bug 17196 - (QA Followup) Use items from Koha::Biblio 2017-01-13 13:49:29 +00:00
delete_unverified_opac_registrations.pl Bug 16907: Koha::Patrons - Move DelMember to ->delete 2016-10-21 16:20:41 +00:00
edi_cron.pl
fines.pl
gather_print_notices.pl
import_webservice_batch.pl
j2a.pl
longoverdue.pl
membership_expiry.pl Bug 17762: Send lang to GetPreparedLetter 2017-05-09 20:56:41 +00:00
merge_authorities.pl Bug 9988: Refactor the cron script 2017-04-13 08:53:47 -04:00
nl-sync-from-koha.pl
nl-sync-to-koha.pl
notice_unprocessed_suggestions.pl Bug 17762: Send lang to GetPreparedLetter 2017-05-09 20:56:41 +00:00
overdue_notices.pl Bug 17952 - Lost items not skipped by overdue_notices.pl 2017-05-08 08:55:59 -04:00
printoverdues.sh
process_message_queue.pl
purge_suggestions.pl
remove_temporary_edifiles.pl
runreport.pl Bug 14365 - Populate never used saved_sql column last_run when execute_query is called 2017-03-31 13:54:22 +00:00
serialsUpdate.pl
services_throttle.pl
share_usage_with_koha_community.pl Bug 18066: Hea V2 2017-03-23 00:10:46 +00:00
sitemap.pl
staticfines.pl
update_totalissues.pl