<<

NAME

Koha::Schema::Result::Stockrotationitem

TABLE: stockrotationitems

ACCESSORS

itemnumber_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

Itemnumber to link to a stage & rota

stage_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

stage ID to link the item to

indemand

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

Should this item be skipped for rotation?

fresh

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

Flag showing item is only just added to rota

PRIMARY KEY

RELATIONS

itemnumber

Type: belongs_to

Related object: Koha::Schema::Result::Item

stage

Type: belongs_to

Related object: Koha::Schema::Result::Stockrotationstage

<<