Lines 119-125
overdues that could not be emailed are sent in CSV format to the admin.
Link Here
|
119 |
|
119 |
|
120 |
Produces html data. If patron does not have an email address or |
120 |
Produces html data. If patron does not have an email address or |
121 |
-n (no mail) flag is set, an HTML file is generated in the specified |
121 |
-n (no mail) flag is set, an HTML file is generated in the specified |
122 |
directory. This can be downloaded or futher processed by library staff. |
122 |
directory. This can be downloaded or further processed by library staff. |
123 |
The file will be called notices-YYYY-MM-DD.html and placed in the directory |
123 |
The file will be called notices-YYYY-MM-DD.html and placed in the directory |
124 |
specified. |
124 |
specified. |
125 |
|
125 |
|
Lines 127-133
specified.
Link Here
|
127 |
|
127 |
|
128 |
Produces plain text data. If patron does not have an email address or |
128 |
Produces plain text data. If patron does not have an email address or |
129 |
-n (no mail) flag is set, a text file is generated in the specified |
129 |
-n (no mail) flag is set, a text file is generated in the specified |
130 |
directory. This can be downloaded or futher processed by library staff. |
130 |
directory. This can be downloaded or further processed by library staff. |
131 |
The file will be called notices-YYYY-MM-DD.txt and placed in the directory |
131 |
The file will be called notices-YYYY-MM-DD.txt and placed in the directory |
132 |
specified. |
132 |
specified. |
133 |
|
133 |
|
Lines 268-274
overdues in the last 2 weeks for the MAIN library.
Link Here
|
268 |
=head1 SEE ALSO |
268 |
=head1 SEE ALSO |
269 |
|
269 |
|
270 |
The F<misc/cronjobs/advance_notices.pl> program allows you to send |
270 |
The F<misc/cronjobs/advance_notices.pl> program allows you to send |
271 |
messages to patrons in advance of thier items becoming due, or to |
271 |
messages to patrons in advance of their items becoming due, or to |
272 |
alert them of items that have just become due. |
272 |
alert them of items that have just become due. |
273 |
|
273 |
|
274 |
=cut |
274 |
=cut |