You are on page 1of 2

CAR SHOWROOM MANAGEMENT SYSTEM

1 Introduction:-

This is a project which was developed for a Car Showroom. It is useful to the
Management system to maintain the customers details, sale details and cars details.

2 Need Of Project:-

The aim of this project is to develop a car showroom details and managing system.
To produce a MySQL Command Line Tool based system that allows the showroom to
effectively manage their car business.

3 Product Scope:-

We all know the importance of computerization. The world is moving ahead at lightning
speed and everyone is running short of time. One always wants to get the information
and perform a task he/she desires within a short time of period and too with an amount
of efficiency and accuracy.

Steps:-

1. Customers will come to the showroom to book a car.


2. We took all the information of customers like Name, Mobile Number, Emails, Address.
3. We will ask him/her requirements like budget, which car he/she wants to buy, Car model,
variant, preferred color etc.
4. Then we will check the available cars as per customer requirements matches with it or
not.
5. If customers' requirements are fulfilled then we will give him/her an on road price.
6. If he/she agrees then we will book the car from our system and generate a booking
amount and delivery date.

Services:-

1. Gather customer information.


NewEntry(‘CustomerName’)

2. If the customer's budget is near about 9 Lakhs then we can show the cars below 9 L.
Budget(900000)

3. We can check Car information.


car(‘CarName’)

4. We can show cars using seating capacity.


seatingcapacity(‘numberOfSeats’)
CAR SHOWROOM MANAGEMENT SYSTEM

5. We can suggest cars to customers using mileage.


mileage(20)

6. We can show cars using what type of transmission the customer wants.
typeOfTransmission(‘Auto’)

7. Show cars using which type of variant he/she wants Eg. Petrol, Diesel, EV.
typeOfVariant(‘Petrol)

8. If the customer's requirements meet then we will book his/her car.


book(‘cardID’)

You might also like