An open API service indexing awesome lists of open source software.

https://github.com/coderookie0/minimarket_management_system

Minimarket Management System
https://github.com/coderookie0/minimarket_management_system

ccharp management-system minimarket sql windows-app windows-forms

Last synced: 3 months ago
JSON representation

Minimarket Management System

Awesome Lists containing this project

README

        

# Minimarket Management System
## Project Description:
The project includes the following forms:
- Login Form
- Manage Categories Form
- Manage Products Form
- Manage Seller Form
- Sellings Form

As an Admin, you can manage product categories, available products, list of sellers and their orders.

As a Seller, you can place an order, view your order history and print an order report.
## What I learned
In the process of creating this project, I learned :
- how to make detailed window project in VS,
- how to use SQL databases for store data,
- the commands used to handle events in C#.
## Screenshots
![SplashForm](Pictures/SplashForm.png)
![LoginForm](Pictures/LoginForm_2.0.png)
![ManageCategories](Pictures/ManageCategories_2.0.png)
![ManageProducts](Pictures/ManageProducts.png)
![ManageSeller](Pictures/ManageSeller.png)
![Sellings](Pictures/Sellings.png)