/Octaventory

This is a prototype application for manage items in inventory using C++ CLI (This program was built to fulfill college assignments)

Primary LanguageC++

Octaventory

This is a prototype application for manage inventory of items/products using C++ CLI
(This program was built to fulfill college assignments)


🔹 For Windows Desktop only
🔹 Add your custom categories
🔹 Add and remove item and stock
🔹 Edit item stock
🔹 Every item you add (buy) recorded to Purchase History menu
🔹 Every item you remove (sell) recorded to Sales History menu
🔹 Show total value of balance in report menu
🔹 Present all data in database folder

Algorithms and Data Structures

1. Linked List Data Structures
2. Stack Data Structures
3. Queue Data Structures
4. Tree Data Structures