0% found this document useful (0 votes)
4 views

Introduction

The Vehicle Service Management System facilitates vehicle servicing through user registration, enquiry, registration, and submission modules, enhancing customer relationships and service quality. It includes an admin module for managing service charges and user authentication for various roles. The system aims to address issues in traditional vehicle maintenance by promoting predictive maintenance and ensuring transparency in service operations.

Uploaded by

aartigupta5289
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Introduction

The Vehicle Service Management System facilitates vehicle servicing through user registration, enquiry, registration, and submission modules, enhancing customer relationships and service quality. It includes an admin module for managing service charges and user authentication for various roles. The system aims to address issues in traditional vehicle maintenance by promoting predictive maintenance and ensuring transparency in service operations.

Uploaded by

aartigupta5289
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

VEHICLE SERVICE MANAGEMENT SYSTEM

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.

This Project Contains 4 Modules namely: -

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: -

In the submission module the form gets submitted to admin.

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']);

$query=mysqli_query($con,"select ID from tbladmin where


AdminuserName='$adminuser' && Password='$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 charset="utf-8" />

<title>VSMS | Admin Login</title>


<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-
fit=no">

<meta content="A fully featured admin theme which can be used to build CRM, CMS,
etc." name="description" />

<meta content="Coderthemes" name="author" />

<meta http-equiv="X-UA-Compatible" content="IE=edge" />

<!-- App favicon -->

<link rel="shortcut icon" href="assets/images/favicon.ico">

<!-- App css -->

<link href="assets/css/bootstrap.min.css" rel="stylesheet" type="text/css" />

<link href="assets/css/icons.css" rel="stylesheet" type="text/css" />

<link href="assets/css/metismenu.min.css" rel="stylesheet" type="text/css" />

<link href="assets/css/style.css" rel="stylesheet" type="text/css" />

<script src="assets/js/modernizr.min.js"></script>

</head>

<body class="account-pages">

<!-- Begin page -->

<div class="accountbg" style="background: url('assets/images/hi.jpg');background-size:


cover;background-position: center;"></div>

<div class="wrapper-page account-page-full">


<div class="card">

<div class="card-block">

<div class="account-box">

<div class="card-box p-5">

<h3 class="text-uppercase text-center pb-4">

<a href="../index.php" class="text-success">

<span>VSMS | Admin Login</span>

</a>

</h3>

<p style="font-size:16px; color:red" align="center"> <?php if($msg){

echo $msg;

} ?> </p>

<form class="" action="#" name="login" method="post">

<div class="form-group m-b-20 row">

<div class="col-12">

<label for="emailaddress">User Name</label>

<input class="form-control" type="text" id="username"


name="username" required="" placeholder="User Name">

</div>

</div>

<div class="form-group row m-b-20">

<div class="col-12">

<a href="forget-password.php" class="text-muted float-


right"><small>Forgot your password?</small></a>
<label for="password">Password</label>

<input class="form-control" type="password" required=""


id="password" name="password" placeholder="Enter your password">

</div>

</div>

<div class="form-group row m-b-20">

<div class="col-12">

</div>

</div>

<div class="form-group row text-center m-t-10">

<div class="col-12">

<button class="btn btn-block btn-custom waves-effect waves-light"


type="submit" name="login">Sign In</button>

</div>

</div>

</form>

</div>

</div>

</div>
</div>

<div class="m-t-40 text-center">

<p class="account-copyright">Copyright © VSMS 2022</p>

</div>

</div>

<!-- jQuery -->

<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>

<!-- App js -->

<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.

ADVANTAGES OVER THE CURRENT SYSTEM


When the car is handed over for repair, the problem of confidence is crucial. Customers are
frequently taken advantage of under the name of service. A serious issue is the replacement
of original parts with outdated ones. Additionally, it might be challenging for clients to
confirm that the service providers are doing the tasks for which they are paying. Service
providers take advantage of this circumstance and overcharge customers. The practice of
"periodic vehicle maintenance," which mandates that the vehicle have periodic servicing
and maintenance, is widely used.

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.

You might also like