https://github.com/thebananathief/hosty
A restaurant table and reservation management solution.
https://github.com/thebananathief/hosty
desktop-application pyqt pyqt5 python python3 qt qt5 reservation reservation-management reservation-system reservations restaurant table-management table-manager
Last synced: 4 months ago
JSON representation
A restaurant table and reservation management solution.
- Host: GitHub
- URL: https://github.com/thebananathief/hosty
- Owner: thebananathief
- License: mit
- Created: 2022-09-19T12:38:49.000Z (over 3 years ago)
- Default Branch: stable
- Last Pushed: 2025-11-12T01:42:04.000Z (7 months ago)
- Last Synced: 2025-11-12T03:20:14.694Z (7 months ago)
- Topics: desktop-application, pyqt, pyqt5, python, python3, qt, qt5, reservation, reservation-management, reservation-system, reservations, restaurant, table-management, table-manager
- Language: Python
- Homepage:
- Size: 67.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hosty
This is a restaurant table management application meant to assist a host / greeter in seating guests for a group of
servers / waiters.
It also provides basic reservation management.
## Features
- Table states (Clean, Sat, Dirty)
- Floorplan Saving
- Tracks previously loaded floorplans for quick access
- Preview floorplans before loading them (only with the floorplan dialog)
- 2 Counting modes (table count or head count)
- Track server's total and active tables or head count
- Predict which server should be seated next
- Estimate how busy the kitchen is based on what you've sat recently (overflow)
- Customize color coded thresholds (to indicate a color based on overflow)
- Customize the kitchen's speed estimation (in case you've got a slow or fast kitchen)
- Manage reservations (create, edit, cancel, mark as arrived)
- Fill in date, time, name, size, phone number and extra notes
The program is made with Python (version 3.9.7), utilizing the Qt framework for its rich library of GUI elements.