<<

NAME

Koha::Schema::Result::VendorEdiAccount

TABLE: vendor_edi_accounts

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

description

  data_type: 'mediumtext'
  is_nullable: 0

last_activity

  data_type: 'date'
  datetime_undef_if_invalid: 1
  is_nullable: 1

vendor_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

san

  data_type: 'varchar'
  is_nullable: 1
  size: 20

standard

  data_type: 'varchar'
  default_value: 'EUR'
  is_nullable: 1
  size: 3

id_code_qualifier

  data_type: 'varchar'
  default_value: 14
  is_nullable: 1
  size: 3

quotes_enabled

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

invoices_enabled

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

orders_enabled

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

responses_enabled

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

auto_orders

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

shipment_budget

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

plugin

  data_type: 'varchar'
  default_value: (empty string)
  is_nullable: 0
  size: 256

file_transport_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

po_is_basketname

  data_type: 'tinyint'
  default_value: 0
  is_nullable: 0

PRIMARY KEY

RELATIONS

edifact_messages

Type: has_many

Related object: Koha::Schema::Result::EdifactMessage

file_transport

Type: belongs_to

Related object: Koha::Schema::Result::FileTransport

shipment_budget

Type: belongs_to

Related object: Koha::Schema::Result::Aqbudget

vendor

Type: belongs_to

Related object: Koha::Schema::Result::Aqbookseller

<<