Skip to content

Krishna-Gandhi/Music-Management-Software

Repository files navigation

Music-Management-Software

1) Objective

Music Library Management System have to manage various musical items comes with number of models and variety. Maintaining all musical records such as create order, calculate bill, add new music in database, edit the music description, and delete any item from large music library was not an easy task on regular basis. This is a music store manager program in C++ with that can create order, calculate bill, add new music in database, edit the music description, and delete any item also it shows the total music in stock, and it can find the specific music.

2) Introduction

The program can create order, find music, sold items, item in stock, all items, add new Item, remove Item

1. Create Order Here the user can create an order, choose items, delete items and buy the item and finally show the price of total items. The user can also choose same item.

2. Find Music User can find their song with four different categories Name, Category, Type, and Artist.

3. Sold Items It shows how many item and which items were sold.

4. Item in Stock It shows the item that is in the stock that means the quantity of the item is more then zero.

5. All Items Shows all the items in the database.

6. Add New Item Add new item in the database.

7. Edit Item Edit any item content.

8. Remove Item Can delete any item from database.

9. Exit Exit the program.

3) Code Description

Class Music

Class used to declare the variables and functions Function main.

The switch case is used for switching between this function

• AddNewItemInDatabase();

• ShowAllItems();

• ItemInStock();

• FindMusic();

• EditItem();

• RemoveItem();

• CreateOrder();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages