Skip to content

Stock Management System based on C++ with the implementation of files. Storing data like profiles, bills, invoices etc in files(.txt) for using that data and processing it. Different functionalities implemented (beneficial to beginner level learners)

Notifications You must be signed in to change notification settings

siddhant-pandya/stock_management_CPP

Repository files navigation

stock_management_CPP

A C++ project created for DSA project submission(Semester 2 B.Tech.). The program is full command line based and take the input in same. Provided with many functionalities to maintain various data for managing of products at shop as well as factory. We can feed bills, products, invoices. Moreover we can search bills/invoices and display them, similarly find the products and view them as well. Other than handling these data, program also stores profiles of Owner, Manage and Employees, having different access at different user level.

Modules

The main menu/programs icludes:

  • Profile Login(Owner/Manager/Employee)
  • Create/Edit Profile
  • Bill Entry
  • Bill Search
  • Show All Existing Bills
  • Product Entry
  • Find Product
  • All Products
  • Create Invoice
  • Search Invoice
  • All Invoices

Mindmap

We can Understand the concept and working of project by laying out all modules and having a graphical type of representation such as below:

Mindmap

More Functionalities can easily be added in this program due to the nature of project. This Project was for sole purpose of learning C++ and its implementation, hence it is far from a finished software/program to be used anywhere, though it can be modified and used for learning purposes.

Screenshots of Program

  • Profile Handling
Create Profile View Profile
Create Profile View Profile

  • Bill Entry
Bill Menu Bill from Firm Bill for Firm
Bill Entry Bill Entry 1 Bill Entry 2

  • Bill Search
Bill Search Menu Bill Search Output
Bill Search 1 Bill Search 2

  • All Bills

Show all bills

  • Product Entry

Add Product

  • Find Product

Find Product

  • All Products

All Product

  • Create Invoice

Create Invoice

  • Search Invoice

Search Invoice

  • All Invoice

All Invoice

About

Stock Management System based on C++ with the implementation of files. Storing data like profiles, bills, invoices etc in files(.txt) for using that data and processing it. Different functionalities implemented (beneficial to beginner level learners)

Topics

Resources

Stars

Watchers

Forks

Languages