A desktop based inventory app for Shoprite Ghana Limited. The application extends different functionalities to users based on their roles.
Install Shoprite Inventory with git
https://github.com/Rquaicoo/Shoprite-Inventory
cd Shoprite-Inventory
Client: WPF, C#
Database: MySQL
IDE: Visual Studio 2022
The first screen show after the app is run is the login screen. After login, the user is directed to the application dashboard. The content shown on the dashboard depends on the role of the user who logged in.
The application extends the follwing features to administrators:
- Viewing sale history
- Managing users (create users, reset passwords, remove users, update user information)
- Manging product categories (create, update, delete, view)
- Managing products (create, update, delete, view)
- Managing stock (create, update, delete, view)
- Setting reorder level for products
- Viewing report of sales history
- All passwords are hashed with MD5
- Opening a till
- Making a sale (Involves scanning a barcode to obtain product information. The inforation can also be entered manaually)
- Viewing the daily report on the dashboard
- A barcode scanner is already connected to the computer using the app.
- Only one till can be active at a goal.
Insert gif or link to demo