yegorske50 / Store-Management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computer-Store-Management

Mini Project - Using Singly Linked List in C++

This mini project is COMPUTER SHOP MANAGEMENT SYSTEM developed in C++ using linked list.

 


How to Run?

  1. Open Folder in IDE
  2. Run Project.cpp file in cmd as - g++ Project.cpp
  3. Hit Enter

How to Run

You can directly run the program by accessing a.exe file. Simply open it.


Working

This project mainly consists of six functions.

  • First function is insert() function in which user can place order for new computers/laptops.
  • Second function is delete() function which deletes the order added in the insert() function.
  • Third function is modify() function which helps the user to modify(change) the already placed order.
  • Fourth function is order_list() it gives the receipt for the order placed by customer.
  • Fifth function is daily_summary() it displays the details of all the transactions that are performed on that day.

It is the user-interactive program where the user can view the required display in the console by making use of the simple input


Features:

 

1. Take Computer / Laptop Orders

Take Order

 

2. Delete Computer Orders

Delete Order

 

3. Modify Computer Orders

Modify Order

 

4. Print Receipt

Print Receipt

 

5. Summary of Total Sales

Total Summary


About


Languages

Language:C++ 100.0%