Inventory Management System by ASP.NET and MSSQL
This is a Inventory Management System. Here i am trying to develop some basic and important fields of Inventory Management System. They are:
- Login
- Products
- Suppliers
- Purchases
- Sales
How to use this project:
- Clone or Download.
- Run Visual Studio
- Open project and Select and Open InventoryMangement.sln file. All of the files and folder will display your visual studio solution.
- Otherwise you can Open InventoryMangement folder and Built your own solution for this project.
- Attach InventoryMangement.mdf database to your MSSQL Database or visual studio local database.
- If you can not access database file:
- Edit connectionString from
Web.Debug.config
file and addAttachDbFilename=|Enter your database directory here|InventoryMangement.mdf;
- Edit connectionString from
- Login Username:
kaushik
Password:123456
Thanks.