View | Details | Raw Unified | Return to bug 11344
Collapse All | Expand All

(-)a/misc/cronjobs/advance_notices.pl (-20 / +3 lines)
Lines 19-32 Link Here
19
19
20
=head1 NAME
20
=head1 NAME
21
21
22
advance_notices.pl - cron script to put item due reminders into message queue
22
advance_notices.pl - prepare messages to be sent to patrons for nearly due, or due, items
23
23
24
=head1 SYNOPSIS
24
=head1 SYNOPSIS
25
25
       advance_notices.pl
26
./advance_notices.pl -c
26
         [ -n ][ -m <number of days> ][ --itemscontent <comma separated field list> ][ -c ]
27
28
or, in crontab:
29
0 1 * * * advance_notices.pl -c
30
27
31
=head1 DESCRIPTION
28
=head1 DESCRIPTION
32
29
Lines 62-76 use Koha::Items; Link Here
62
use Koha::Libraries;
59
use Koha::Libraries;
63
use Koha::Patrons;
60
use Koha::Patrons;
64
61
65
=head1 NAME
66
67
advance_notices.pl - prepare messages to be sent to patrons for nearly due, or due, items
68
69
=head1 SYNOPSIS
70
71
advance_notices.pl
72
  [ -n ][ -m <number of days> ][ --itemscontent <comma separated field list> ][ -c ]
73
74
=head1 OPTIONS
62
=head1 OPTIONS
75
63
76
=over 8
64
=over 8
Lines 139-148 Defaults to 'item-issuebranch' Link Here
139
127
140
=back
128
=back
141
129
142
=head1 DESCRIPTION
143
144
This script is designed to alert patrons when items are due, or coming due
145
146
=head2 Configuration
130
=head2 Configuration
147
131
148
This script pays attention to the advanced notice configuration
132
This script pays attention to the advanced notice configuration
149
- 

Return to bug 11344