StockRotationStages - Koha StockRotationStages Object class
StockRotationStages class used primarily by stockrotation .pls and the stock rotation cron script.
Standard Koha::Objects definitions, and additional methods.
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.
Alex Sassmannshausen <alex.sassmannshausen@ptfs-europe.com>