Koha::Schema::Result::Aqinvoice
aqinvoices
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
ID of the invoice, primary key
data_type: 'longtext' is_nullable: 0
Name of invoice
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
foreign key to aqbooksellers
data_type: 'date' datetime_undef_if_invalid: 1 is_nullable: 1
date of shipment
data_type: 'date' datetime_undef_if_invalid: 1 is_nullable: 1
date of billing
data_type: 'date' datetime_undef_if_invalid: 1 is_nullable: 1
invoice close date, NULL means the invoice is open
data_type: 'decimal' is_nullable: 1 size: [28,6]
shipment cost
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
foreign key to aqbudgets, link the shipment cost to a budget
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
foreign key to edifact invoice message
Type: has_many
Related object: Koha::Schema::Result::AqinvoiceAdjustment
Type: has_many
Related object: Koha::Schema::Result::Aqorder
Type: belongs_to
Related object: Koha::Schema::Result::Aqbookseller
Type: belongs_to
Related object: Koha::Schema::Result::EdifactMessage
Type: belongs_to
Related object: Koha::Schema::Result::Aqbudget