Koha::Schema::Result::Aqbasket
aqbasket
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
primary key, Koha defined number
data_type: 'varchar' is_nullable: 1 size: 50
name given to the basket at creation
data_type: 'longtext' is_nullable: 1
the internal note added at basket creation
data_type: 'longtext' is_nullable: 1
the vendor note added at basket creation
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
links this basket to the aqcontract table (aqcontract.contractnumber)
data_type: 'date' datetime_undef_if_invalid: 1 is_nullable: 1
the date the basket was created
data_type: 'date' datetime_undef_if_invalid: 1 is_nullable: 1
the date the basket was closed
data_type: 'integer' default_value: 1 is_foreign_key: 1 is_nullable: 0
the Koha assigned ID for the vendor (aqbooksellers.id)
data_type: 'varchar' is_nullable: 1 size: 10
the borrowernumber of the person who created the basket
data_type: 'longtext' is_nullable: 1
appears to always be NULL
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
links this basket to its group (aqbasketgroups.id)
data_type: 'varchar' is_nullable: 1 size: 10
basket delivery place
data_type: 'varchar' is_nullable: 1 size: 10
basket billing place
data_type: 'varchar' is_foreign_key: 1 is_nullable: 1 size: 10
basket branch
data_type: 'tinyint' default_value: 0 is_nullable: 0
orders in this basket are standing
data_type: 'enum' extra: {list => ["ordering","receiving","cataloguing"]} is_nullable: 1
when items should be created for orders in this basket
Type: has_many
Related object: Koha::Schema::Result::Aqbasketuser
Type: has_many
Related object: Koha::Schema::Result::Aqorder
Type: belongs_to
Related object: Koha::Schema::Result::Aqbasketgroup
Type: belongs_to
Related object: Koha::Schema::Result::Aqbookseller
Type: belongs_to
Related object: Koha::Schema::Result::Branch
Type: belongs_to
Related object: Koha::Schema::Result::Aqcontract
Type: has_many
Related object: Koha::Schema::Result::EdifactMessage
Type: many_to_many
Composing rels: "aqbasketusers" -> borrowernumber