Koha::Schema::Result::Itemtype
itemtypes
data_type: 'varchar' default_value: (empty string) is_nullable: 0 size: 10
unique key, a code associated with the item type
data_type: 'varchar' is_foreign_key: 1 is_nullable: 1 size: 10
unique key, a code associated with the item type
data_type: 'longtext' is_nullable: 1
a plain text explanation of the item type
data_type: 'decimal' is_nullable: 1 size: [28,6]
the amount charged when this item is checked out/issued
data_type: 'decimal' is_nullable: 1 size: [28,6]
the amount charged for each day between checkout date and due date
data_type: 'tinyint' default_value: 1 is_nullable: 0
controls if the daily rental fee is calculated directly or using finesCalendar
data_type: 'decimal' is_nullable: 1 size: [28,6]
the amount charged for each hour between checkout date and due date
data_type: 'tinyint' default_value: 1 is_nullable: 0
controls if the hourly rental fee is calculated directly or using finesCalendar
data_type: 'decimal' is_nullable: 1 size: [28,6]
default replacement cost
data_type: 'decimal' is_nullable: 1 size: [28,6]
default text be recorded in the column note when the processing fee is applied
data_type: 'tinyint' default_value: 0 is_nullable: 0
1 if the item is not for loan, 0 if the item is available for loan
data_type: 'varchar' is_nullable: 1 size: 200
URL for the item type icon
data_type: 'mediumtext' is_nullable: 1
information from the summary field, may include HTML
data_type: 'varchar' is_nullable: 1 size: 255
message that is displayed when an item with the given item type is checked in
data_type: 'char' default_value: 'message' is_nullable: 0 size: 16
type (CSS class) for the checkinmsg, can be 'alert' or 'message'
data_type: 'varchar' is_nullable: 1 size: 3
SIP2 protocol media type for this itemtype
data_type: 'tinyint' default_value: 0 is_nullable: 0
Hide the item type from the search options in OPAC
data_type: 'varchar' is_nullable: 1 size: 80
Group this item type with others with the same value on OPAC search options
data_type: 'tinyint' default_value: 0 is_nullable: 0
If automatic checkin is enabled for items of this type
data_type: 'tinyint' default_value: 0 is_nullable: 0
Activate bookable feature for items related to this item type
Type: has_many
Related object: Koha::Schema::Result::CirculationRule
Type: has_many
Related object: Koha::Schema::Result::Itemtype
Type: has_many
Related object: Koha::Schema::Result::ItemtypesBranch
Type: has_many
Related object: Koha::Schema::Result::OldReserve
Type: belongs_to
Related object: Koha::Schema::Result::Itemtype
Type: has_many
Related object: Koha::Schema::Result::Reserve