Koha::Schema::Result::Aqcontact
aqcontacts
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
primary key and unique number assigned by Koha
data_type: 'varchar' is_nullable: 1 size: 100
name of contact at vendor
data_type: 'varchar' is_nullable: 1 size: 100
contact person's position
data_type: 'varchar' is_nullable: 1 size: 100
contact's phone number
data_type: 'varchar' is_nullable: 1 size: 100
contact's alternate phone number
data_type: 'varchar' is_nullable: 1 size: 100
contact's fax number
data_type: 'varchar' is_nullable: 1 size: 100
contact's email address
data_type: 'longtext' is_nullable: 1
notes related to the contact
data_type: 'tinyint' default_value: 0 is_nullable: 0
should this contact receive acquisition orders
data_type: 'tinyint' default_value: 0 is_nullable: 0
should this contact receive acquisitions claims
data_type: 'tinyint' default_value: 0 is_nullable: 0
should this contact receive serial claims
data_type: 'tinyint' default_value: 0 is_nullable: 0
is this the primary contact for acquisitions messages
data_type: 'tinyint' default_value: 0 is_nullable: 0
is this the primary contact for serials messages
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
Type: belongs_to
Related object: Koha::Schema::Result::Aqbookseller