Koha::Schema::Result::Stockrotationstage
stockrotationstages
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
Unique stage ID
data_type: 'integer' is_nullable: 0
The position of this stage within its rota
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
The rota this stage belongs to
data_type: 'varchar' is_foreign_key: 1 is_nullable: 0 size: 10
Branch this stage relates to
data_type: 'integer' default_value: 4 is_nullable: 0
The number of days items shoud occupy this stage
Type: belongs_to
Related object: Koha::Schema::Result::Branch
Type: belongs_to
Related object: Koha::Schema::Result::Stockrotationrota
Type: has_many
Related object: Koha::Schema::Result::Stockrotationitem