Koha::Schema::Result::Branchtransfer
branchtransfers
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
primary key
data_type: 'integer' default_value: 0 is_foreign_key: 1 is_nullable: 0
the itemnumber that it is in transit (items.itemnumber)
data_type: 'timestamp' datetime_undef_if_invalid: 1 default_value: current_timestamp is_nullable: 0
the date the transfer was requested
data_type: 'datetime' datetime_undef_if_invalid: 1 is_nullable: 1
the date the transfer was initialized
data_type: 'varchar' default_value: (empty string) is_foreign_key: 1 is_nullable: 0 size: 10
the branch the transfer is coming from
data_type: 'datetime' datetime_undef_if_invalid: 1 is_nullable: 1
the date the transfer arrived at its destination
data_type: 'datetime' datetime_undef_if_invalid: 1 is_nullable: 1
the date the transfer was cancelled
data_type: 'varchar' default_value: (empty string) is_foreign_key: 1 is_nullable: 0 size: 10
the branch the transfer was going to
data_type: 'longtext' is_nullable: 1
any comments related to the transfer
data_type: 'enum' extra: {list => ["Manual","StockrotationAdvance","StockrotationRepatriation","ReturnToHome","ReturnToHolding","RotatingCollection","Reserve","LostReserve","CancelReserve","TransferCancellation","Recall","RecallCancellation"]} is_nullable: 1
what triggered the transfer
data_type: 'enum' extra: {list => ["Manual","StockrotationAdvance","StockrotationRepatriation","ReturnToHome","ReturnToHolding","RotatingCollection","Reserve","LostReserve","CancelReserve","ItemLost","WrongTransfer","RecallCancellation"]} is_nullable: 1
what triggered the transfer cancellation
Type: belongs_to
Related object: Koha::Schema::Result::Branch
Type: belongs_to
Related object: Koha::Schema::Result::Item
Type: belongs_to
Related object: Koha::Schema::Result::Branch