Koha::Schema::Result::Iso18626Request
iso18626_requestsdata_type: 'integer' is_auto_increment: 1 is_nullable: 0
Internal request number
accessor: 'supplying_agency_id' data_type: 'varchar' is_nullable: 1 size: 80
Supplying agency ID
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
Associated ISO18626 requesting agency
data_type: 'timestamp' datetime_undef_if_invalid: 1 default_value: current_timestamp is_nullable: 0
Date and time the request was created
data_type: 'timestamp' datetime_undef_if_invalid: 1 default_value: current_timestamp is_nullable: 0
Date and time the request was last updated
accessor: 'requesting_agency_request_id' data_type: 'varchar' is_nullable: 1 size: 80
Requesting agency request ID or number
data_type: 'enum'
default_value: 'RequestReceived'
extra: {list => ["RequestReceived","ExpectToSupply","WillSupply","Loaned","Overdue","Recalled","RetryPossible","Unfilled","HoldReturn","ReleaseHoldReturn","CopyCompleted","LoanCompleted","CompletedWithoutReturn","Cancelled"]}
is_nullable: 1
Current ISO18626 status of request
data_type: 'enum'
extra: {list => ["Copy","Loan","CopyOrLoan"]}
is_nullable: 0
ISO18626 service type
data_type: 'enum'
extra: {list => ["Cancel","Renew"]}
is_nullable: 1
ISO18626 Requesting Agency action that requires a manual response (yes or no)
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
ID of the hold related to this ISO18626 request
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
ID of the checkout related to this ISO18626 request
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
ID of the biblio related to this ISO18626 request
uniq_issue_iduniq_reserve_idType: belongs_to
Related object: Koha::Schema::Result::Biblio
Type: belongs_to
Related object: Koha::Schema::Result::Reserve
Type: has_many
Related object: Koha::Schema::Result::Iso18626Message
Type: belongs_to
Related object: Koha::Schema::Result::Iso18626RequestingAgency
Type: belongs_to
Related object: Koha::Schema::Result::Issue
Missing POD for koha_object_class.
Missing POD for koha_objects_class.