Koha::Schema::Result::ArticleRequest
article_requests
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
data_type: 'varchar' is_foreign_key: 1 is_nullable: 1 size: 10
data_type: 'mediumtext' is_nullable: 1
data_type: 'mediumtext' is_nullable: 1
data_type: 'mediumtext' is_nullable: 1
data_type: 'mediumtext' is_nullable: 1
data_type: 'mediumtext' is_nullable: 1
data_type: 'mediumtext' is_nullable: 1
data_type: 'mediumtext' is_nullable: 1
data_type: 'mediumtext' is_nullable: 1
data_type: 'enum' default_value: 'REQUESTED' extra: {list => ["REQUESTED","PENDING","PROCESSING","COMPLETED","CANCELED"]} is_nullable: 0
data_type: 'mediumtext' is_nullable: 1
data_type: 'enum' default_value: 'PHOTOCOPY' extra: {list => ["PHOTOCOPY","SCAN"]} is_nullable: 0
data_type: 'mediumtext' is_nullable: 1
data_type: 'varchar' is_nullable: 1 size: 80
optional authorised value AR_CANCELLATION
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
Debit line with cost for article scan request
data_type: 'timestamp' datetime_undef_if_invalid: 1 is_nullable: 1
Be careful with two timestamps in one table not allowing NULL
data_type: 'timestamp' datetime_undef_if_invalid: 1 default_value: current_timestamp is_nullable: 0
data_type: 'tinyint' default_value: 0 is_nullable: 0
borrower requested table of contents
Type: belongs_to
Related object: Koha::Schema::Result::Biblio
Type: belongs_to
Related object: Koha::Schema::Result::Borrower
Type: belongs_to
Related object: Koha::Schema::Result::Branch
Type: belongs_to
Related object: Koha::Schema::Result::Accountline
Type: belongs_to
Related object: Koha::Schema::Result::Item