Koha::Util::StockRotation - utility class with routines for Stock Rotation
returns all branches ordered by branchname as an array, each element contains a hashref containing branch details
returns an arrayref of StockRotationStage objects representing all stages for a passed rota
given an item's ID & stage ID toggle that item's in_demand status on that stage
given an item's ID and stage ID, move it to the next stage on the rota
given an item's ID & stage ID, remove that item from that stage
take an arrayref of barcodes and a status hashref and populate it
take an arrayref of Koha::Item objects and add them to the passed rota
Andrew Isherwood <andrew.isherwood@ptfs-europe.com>