Description
and Specifications
I want you to build a fast-food order machine program. Think of how they look
at In-n-Out or MacDonald's, etc. Make a nice data entry screen that lets the
employee select Combo meals or side orders or what ever you want. You can make
the buttons look really big as if we are using a touch screen!
For full credit you must include the following:
- The program must show what the customer ordered.
- Show the total due, sales tax and amount tendered.
- Also display how much change the customer gets.
- Have a "receipt" print.
- Keep a running total of all orders for the day/shift. In other words,
let several people make orders and figure out a way to let the boss see how
much $ you brought in.
- Keep a running total of the number of customers served.
- Include a logo or photo of your restaurant on the form.
Specific Tips
- Make sure your controls are named properly and all data is formatted
correctly.
- Include a way to erase or clear the form & end the program.
- Make your input form nice to look at. Experiment with different background colors and fonts. Remember to include an appropriate title for your form so it looks nice on screen.
- The program should start up in the center of the screen.
- A car photo in a picture box would jazz it up too.
- Please include comment in your code and make sure you include a title and date of creation and any other stuff you want me to know about how your program works. If you are not sure, ask me about this.