Skip to content

This application uses C# and Windows Forms. This application simulates an inventory management solution for a ficticious company.

Notifications You must be signed in to change notification settings

santosake/Inventory-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Inventory-Management-System

This application uses C# and Windows Forms.

This application simulates an inventory management solution for a ficticious company.

Features:

  1. Main Screen to view parts and products.
  2. Parts can be added, edited, and deleted.
  3. Parts have two categories of In-House and OutSourced and have ID numbers, name, inventory level, and price.
  4. Products can be added, edited, and deleted.
  5. Products are composed of Parts and have a parts list, ID numbers, name, inventory level, and price.
  6. Parts are added to Products from the Product add or edit screen.
  7. Products cannot be deleted without removing all respective parts.
  8. Various exception controls for all data entry fields.

About

This application uses C# and Windows Forms. This application simulates an inventory management solution for a ficticious company.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages