-
Add new users to the inventory and update and delete user details from the system.
-
Add new products to the inventory and update and delete product details from the system.
-
Add new categories to the inventory and update and delete category details from the system.
-
Add new dealers and customers to the inventory, and update and delete dealer and customer details from the system.
-
Show inventory and all the transaction details in separate grids.
-
Search for products, users, dealers, and customers by name or id.
-
Calculate purchase and sales.
-
C# (Programming Language)
-
NET Framework (Runtime Environment)
-
SQL Server (Database)
-
Windows Forms (User Interface)
-
C# programming language
-
SQL Server
-
Microsoft Visual Studio
-
Git & Github (Version Control)
-
Clone the repository to your computer: git clone https://github.com/geethdev/GadgetsHub-Inventory-Management-System.git
-
Open the project in Visual Studio or your preferred C# IDE.
-
Restore NuGet packages and build the project.
-
Run the application.
-
Admin credentials -
username = admin
password = admin -
User credentials -
username = user
password = user
-
Fork the repository.
-
Create a new branch for your feature or bug fix.
-
Make your changes and ensure the code style and tests pass.
-
Create a pull request with a clear description of your changes.