NAME
koha-overdue - Claim overdues each day, grouping same overdues
VERSION
version 0.073
DESCRIPTION
Process Koha overdues.
The script requires to operate a configuration file (config.yaml) located in Koha etc/overdue directory.
USAGE
PARAMETERS
- --doit
-
Do effectively the required action. Otherwise show what the action would do.
- --verbose|-v
-
Enable script verbose mode.
- --help|-h
-
Print this help page.
ACTIONS
- process
-
Process all overdues.
- clear
-
Delete from message_queue table all messages that have been added the last hours, that are 'email' or 'print' message with 'pending' status.
-
Send by email all 'email' messages that are pending.
-
Print all 'print' messages that are pending.
AUTHOR
Frédéric Demians <f.demians@tamil.fr>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2024 by Fréderic Démians.
This is free software, licensed under:
The GNU General Public License, Version 3, June 2007
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 107:
'=item' outside of any '=over'