From 888c2dfb6eb1058e13f99330179ec237523d804c Mon Sep 17 00:00:00 2001 From: Lee Jamison Date: Thu, 5 Oct 2017 19:10:07 +0000 Subject: [PATCH] Update 16_cron_jobs.rst --- en/source/16_cron_jobs.rst | 139 +++++-------------------------------------- 1 files changed, 17 insertions(+), 122 deletions(-) diff --git a/en/source/16_cron_jobs.rst b/en/source/16_cron_jobs.rst index 55aa733..ef7896f 100644 --- a/en/source/16_cron_jobs.rst +++ b/en/source/16_cron_jobs.rst @@ -226,32 +226,6 @@ renewal with your :ref:`circulation and fine rules -f= -t= ] - -Options: - ---help brief help message - ---man full documentation - --v verbose mode - --n take no action, display only - --b only deal with patrons from this library/branch - --f change patron category from this category - --t change patron category to this category - -=head1 OPTIONS - ---help Print a brief help message and exits. - ---man Prints the manual page and exits. - --v Verbose. Without this flag set, only fatal errors are reported. - --n No Action. With this flag set, script will report changes but not -actually execute them on the database. - --b changes patrons for one specific branch. Use the value in the -branches.branchcode table. - --f \*required\* defines the juvenile category to update. Expects the -code from categories.categorycode. - --t \*required\* defines the category juvenile patrons will be converted -to. Expects the code from categories.categorycode. - -**DESCRIPTION** - -This script is designed to update patrons from juvenile to adult patron -types, remove the guarantor, and update their category codes -appropriately when they reach the upper age limit defined in the Patron -Categories. - -**USAGE EXAMPLES** - -"juv2adult.pl" - Suggests that you read this help. :) - -"juv2adult.pl" -b= -f= -t= - -Processes a single branch, and updates the patron categories from -fromcat to tocat. + **DESCRIPTION** + + This script is designed to update patrons from juvenile to adult patron + types, remove the guarantor, and update their category codes + appropriately when they reach the upper age limit defined in the Patron + Categories. -"juv2adult.pl" -f= -t= -v -n - Processes all -branches, shows all messages, and reports the patrons who would be -affected. Takes no action on the database. + **USAGE EXAMPLES** + + "juv2adult.pl" + + "juv2adult.pl" -b= -f= -t= + (Processes a single branch, and updates the patron categories from + category to category) + + "juv2adult.pl" -f= -t= -v -n (Processes all + branches, shows all messages, and reports the patrons who would be + affected. Takes no action on the database) .. _notices-label: @@ -427,33 +349,6 @@ Frequency suggestion: nightly This script does not actually send the notices. It queues them in the :ref:`message queue ` for later -.. _perl-documentation-advanced-notice-label: - -Perl Documentation -''''''''''''''''''''''''''''''''''''''''''' - -**NAME** - -advance\_notices.pl - cron script to put item due reminders into message -queue - -**SYNOPSIS** - -./advance\_notices.pl -c - -or, in crontab: 0 1 \* \* \* advance\_notices.pl -c - -**DESCRIPTION** - -This script prepares pre-due and item due reminders to be sent to -patrons. It queues them in the message queue, which is processed by the -process\_message\_queue.pl cronjob. The type and timing of the messages -can be configured by the patrons in their "My Alerts" tab in the OPAC. - -**METHODS** - -parse\_letter - .. _overdue-notice-label: Overdue Notice -- 1.7.2.5