This Music Store Management System coded in C++ is an easy tool, combining all basic tasks for a Shop that sells Music Records.
This application is a Music Store Management System written in C++ is used to add, delete, edit, display and search for a music record. Additionally calculates bill for the items added. It converts all manually done tasks into an automated system.
Enables addition of a new Music Record into the database. Consisting of the fields: Item ID, Name of song, Category, Artist, Genre, Quantity, Price, GST percentage
Enables user to delete an already existing item from database file. The existing items are displayed and Item ID of record to be deleted is asked.
Enabes user to edit an already existing item in file. All fields are editable except the Item ID.
All items in the database file are displayed along with its variables.
Enables user to search for a music record by mentioning any of the field variables.
A Bill is generated for all the added items along with their respective quantities and GST. Final Grand Total is displayed.
Exits program. Confirmation message is displayed which when chosen as exit, exits the application.