Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Car Showroom

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

SYNOPSIS

This Project entitled “Car showroom management system” is developed using VB.Net

2008 as front end and MS Access as back end. This Project is developed for Maruti Suzuki

Private Limited,Pollachi.

This Car showroom management software is general software developed for

managing the car showroom. It is done either by sales the car or by purchasing the car to the

showroomThe main goal of this application is to maintain Record of sales occurring within a

production company. So that this software help them to maintain day to day transaction of

company’s sales to a computer.

Modules of the Project as follows

 Vehicle Detail

 Customer Registration

 Booking Order

 Sales Billing

 Service Detail

 Spare Stock Detail

 Employee details
TABLE DESIGN
Table name : Vehicle
Primary Key : Veh_code(vehicle code)
Field name Type size Description
Veh_code Varchar 7 Vehicle code
Veh _type Char 50 Vehicle Type
Veh_name Char 50 Vehicle Name
Eng_type Varchar 25 Engine Type
Cost Integer 8 Cost of Vehicle
Road_Tax Integer 2 Road Tax
Color Char 10 Vehicle Color

Table name : Customer Registration


Primary Key : Cuscode(Customer Code)

FIELD NAME DATA TYPE WIDTH DESCRIPTION


Cuscode varchar 7 Customer Code
Name Char 50 Name
Addr Varchar 250 Address
Phone Number 15 Phone No
Mobile Number 15 Mobile No
Mail Varchar 20 Mail id
Veh _type Char 50 Vehicle Type

Table name : Booking Order


Foreign Key : Cuscode(Customer Code)
FIELD NAME DATA TYPE WIDTH DESCRIPTION
Cuscode varchar 7 Customer Code
Name Char 50 Name
Addr Varchar 250 Address
Mobile Number 15 Mobile No
Veh _type Char 50 Vehicle Type
Veh_name Char 50 Vehicle Name
Eng_type Varchar 25 Engine Type
Color Char 10 Vehicle Color
adv Integer 10 Advance amount

Table name : Sales Billing


Primary Key : Bill_No(Bill Number)
FIELD NAME DATA TYPE WIDTH DESCRIPTION
Bill_No Integer 2 Bill Number
Bill_Date Date/Time 8 Bill Date
Veh_code Varchar 7 Vehicle Code
Veh_Name Char 50 Vehicle Name
Cus_code Varchar 7 Customer Code
Veh_Cost Integer 8 Vehicle Cost
Reg_No Varchar 15 Registration Number

Road_Tax Integer 2 Road Tax

Extr_Char Integer 2 Extra Charges

In_Cha Integer 2 Insurance Charges

Bill_amt Integer 8 Bill Amount


Ptype char 10 Payment Type

Table name : Service


Reference Key : Ser_No(Service Number)
FIELD NAME DATA TYPE WIDTH DESCRIPTION
Ser_No Integer 2 Service Number
Ser_Date Date/Time 8 Service Date
Cus_Code Varchar 7 Customer Code
Spa_amt Integer 8 Spare Amount
Bill_amt Integer 8 Bill Amount
Spa-Code Varchar 5 Spare Code
Spa_Name Char 50 Spare Name
Rate Integer 4 Rate
Qty Integer 2 Quantity
Lab_Cha Integer 2 Labour Charges
Jo_Char Long 4 Job Work Charges
Tot_Char Integer 8 Total Charges

Table name : Spare Stock details


Primary Key : Spa-Code
Field name Type size Description
Spa-Code Varchar 5 Spare Code
Spa_Name Char 50 Spare Name
Rate Integer 4 Rate
Qty Integer 2 Quantity

Table name : Employee


Primary Key : Emp_code(Job Code)
FIELD NAME DATA TYPE WIDTH DESCRIPTION
Emp_Code Integer 2 Employee Code
Emp_Name char 10 Employee Name
Desg char 10 Designation
Ephno integer 10 Phone number
eaddr varchar 25 Address
salamt Integer 10 Salary amount

You might also like