5/19/24 (2/2)
There's a major flaw in this program that took a toll on our final project grade. A user could enter any number on the "Amount Tendered" textbox and it would still be a successful transaction (i.e., it would be seen on the "Order History" page).
5/19/24 (1/2)
This is the webpage containing the point-of-sale function. The selection part (blue) reflects the inventory from the MySQL database I made 2 days ago. Clicking "Add" will put that product on the right table (pink) for checkout.