Koha::Schema::Result::Aqbudgetperiod
aqbudgetperiods
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
primary key and unique number assigned by Koha
data_type: 'date' datetime_undef_if_invalid: 1 is_nullable: 0
date when the budget starts
data_type: 'date' datetime_undef_if_invalid: 1 is_nullable: 0
date when the budget ends
data_type: 'tinyint' default_value: 0 is_nullable: 1
whether this budget is active or not (1 for yes, 0 for no)
data_type: 'longtext' is_nullable: 1
description assigned to this budget
data_type: 'decimal' is_nullable: 1 size: [28,6]
total amount available in this budget
data_type: 'tinyint' is_nullable: 1
whether this budget is locked or not (1 for yes, 0 for no)
data_type: 'varchar' is_nullable: 1 size: 10
statistical category for this budget
data_type: 'varchar' is_nullable: 1 size: 10
second statistical category for this budget
Type: has_many
Related object: Koha::Schema::Result::Aqbudget