Koha::Schema::Result::AccountDebitType
account_debit_types
data_type: 'varchar' is_nullable: 0 size: 80
data_type: 'varchar' is_nullable: 1 size: 200
data_type: 'tinyint' default_value: 1 is_nullable: 0
boolean flag to denote if this debit type is available for manual invoicing
data_type: 'tinyint' default_value: 0 is_nullable: 0
boolean flag to denote if this debit type is available at point of sale
data_type: 'decimal' is_nullable: 1 size: [28,6]
data_type: 'tinyint' default_value: 0 is_nullable: 0
data_type: 'tinyint' default_value: 0 is_nullable: 0
boolean flag to denote if this till is archived or not
data_type: 'tinyint' default_value: 1 is_nullable: 0
boolean flag to denote if the noissuescharge syspref for this debit type is active
Type: has_many
Related object: Koha::Schema::Result::AccountDebitTypesBranch
Type: has_many
Related object: Koha::Schema::Result::Accountline