Skip to content

A command-line warehouse inventory management system built with C++. Features CRUD operations for item management including view items in table format, add new items, search items, update stock levels, and delete items with JSON-based data persistence.

License

Notifications You must be signed in to change notification settings

Fahreja-Dev/Warehouse-Inventory-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warehouse Inventory System

Menu

A command-line warehouse inventory management system built with C++. Features CRUD operations for item management including view items in table format, add new items, search items, update stock levels, and delete items with JSON-based data persistence.

Installation Guide

Installation procedure using CMD:

  1. Download CMake to manage cross-platform build processes and install it after downloading:
https://cmake.org/download/
  1. Clone the repository onto your local machine:
git clone https://github.com/Fahreja-Dev/Warehouse-Inventory-System
  1. Then enter the project directory with the command:
cd Warehouse-Inventory-System
  1. Create a folder named build, type the command:
mkdir build
  1. Go to the build folder, type the command:
cd build
  1. Next, read the CMakeLists.txt file in the root directory and create a build file in the current directory by typing the command:
cmake ..
  1. Run the build compilation process based on the configuration file previously created by cmake .., type the command:
cmake --build .
  1. Then open the root directory of the project and run the application named AplikasiGudang.exe.

About

A command-line warehouse inventory management system built with C++. Features CRUD operations for item management including view items in table format, add new items, search items, update stock levels, and delete items with JSON-based data persistence.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published