Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
digibib
koha-docker
Commits
9801b865
Commit
9801b865
authored
Jun 12, 2018
by
Benjamin Rokseth
Browse files
Cronjobs: replace fines and overdue_notices, rearrange order
parent
f3f7ffe1
Changes
2
Hide whitespace changes
Inline
Side-by-side
files/cronjobs/daily-koha-common
View file @
9801b865
...
...
@@ -16,8 +16,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
koha-foreach
--enabled
/usr/share/koha/bin/cronjobs/automatic_renewals.pl
koha-foreach
--enabled
/usr/share/koha/bin/cronjobs/fines.pl
#
to be
replaced by /cronjobs/purresaker.pl
koha-foreach
--enabled
--email
/usr/share/koha/bin/cronjobs/overdue_notices.pl
-t
#
to be
replaced by /cronjobs/overdue_messages.pl
#
koha-foreach --enabled /usr/share/koha/bin/cronjobs/fines.pl # replaced by /cronjobs/purresaker.pl
#
koha-foreach --enabled --email /usr/share/koha/bin/cronjobs/overdue_notices.pl -t # replaced by /cronjobs/overdue_messages.pl
koha-foreach
--enabled
--email
/usr/share/koha/bin/cronjobs/advance_notices.pl
-c
-itemscontent
title,author
koha-foreach
--enabled
/usr/share/koha/bin/cronjobs/membership_expiry.pl
-c
koha-foreach
--enabled
/usr/share/koha/bin/cronjobs/j2a.pl
-v
-f
=
B
-t
=
V
...
...
files/cronjobs/deichman-koha-common.tmpl
View file @
9801b865
...
...
@@ -54,6 +54,21 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
##############
0 2 * * * root koha-foreach --enabled /usr/share/koha/bin/cronjobs/longoverdue.pl --lost 35=12 --charge 12 --maxdays=36 --confirm
##############
# Kemnersaker + Send reports to email
# -e email to receive report (can be multiple)
# -s store results in koha
##############
00 04 * * * root koha-foreach --enabled /cronjobs/kemnersaker.sh
45 04 * * * root koha-foreach --enabled /cronjobs/send_reports.sh -s -e benjamin.rokseth@kul.oslo.kommune.no -e kirsten.partapuoli@kem.oslo.kommune.no -e raakel.rosenborg@kul.oslo.kommune.no -e cecilie.bergh@kul.oslo.kommune.no
##############
# purresaker and overdue messages
# Replacing fines.pl cronjob, managing purresaker and purresaker_issues table - fines and overdue messages for patrons
##############
0 05 * * * root koha-foreach --enabled /cronjobs/purresaker.pl
15 05 * * * root koha-foreach --enabled /cronjobs/overdue_messages.pl
##############
# Process notice with transport type 'print' to print service
# --update_status set status to sent or failed
...
...
@@ -77,21 +92,6 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
15 3 * * * root koha-foreach --enabled /usr/share/koha/bin/cronjobs/holds/cancel_expired_holds.pl
45 3 * * * root koha-foreach --enabled /usr/share/koha/bin/cronjobs/holds/auto_unsuspend_holds.pl
##############
# purresaker and overdue messages
# Replacing fines.pl cronjob, managing purresaker and purresaker_issues table - fines and overdue messages for patrons
##############
#40 0 * * * root koha-foreach --enabled /cronjobs/purresaker.pl
#55 0 * * * root koha-foreach --enabled /cronjobs/overdue_messages.pl
##############
# Run sql reports to email
# -e email to receive report (can be multiple)
# -s store results in koha
##############
00 07 * * * root koha-foreach --enabled /cronjobs/kemnersaker.sh
45 07 * * * root koha-foreach --enabled /cronjobs/send_reports.sh -s -e benjamin.rokseth@kul.oslo.kommune.no -e kirsten.partapuoli@kem.oslo.kommune.no -e raakel.rosenborg@kul.oslo.kommune.no -e cecilie.bergh@kul.oslo.kommune.no
##############
# Send hold waiting reminder
# --days days waiting hold has been waiting
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment