Koha/misc/cronjobs
Jesse Weaver 63e871dd40 Bug 3482 Allow hold notices to be sent in print form
This is done by saving the notices in the message_queue table with
type 'print'. The notices are generated from a notice named
HOLD_PRINT. At the end of the day, they are dumped to an HTML file and
marked as sent by a new cronjob.

This setup is intended to be temporary; modules/batch/ shouldn't be around
forever.

Mandatory SQL:
INSERT INTO message_transport_types (message_transport_type) values ('print');
2010-02-22 10:52:04 -05:00
..
holds bug 1532: various code cleanup 2010-02-18 22:49:48 -05:00
rss bug 2864 [2/2]: move rss/* to misc/cronjobs/rss/* 2008-12-17 08:02:34 -06:00
stats monthly_circulation_statistics.pl :Hard Coded date inside 2010-01-28 15:11:56 +01:00
advance_notices.pl Changes to advance_notices.pl cronjob 2009-12-20 14:28:52 +01:00
backup.sh add single-transaction flag to mysqldump in example backup script. 2008-06-03 06:00:49 -05:00
build_browser_and_cloud.pl Silence extraneous messages when in batch mode on build_browser_and_cloud.pl 2009-09-29 19:13:46 -04:00
cart_to_shelf.pl bug 3481: imporve cart_to_shelf.pl 2009-08-23 13:07:33 -04:00
check-url.pl Bug 2959 - Add a timeout parameter to the URL checker 2010-02-16 06:48:01 -05:00
cleanup_database.pl Created database-tidying cron script 2009-08-02 11:25:44 -04:00
cloud-kw.pl Fixes bug #2875 2008-12-31 09:47:57 -06:00
cloud-sample.conf Fixes bugs #2875-2879 2008-12-29 19:59:44 -06:00
create_koc_db.pl Updated create_koc_db.pl 2010-01-15 10:00:36 +01:00
crontab.example bug 1532: various code cleanup 2010-02-18 22:49:48 -05:00
fines.pl Modified write in fines.pl to silence message unless verbose is set. 2009-08-12 21:31:45 -04:00
gather_print_notices.pl Bug 3482 Allow hold notices to be sent in print form 2010-02-22 10:52:04 -05:00
j2a.pl installer: command-line scripts improve finding C4 modules 2007-12-17 09:13:54 -06:00
longoverdue.pl Bug 2883 - longoverdue cronjob fails to implement required functionality. 2009-03-05 10:30:29 -06:00
MARC21_parse_test.pl Script to check for corruption of marcxml, and optionally to attempt fix. 2009-05-12 05:21:11 -05:00
notifyMailsOp.pl Still fixing permission and first line of scripts 2008-08-20 20:23:54 -05:00
overdue_notices.pl Modified to use dirspec only 2010-02-22 10:51:36 -05:00
printoverdues.sh MT2268 Printing html notices on pdf printers 2010-01-28 15:11:56 +01:00
process_message_queue.pl Usage option correction (-h not -n) 2008-08-28 09:22:55 -05:00
runreport.pl Bug 3090 - Add perldoc details 2009-04-08 12:30:53 -05:00
serialsUpdate.pl (bug #3020) forgotten cronjob 2009-05-22 13:46:36 -05:00
services_throttle.pl Minor updates to minor cronjob script. 2008-12-31 09:47:54 -06:00
smsoverdues.pl No 'BOM' marker for a script file 2008-08-20 20:23:54 -05:00
zebraqueue_start.pl installer: command-line scripts improve finding C4 modules 2007-12-17 09:13:54 -06:00