Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 2.47 KB

README.md

File metadata and controls

60 lines (45 loc) · 2.47 KB

Logo

Simple Warehouse

Software program to accounting for products in the warehouse.

About The Project

This program is a tool for efficient management of stock of products. It is developed in C++ programming language and uses SQLite3 to store and manage data about products in the warehouse. Below is a detailed description of the program functionality:

  • Adding products:
    The program allows you to easily add new products to the warehouse by specifying the product name, quantity and barcode information.
  • Modifying a product:
    Users can make changes to existing product records. This includes changing the product quantity, product name, and barcode.
  • Deleting a product:
    Easily delete a product from the database. This feature allows you to manage an up-to-date list of products in stock.
  • Quickly change product availability:
    Users can easily update the quantity of products in stock. This is especially useful when conducting inventory or updating data on a regular basis.
  • Import and export CSV files:
    The program provides the ability to import product data from CSV files, making it easy to transfer information from other sources. There is also a feature to export data in CSV format for backing up or sharing data with other systems.
  • Data storage using SQLite3:
    The program uses SQLite3 to store product data reliably and efficiently, which ensures high performance and database security.
Different windows

Built With

C++ SQLite

Getting Started

Installation

Clone the repo

git clone https://github.com/Ivanoka/summer_coursework_2023.git

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

Ivan Tsitou - [email protected]
Project Link: https://github.com/Ivanoka/summer_coursework_2023