<<

NAME

Koha::Schema::Result::Aqbudget

TABLE: aqbudgets

ACCESSORS

budget_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

budget_parent_id

  data_type: 'integer'
  is_nullable: 1

budget_code

  data_type: 'varchar'
  is_nullable: 1
  size: 30

budget_name

  data_type: 'varchar'
  is_nullable: 1
  size: 80

budget_branchcode

  data_type: 'varchar'
  is_nullable: 1
  size: 10

budget_amount

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

budget_encumb

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

budget_expend

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

budget_notes

  data_type: 'mediumtext'
  is_nullable: 1

timestamp

  data_type: 'timestamp'
  datetime_undef_if_invalid: 1
  default_value: current_timestamp
  is_nullable: 0

budget_period_id

  data_type: 'integer'
  is_nullable: 1

sort1_authcat

  data_type: 'varchar'
  is_nullable: 1
  size: 80

sort2_authcat

  data_type: 'varchar'
  is_nullable: 1
  size: 80

budget_owner_id

  data_type: 'integer'
  is_nullable: 1

budget_permission

  data_type: 'integer'
  default_value: 0
  is_nullable: 1

PRIMARY KEY

RELATIONS

aqbudgetborrowers

Type: has_many

Related object: Koha::Schema::Result::Aqbudgetborrower

aqbudgets_plannings

Type: has_many

Related object: Koha::Schema::Result::AqbudgetsPlanning

aqinvoices

Type: has_many

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

aqorders

Type: has_many

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

suggestions

Type: has_many

Related object: Koha::Schema::Result::Suggestion

borrowernumbers

Type: many_to_many

Composing rels: "aqbudgetborrowers" -> borrowernumber

<<