Question
JavaFx application Below is requirement for POS System Customer walks into the store and orders food. Cashier will take the order using the POS system
JavaFx application
Below is requirement for POS System
Customer walks into the store and orders food.
Cashier will take the order using the POS system you created.
Totals the sum of all the items ordered
Shows the total to the customer
Customers pays for the order, a transaction is made, and customer receives the food.
POS system should have the following Menu
Login Window Allowing the cashier to login using an ID and Password.
A Window with the following options
Drinks
Burgers
Fries
Manager Reporting
At any time, a manager can login and run reports.The reports will display on the screen what items were sold, and how is the total sales for the day.
A simple menu and serves the following Items.
Item Name | Category | Price -Small | Price - Large |
|
Hamburger | Burger | 5.95 | $7.95 |
|
Cheeseburger | Burger | 6.95 | $8.95 |
|
Cheesesteak | Burger | $8.00 | $9.00 |
|
Coke | Drink | $1.59 | $1.99 |
|
Diet Coke | Drink | $1.59 | $1.99 |
|
Sprite | Drink | $1.59 | $1.99 |
|
Diet Sprite | Drink | $1.59 | $1.99 |
|
Fries | Fries | $2.59 | $1.99 |
|
|
|
|
|
|
You need to create this application in NetBeans IDE using JavaFX.
You can Save the Menu in Microsoft Access database and connect it to Application
You can save the orders in Access Database to run the total sales report.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started