StockRotationItems - Koha StockRotationItems Object class
StockRotationItems class used primarily by stockrotation .pls and the stock rotation cron script.
Standard Koha::Objects definitions, and additional methods.
my $report = $items->investigate;
Return a stockrotation report about this set of stockrotationitems.
In this part of the overall investigation process we split individual item reports into appropriate action segments of our items report and increment some counters.
The report generated here will be used on the stage level to slot our item reports into appropriate sections of the branched report.
For details of intent and context of this procedure, please see Koha::StockRotationRota->investigate.
Alex Sassmannshausen <alex.sassmannshausen@ptfs-europe.com>