<<

NAME

StockRotationStages - Koha StockRotationStages Object class

SYNOPSIS

StockRotationStages 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 = $stages->investigate($rota_so_far);

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

For details of intent and context of this procedure, please see Koha::StockRotationRota->investigate.

_type

object_class

AUTHOR

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

<<