Final project of a Java course to create a desktop application as a POS that allows managing orders in a hamburger restaurant.
• Manage sales and record all the products that the customer has ordered, both on screen and in a database.
• Management of discounts for regular customers.
• View all sales made on a specific day.
• View history of the orders of a registered customer.
• Programming languages: Java, SQL
• IDE: Netbeans
• DB: MySQL
The database contains 2 tables: One for order tickets "ticket", and the other for customer registration "cliente".