Car Showroom Management System

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 28

Welcome To Our

Presentation
CAR SHOWROOM MANAGEMENT SYSTEM ( SUZUKI )
Arun Vignesh B (2135565)
Rippanprabu R (2116976)
Raviteja P (2134401)
Overview:
• Project Requirements
• Schema
• Requirments
• Features
• App in Salesforce org
• Webpage
Requirements:

Introduction

 Implemented Car showroom management system by using salesforce CRM, Additionally


used company website (LWC,VF pages, APEX)

 Through company website user can book car easily and track his car status on site, this
website is mainly used to

i. Collect customer data


ii. Customer can book car and see comple overview of Car
Functional Requirements:
• Salesforce crm
• Apex
• Visualforce
• LWC
• FLOWS
• Trigger
Features:
Manager
• View/Edit/Delete Vehicle Details
• View/Edit/Delete Opportunities
• Approve Leave
SalesRep :
• Process the car orders
• View/Edit Status
USER MODULE
• Login/Registration of User
• Car list view
• View Car Details
• Car Booking status
Schema
Suzuki App :
Objects in our project

a. Car
b. Customer
c. Status
d. Leaves
e. Opportunities
f. Leads
Car:
The records/fields in the Car object are
a. Car_info - Data Type(Long Text Area(32768))
b. Car_model- Data Type(Text(10))
c. Car_name - Data Type(Text(80))
d. Currency - Data Type(Picklist)
e. Fuel_typre - Data Type(Picklist)
f. Showroom_price- Data Type(Currency(18,0))
g. Sold count - Data Type(Number(18,0))
Car:
Customer

The records/fields in the Customer object are

a. Currency - Data Type(Picklist)


b. Customer Name- Data Type(Text(80))
c. Email - Data Type(Email(Unique))
d. Name - Data Type(Text(20))
e. Password - Data Type(Text(15))
Customer
Status:
a. Car status - Data Type(Picklist)
b. Currency - Data Type(Picklist)
c. Opportunity status - Data Type(Master-Detail(Opportunity))
d. Status Name - Data Type(Text(80))
Status:
Leaves:
a. Approval Status - Data Type(Picklist)
b. Currency - Data Type(Picklist)
c. Leave Name - Data Type(Auto Number)
d. No of Days - Data Type(Formula(Number))
e. Start date - Data Type(Date)
f. End date - Data Type(Date)
g. Reason - Data Type(Text(80))
Leave:
Approval process:
Leave Approval
Opportunities:
a. Account Name - Data Type(Lookup(Account))
b. Amount - Data Type(Currency(16,2))
c. Close Date - Data Type(Date)
d. Current Generator(s) – Data Type(Text(100))
e. Customer name - Data Type(Text(20))
f. Customer phone- Data Type(Phone)
g. Customer email - Data Type(Email)
h. CustomerId - Data Type(Lookup(customer))
i. Expected Revenue - Data Type(Currency(16,2))
j. Stage - Data Type(Picklist)
k. Opportunity Name - Data Type(Text(120))
l. Lead Source - Data Type(Picklist)
m. Private - Data Type(Checkbox)
Opportunity:
Leads:
 Name - Data Type(Name)
 Annual Revenue - Data Type(Currency)
 Company - Data Type(Text(255))
 Current Generator(s)- Data Type(Text(100))
 Address - Data Type(Address)
 Email - Data Type(Email)
 Industry - Data Type(Picklist)
 Lead Currency - Data Type(Picklist)
 Mobile - Data Type(Phone)
 Primary - Data Type(Picklist)
 Rating - Data Type(Picklist)
 Number of Location - Data Type(Number(3,0))
 Product Interest - Data Type(Picklist)
 Sic Code - Data Type(Text(15))
Leads
Website signup page
Website Login Page
Home Page
Car details

You might also like