Koha/misc
Ryan Higgins 4104c69757 Bug 2660: Add command-line options to overdue notice script.
This commit adds two options to the overdue_notices.pl script.
The notices are now generated in one of two modes: default or triggered.
In default mode, every time the script runs, a notice is generated if an item
is overdue within a notice date range.  This mode is suitable for a weekly cron
(or manual run), but the notice triggers should be syncronized with the cron script such that
the script is run once per notice date range.  Otherwise, duplicate messages will
be generated ( or no notice generated if a notice date range passes without the script being run).
Triggered mode is suitable for a nightly cron job: a notice is generated only on those
days that an overdue item enters a notice date range.  This mode is susceptible to message
loss when the cron script fails to run, or when notice triggers are edited.

A second flag is added: --list-all, which causes items.content to list all currently overdue items.
Without this flag, only items that are overdue within the given notice's date range are listed on
that notice.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2008-10-21 10:35:34 -05:00
..
bin Have zebrasrv log less 2008-08-13 16:37:07 -05:00
cronjobs Bug 2660: Add command-line options to overdue notice script. 2008-10-21 10:35:34 -05:00
installer_devel_notes/data/en/marcflavour
load_testing
maintenance Still fixing permission and first line of scripts 2008-08-20 20:23:54 -05:00
migration_tools Reduce logging from rebuild_zebra.pl with a command line option 2008-10-01 13:05:20 -05:00
release_notes Nomenclature cleanup prior to release 2008-08-10 16:40:37 -05:00
spellcheck_suggest kohabug 2345: bad comparisons pervade reports 2008-07-27 06:11:08 -05:00
translator Updates to the subtag registry for new translations 2008-08-10 09:45:05 -05:00
batchCompareMARCvsFrameworks.pl
batchDeleteUnusedSubfields.pl
batchImportMARCWithBiblionumbers.pl
batchRebuildBiblioTables.pl
batchRepairMissingBiblionumbers.pl
batchupdateISBNs.pl bugfixing batchupdateISBN.pl 2008-05-20 12:55:06 -05:00
check_sysprefs.pl
commit_biblios_file.pl
exportauth.pl bug 2615: remove unneeded 'require Exporter' 2008-09-26 09:05:08 -05:00
koha-install-log
kohalib.pl Still fixing permission and first line of scripts 2008-08-20 20:23:54 -05:00
link_bibs_to_authorities.pl bug 2258 - do not duplicate embedded items 2008-06-18 19:25:07 -05:00
perlmodule_ls.pl
perlmodule_rm.pl
sax_parser_print.pl
sax_parser_test.pl
stage_biblios_file.pl Add no-replace option to stage_biblios_file.pl, allowing incoming bibs to not overwrite existing bibs. 2008-07-18 13:22:31 -05:00
syspref-diff.pl Small script to identify syspref differences between languages (3). See 2008-06-09 06:42:00 -05:00
testKoha.pl