Inventory-Management-System
                                
                                 Inventory-Management-System copied to clipboard
                                
                                    Inventory-Management-System copied to clipboard
                            
                            
                            
                        Inventory Management System by asp.net and MSSQL
Inventory-Management-System
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:
- [x] Login
- [x] Products
- [x] Suppliers
- [x] Purchases
- [x] 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.configfile and addAttachDbFilename=|Enter your database directory here|InventoryMangement.mdf;
 
- Edit connectionString from 
- Login Username: kaushikPassword:123456
Thanks.