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.
Clone the repo
git clone https://github.com/Ivanoka/summer_coursework_2023.git
Distributed under the MIT License. See LICENSE.txt
for more information.
Ivan Tsitou - ivan.tsitou.work@gmail.com
Project Link: https://github.com/Ivanoka/summer_coursework_2023