Koha::Schema::Result::MarcOrderAccount
marc_order_accounts
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
unique identifier and primary key
data_type: 'varchar' is_nullable: 0 size: 250
description of this account
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
vendor id for this account
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
budget id for this account
data_type: 'mediumtext' is_nullable: 1
download directory for this account
data_type: 'integer' is_nullable: 1
the id of the match rule used (matchpoints.matcher_id)
data_type: 'varchar' is_nullable: 1 size: 50
how to handle duplicate records
data_type: 'varchar' is_nullable: 1 size: 50
how to handle records where no match is found
data_type: 'varchar' is_nullable: 1 size: 50
what to do with item records
data_type: 'tinyint' is_nullable: 1
should items be parsed
data_type: 'varchar' is_nullable: 1 size: 50
type of record in the file
data_type: 'varchar' is_nullable: 1 size: 50
file encoding
data_type: 'varchar' is_nullable: 1 size: 10
the field that a vendor account has been mapped to in a marc record
data_type: 'varchar' is_nullable: 1 size: 50
the value to be matched against the marc record
Type: belongs_to
Related object: Koha::Schema::Result::Aqbudget
Type: belongs_to
Related object: Koha::Schema::Result::Aqbookseller