This project simulates a small ERP system focusing on Sales, Customers, Products and Inventory management. The goal of the project was to design a relational SQL database and build a reporting layer ...
OrderManagement/ ├── Fromss/ # User Interface Forms │ ├── Form1.cs # Main application window │ ├── AdminSign.cs # Admin login form │ ├── AdminRegister.cs # Admin registration form │ ├── Shopping.cs # ...