-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add button to change lunch time or takeaway option
add change_order_time_takeaway_button to GraphicInterface and add it to buttons_flexbox add change_order_time_takeaway_button to reload_on_no_more_order_callback to change its enabled state change toggle_no_more_order_button icon add change_order_time_takeaway to core.py add try-except statement to delete_order to handle database errors (as done in send_order) update reload_menu to handle change_order_time_takeaway_button visibility move lunch_time column from 'orders' table to 'users' table and add back_populates to both tables change queries for postgresql and sqlite to join lunch time to orders_query result remove confirm_message from GraphicInterface remove unused parameters from functions in core.py and related callbacks
- Loading branch information
1 parent
bf8d4f3
commit 48a8588
Showing
6 changed files
with
159 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters