<<

NAME

Koha::Schema::Result::Aqbookseller

TABLE: aqbooksellers

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

name

  data_type: 'mediumtext'
  is_nullable: 0

address1

  data_type: 'mediumtext'
  is_nullable: 1

address2

  data_type: 'mediumtext'
  is_nullable: 1

address3

  data_type: 'mediumtext'
  is_nullable: 1

address4

  data_type: 'mediumtext'
  is_nullable: 1

phone

  data_type: 'varchar'
  is_nullable: 1
  size: 30

accountnumber

  data_type: 'mediumtext'
  is_nullable: 1

othersupplier

  data_type: 'mediumtext'
  is_nullable: 1

currency

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

booksellerfax

  data_type: 'mediumtext'
  is_nullable: 1

notes

  data_type: 'mediumtext'
  is_nullable: 1

bookselleremail

  data_type: 'mediumtext'
  is_nullable: 1

booksellerurl

  data_type: 'mediumtext'
  is_nullable: 1

postal

  data_type: 'mediumtext'
  is_nullable: 1

url

  data_type: 'varchar'
  is_nullable: 1
  size: 255

active

  data_type: 'tinyint'
  is_nullable: 1

listprice

  data_type: 'varchar'
  is_foreign_key: 1
  is_nullable: 1
  size: 10

invoiceprice

  data_type: 'varchar'
  is_foreign_key: 1
  is_nullable: 1
  size: 10

gstreg

  data_type: 'tinyint'
  is_nullable: 1

listincgst

  data_type: 'tinyint'
  is_nullable: 1

invoiceincgst

  data_type: 'tinyint'
  is_nullable: 1

tax_rate

  data_type: 'decimal'
  is_nullable: 1
  size: [6,4]

discount

  data_type: 'float'
  is_nullable: 1
  size: [6,4]

fax

  data_type: 'varchar'
  is_nullable: 1
  size: 50

deliverytime

  data_type: 'integer'
  is_nullable: 1

PRIMARY KEY

RELATIONS

aqbasketgroups

Type: has_many

Related object: Koha::Schema::Result::Aqbasketgroup

aqbaskets

Type: has_many

Related object: Koha::Schema::Result::Aqbasket

aqcontacts

Type: has_many

Related object: Koha::Schema::Result::Aqcontact

aqcontracts

Type: has_many

Related object: Koha::Schema::Result::Aqcontract

aqinvoices

Type: has_many

Related object: Koha::Schema::Result::Aqinvoice

edifact_messages

Type: has_many

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

invoiceprice

Type: belongs_to

Related object: Koha::Schema::Result::Currency

listprice

Type: belongs_to

Related object: Koha::Schema::Result::Currency

vendor_edi_accounts

Type: has_many

Related object: Koha::Schema::Result::VendorEdiAccount

<<