Skip to content

kaushik546/Inventory-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • 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 add AttachDbFilename=|Enter your database directory here|InventoryMangement.mdf;
  • Login Username: kaushik Password: 123456

Thanks.