Koha::Schema::Result::Suggestion
suggestions
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
unique identifier assigned automatically by Koha
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
borrowernumber for the person making the suggestion, foreign key linking to the borrowers table
data_type: 'date' datetime_undef_if_invalid: 1 is_nullable: 0
date the suggestion was submitted
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
borrowernumber for the librarian managing the suggestion, foreign key linking to the borrowers table
data_type: 'date' datetime_undef_if_invalid: 1 is_nullable: 1
date the suggestion was updated
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
borrowernumber for the librarian who accepted the suggestion, foreign key linking to the borrowers table
data_type: 'date' datetime_undef_if_invalid: 1 is_nullable: 1
date the suggestion was marked as accepted
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
borrowernumber for the librarian who rejected the suggestion, foreign key linking to the borrowers table
data_type: 'date' datetime_undef_if_invalid: 1 is_nullable: 1
date the suggestion was marked as rejected
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
borrowernumber for the librarian who edit the suggestion for the last time
data_type: 'date' datetime_undef_if_invalid: 1 is_nullable: 1
date of the last modification
accessor: 'status' data_type: 'varchar' default_value: (empty string) is_nullable: 0 size: 10
suggestion status (ASKED, CHECKED, ACCEPTED, REJECTED, ORDERED, AVAILABLE or a value from the SUGGEST_STATUS authorised value category)
data_type: 'tinyint' default_value: 0 is_nullable: 0
is the suggestion archived?
data_type: 'longtext' is_nullable: 1
note entered on the suggestion
data_type: 'longtext' is_nullable: 1
non-public note entered on the suggestion
data_type: 'varchar' is_nullable: 1 size: 80
author of the suggested item
data_type: 'varchar' is_nullable: 1 size: 255
title of the suggested item
data_type: 'smallint' is_nullable: 1
copyright date of the suggested item
data_type: 'varchar' is_nullable: 1 size: 255
publisher of the suggested item
data_type: 'timestamp' datetime_undef_if_invalid: 1 default_value: current_timestamp is_nullable: 0
date and time the suggestion was updated
data_type: 'varchar' is_nullable: 1 size: 255
data_type: 'smallint' default_value: 0 is_nullable: 1
data_type: 'varchar' is_nullable: 1 size: 255
publication place of the suggested item
data_type: 'varchar' is_nullable: 1 size: 30
isbn of the suggested item
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
foreign key linking the suggestion to the biblio table after the suggestion has been ordered
data_type: 'mediumtext' is_nullable: 1
reason for accepting or rejecting the suggestion
data_type: 'mediumtext' is_nullable: 1
reason for making the suggestion
data_type: 'integer' is_foreign_key: 1 is_nullable: 1
foreign key linking the suggested budget to the aqbudgets table
data_type: 'varchar' is_foreign_key: 1 is_nullable: 1 size: 10
foreign key linking the suggested branch to the branches table
data_type: 'mediumtext' is_nullable: 1
collection name for the suggested item
data_type: 'varchar' is_nullable: 1 size: 30
suggested item type
data_type: 'smallint' is_nullable: 1
suggested quantity to be purchased
data_type: 'varchar' is_nullable: 1 size: 10
suggested currency for the suggested price
data_type: 'decimal' is_nullable: 1 size: [28,6]
suggested price
data_type: 'decimal' is_nullable: 1 size: [28,6]
suggested total cost (price*quantity updated for currency)
Type: belongs_to
Related object: Koha::Schema::Result::Borrower
Type: belongs_to
Related object: Koha::Schema::Result::Biblio
Type: belongs_to
Related object: Koha::Schema::Result::Branch
Type: belongs_to
Related object: Koha::Schema::Result::Aqbudget
Type: belongs_to
Related object: Koha::Schema::Result::Borrower
Type: belongs_to
Related object: Koha::Schema::Result::Borrower
Type: belongs_to
Related object: Koha::Schema::Result::Borrower
Type: belongs_to
Related object: Koha::Schema::Result::Borrower