Koha::Schema::Result::Illrequest
illrequests
data_type: 'bigint' extra: {unsigned => 1} is_auto_increment: 1 is_nullable: 0
ILL request number
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
Patron associated with request
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
Potential bib linked to request
data_type: 'integer' is_nullable: 1
Deleted bib linked to request
data_type: 'datetime' datetime_undef_if_invalid: 1 is_nullable: 1
Custom date due specified by backend, leave NULL for default date_due calculation
data_type: 'varchar' is_foreign_key: 1 is_nullable: 0 size: 50
The branch associated with the request
data_type: 'varchar' is_nullable: 1 size: 50
Current Koha status of request
data_type: 'varchar' is_foreign_key: 1 is_nullable: 1 size: 80
Foreign key to relevant authorised_values.authorised_value
data_type: 'date' datetime_undef_if_invalid: 1 is_nullable: 1
Date the request was placed
data_type: 'date' datetime_undef_if_invalid: 1 is_nullable: 1
Last API response
data_type: 'timestamp' datetime_undef_if_invalid: 1 default_value: current_timestamp is_nullable: 0
data_type: 'date' datetime_undef_if_invalid: 1 is_nullable: 1
Date the request was completed
data_type: 'varchar' is_nullable: 1 size: 30
The Koha request type
data_type: 'varchar' is_nullable: 1 size: 500
Potential URL for accessing item
data_type: 'varchar' is_nullable: 1 size: 20
Quotes cost of request
data_type: 'varchar' is_nullable: 1 size: 20
Final cost of request
data_type: 'mediumtext' is_nullable: 1
Patron notes attached to request
data_type: 'mediumtext' is_nullable: 1
Staff notes attached to request
data_type: 'varchar' is_nullable: 1 size: 50
Backend id attached to request
data_type: 'varchar' is_nullable: 1 size: 20
The backend used to create request
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
Optional ID of batch that this request belongs to
Type: belongs_to
Related object: Koha::Schema::Result::Illbatch
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: has_many
Related object: Koha::Schema::Result::Illcomment
Type: has_many
Related object: Koha::Schema::Result::Illrequestattribute
Type: belongs_to
Related object: Koha::Schema::Result::AuthorisedValue