Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 2

Vehicle Detail

Case Title : Vehicle Rental Management

1. Overview:
Raj motors, a transport company provides vehicle rental services for its clients
and public in general. They also provide maintenance services to vehicles at
various locations across the country. They have recently acquired a large fleet
of vehicles of various types for rental purpose. They have also established tieups with other companies across the country to increase their service
locations. Since this increase in fleet has resulted in a large number of
vehicles, the management was finding it difficult to maintain records. It was
also difficult to synchronize data across various locations. This made the
management decide to create an online application to support their
operations.

2. Requirements:
You should create a main page with Login Id and Password. Check for the
different roles and restrict access to the roles defined under to perform the
specified operations. (I.e. User cannot Modify/Delete values.).User types are
Admin and User.
Read the requirements carefully; Use appropriate fields and normalize the
database if necessary.

Add Vehicle, Modify Vehicle and Delete Vehicle; Put them on a single page.
Vehicle can be of 3 types (Static Table).
o 2 Wheeler
o 4 Wheeler
o Heavy vehicle
Vehicle can be of 2 classes (Static Table).
o Economy class
o Luxury class
Heavy vehicle can be of 3 types (Static Table).
o Truck
o Tempo
o Cargo Trucks
Heavy vehicle can be used for
o National permit
o Local

Case ID: 013

Page 1 of 2

Vehicle Detail

Display List of Vehicles with name, type, Class name, permit type and Heavy
Vehicle type name .(using a stored procedure)

Case ID: 013

Page 2 of 2

You might also like