Skip to content

Version 1.8.0

Compare
Choose a tag to compare
@AdamAtTolland AdamAtTolland released this 02 Jan 19:47
· 26 commits to main since this release

Users can now optionally specify showing the Homeroom page for daily loaners. This information will be printed on daily reports if the page is set to be displayed.

Two additional options are required in config.yml

# Should we ask the user what their home room is?
show_homeroom_page: false
# What name should we use for 'homeroom'?  (e.g. 'homeroom', 'advisory', 'block')
homeroom_label: Block 4 class

Also, the SQLite database must either be updated with the following command or the database file deleted.
Device Kiosk will create a new database file with the new column but will not update existing databases.
The update query is:
ALTER TABLE daily ADD COLUMN Homeroom TEXT;