Skip to content

Summer coursework 2023 to create a software program to accounting for products in the warehouse.

License

Notifications You must be signed in to change notification settings

Ivanoka/Simple-Warehouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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 - ivan.tsitou.work@gmail.com
Project Link: https://github.com/Ivanoka/summer_coursework_2023

About

Summer coursework 2023 to create a software program to accounting for products in the warehouse.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published