omavcher / Inventory-Management-System

This repository contains the source code for a simple inventory management system implemented in C++. The system allows users to add new items, delete existing items, search for items, and generate reports.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inventory Management System in C++ 📦

Overview

This repository contains the source code for a simple inventory management system implemented in C++. The system allows users to add new items, delete existing items, search for items, and generate reports.

Features

  • Add New Item: Users can add new items to the inventory by providing details such as name, description, category, quantity, and price.

  • Delete Item: Users can delete existing items from the inventory by providing the name of the item and the quantity to delete.

  • Search Item: Users can search for items in the inventory by name.

  • Generate Reports: Users can generate reports that list all items in the inventory and calculate the total value of the inventory.

Usage

  1. Clone the repository to your local machine.
  2. Compile the source code using a C++ compiler.
  3. Run the executable file to launch the inventory management system.
  4. Follow the on-screen instructions to perform various tasks.

How to Use

  1. Choose from the options presented on the main menu.
  2. Enter the required information or selection based on the chosen action.
  3. Follow the prompts and messages displayed to complete the desired action.
  4. To exit the system, select the "Exit" option from the main menu.

Contributing

Contributions to this project are welcome! If you find any bugs or have suggestions for improvements, please feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Screenshots

Screenshot 2024-02-15 160526 Screenshot 2024-02-15 160837 Screenshot 2024-02-15 161006

About

This repository contains the source code for a simple inventory management system implemented in C++. The system allows users to add new items, delete existing items, search for items, and generate reports.

License:MIT License


Languages

Language:C++ 100.0%