Introduction
Introduction
This system “Vehicle services” allows providing vehicle for service. If customer got any
problem with his vehicle based on guaranteed card they are providing services
The real power of this project lies not in direct selling of products, but in the creation of tighter
relationships with customers and delivering of a high level of service and support, which in
turn improves organization sales and its goodwill. A service organization is a business entity
that takes care of servicing a customer instrument in the after sales domain. As the number
of customers and size of operations increases, the organization divides the geographical area
into service areas and branch locations, to allow Engineers to be more responsive to the
customer-needs.
User registration: -
In this module we are registering the email-id , Phone Number, password of the user.
Enquiry Module: -
The Enquiry module contains the information to ask to admin regarding servicing provide by
the garage. There are three to four enquiry types in this module.
Registration Module: -
Registration of the vehicle for the servicing takes places in the Registration Module of the
vehicle. This module contains a form page where the information of the vehicle like vehicle
model, vehicle type, vehicle Number, etc are collected.
Submission Module: -
Service charge: -
This module is on the admin side of the project where the servicing required for the vehicle
and as per told by the client or the customer has been done the admin charges according to
it.
SAMPLE CODE EXPLAINED: -
<?php
session_start();
error_reporting(0);
include('includes/dbconnection.php');
if(isset($_POST['login']))
$adminuser=$_POST['username'];
$password=md5($_POST['password']);
$ret=mysqli_fetch_array($query);
if($ret>0){
$_SESSION['adid']=$ret['ID'];
header('location:dashboard.php');
else{
$msg="Invalid Details.";
?>
<!doctype html>
<html lang="en">
<head>
<meta content="A fully featured admin theme which can be used to build CRM, CMS,
etc." name="description" />
<script src="assets/js/modernizr.min.js"></script>
</head>
<body class="account-pages">
<div class="card-block">
<div class="account-box">
</a>
</h3>
echo $msg;
} ?> </p>
<div class="col-12">
</div>
</div>
<div class="col-12">
</div>
</div>
<div class="col-12">
</div>
</div>
<div class="col-12">
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/metisMenu.min.js"></script>
<script src="assets/js/waves.js"></script>
<script src="assets/js/jquery.slimscroll.js"></script>
<script src="assets/js/jquery.core.js"></script>
<script src="assets/js/jquery.app.js"></script>
</body>
</html>
The users such as administrators, managers, customers, clerk and cleaner are authenticated
by this login module. According to the code, the module checks the authentication of user
by their username and password. And, the status of the user (system accessibility of the
user) is checked here.
A vehicle's service life is typically determined by either a predetermined time frame or the
mileage travelled. It is advised to get the car serviced every six months or 10,000 kilometres.
However, the problem with "periodic vehicle maintenance" is that it's difficult to determine
which parts need to be repaired or replaced, which might lead to repairs or replacements of
parts that are still in good shape. Predictive vehicle maintenance proves useful in this
situation. This data is obtained from numerous built-in or customized sensors in the car that
are used to keep track of the condition of various components.
This prevents the buyer from having to pay more money for the additional damage the
automobile would have sustained if the defective item had been driven. Given that the
service centre already has cameras installed, our solution makes advantage of such
infrastructure.