The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

koha-overdue - Claim overdues each day, grouping same overdues

VERSION

version 0.065

DESCRIPTION

Process Koha overdues.

The script requires to operate a configuration file (config.yaml) located in Koha etc/overdue directory.

USAGE

koha-overdue [--verbose|--help|--doit] process|clear|email|print

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.

email

Send by email all 'email' messages that are pending.

print

Print all 'print' messages that are pending.

AUTHOR

Frédéric Demians <f.demians@tamil.fr>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2020 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'