Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 1.18 KB

README.md

File metadata and controls

14 lines (8 loc) · 1.18 KB

Grocery Store Inventory System

image

This is the Login Page to enter the Grocery inventory system. There are currently two users stored in the employee database, one is an employee and the other is a manager. If the credentials matches the username and password in the database, the login will be successful

image

This is the menu page where the user can choose which function of the app to run.

image image

When choosing the first option, Inventory, the user is prompted to enter an existing UPC. This is connected to our inventory database containing sample products. if the user enters the UPC of an item that exists in the database, they can add positive or negative values to modify If the user enters a nonexistent UPC, the system will give an item not found error