Koha::Schema::Result::HouseboundVisit
housebound_visit
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
ID of the visit.
data_type: 'integer' is_foreign_key: 1 is_nullable: 0
Number of the borrower, & the profile, linked to this visit.
data_type: 'date' datetime_undef_if_invalid: 1 is_nullable: 1
Date of visit.
data_type: 'varchar' is_nullable: 1 size: 10
Rough time frame: 'morning', 'afternoon' 'evening'
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
Number of the borrower to choose items for delivery.
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
Number of the borrower to deliver items.
Type: belongs_to
Related object: Koha::Schema::Result::HouseboundProfile
Type: belongs_to
Related object: Koha::Schema::Result::Borrower
Type: belongs_to
Related object: Koha::Schema::Result::Borrower