<<

NAME

StockRotationRotas - Koha StockRotationRotas Object class

SYNOPSIS

StockRotationRotas class used primarily by stockrotation .pls and the stock rotation cron script.

DESCRIPTION

Standard Koha::Objects definitions, and additional methods.

API

Class Methods

investigate

  my $report = $rotas->investigate;

Return a report detailing the current status and required actions for all relevant items spread over rotas.

See Koha::StockRotationRota->investigate for details.

_type

object_class

AUTHOR

Alex Sassmannshausen <alex.sassmannshausen@ptfs-europe.com>

<<