<<

NAME

StockRotationItems - Koha StockRotationItems Object class

SYNOPSIS

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

DESCRIPTION

Standard Koha::Objects definitions, and additional methods.

API

Class Methods

_type

object_class

investigate

  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.

AUTHOR

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

<<