This project is a JavaFX application for managing orders in a café or restaurant, developed as a diploma work. It provides a comprehensive solution for order management, enabling you to effectively handle order processing.
-
Login menu for cashier and administrator of cafe or small restaurant.
-
General admin menu where administrator can add new admin or cashier to a system.
-
Restaurant menu for possibility of changing some data about restaurant.
-
Dishes menu where administrator can add/change/remove dishes that are in a database.
-
Menu page where cashier or administrator can create a new order, menu page have possibility to sort dishes by their types.
-
Order conformation page that appears after selecting dishes and making order, that page contains some useful buttons and field for making order.
-
Simple cheque generator for new order.
-
Cheque page for customisation.
-
View a List of All Orders and keep track of all orders placed, including details like customer information, order items, and order status.
-
Dashboard with statistic.
-
Java 17.
-
SQLite database.
-
JavaFX 17.
-
Scene Builder.