<<

NAME

Koha::Schema::Result::Aqinvoice

TABLE: aqinvoices

ACCESSORS

invoiceid

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

invoicenumber

  data_type: 'mediumtext'
  is_nullable: 0

booksellerid

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

shipmentdate

  data_type: 'date'
  datetime_undef_if_invalid: 1
  is_nullable: 1

billingdate

  data_type: 'date'
  datetime_undef_if_invalid: 1
  is_nullable: 1

closedate

  data_type: 'date'
  datetime_undef_if_invalid: 1
  is_nullable: 1

shipmentcost

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

shipmentcost_budgetid

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

PRIMARY KEY

RELATIONS

aqorders

Type: has_many

Related object: Koha::Schema::Result::Aqorder

booksellerid

Type: belongs_to

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

shipmentcost_budgetid

Type: belongs_to

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

<<