Inventory Application

This straightforward WinForms application simplifies inventory management with intuitive tools for adding, editing, and deleting parts and products. Each product can have associated parts, fostering efficient organization. The app enforces data integrity by preventing the deletion of parts linked to products.

Parts can be categorized as in-house or outsourced, making it easy to manage and track inventory sources. While it currently uses in-memory storage, this app serves as a robust foundation for efficient inventory control.

Main Pages

This is the home page of the inventory application. From here the user can add/edit/delete parts and products.

a screenshot of the home page of the inventory application
parts page of the inventory application

Here is the parts page, where users can add and edit parts. Each part can be either in-house or outsourced. Parts that are associated with a product cannot be deleted.

This is the product page. From here the user can create and edit product info and associate parts with it.

a screenshot of the product page of the inventory application

Get in contact!