You are on page 1of 28

JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY KAKINADA

SCHOOL OF MANAGEMENT STUDIES

A PROJECT REPORT ON
• A PROJECT TO DESIGN AND DEVELOP A WEBSITE FOR HEAVY VEHICLES HIRE AND SALES
MANAGEMENT SYSTEM USING PHP

under the guidance of Presented by :


Mr.S.V.N. Kumar P. SAI KIRAN MOHAN
M.Tech, MBA, M.L 18021E0018
ABSTRACT
• The main aim of this project is to ordering the heavy vehicles like excavator,
crane, trolley’s and lorries for hire or sale purpose for constructions. This website
consists of all information about the vehicle owners and their hire details,
customer feedback details.
• Still now the communication is done by the owner and customer only through the
phone or by person (Mediator) at this stage there is change of miss
communication between them and also transactions are not been done properly.
• So, this website acts as interface between both customer and owner. The
customer directly contact with vehicle owner without any mediator for this
purpose so the communication becomes easy.
INTRODUCTION
• The internet has become a major tool that has fuelled the development of global
business. This has enabled people to carry out business transactions remotely.
With internet access all this is possible. This explains the reason why most
businesses nowadays treat ecommerce website development seriously.

• Web based platforms can be used to carry out trading activities. Ecommerce
website development is concerned with developing such platforms. Web
developers who are well acquainted with web design are required to develop such
sites. Such developers must be sufficiently knowledgeable on how to create secure
web browsing platforms.
• There are a number of considerations one should make when creating an
online based business execution platform. Such a platform should add
value in the way a business carries out its business dealings. The
establishment and maintenance of such platforms needs to be affordable.
Businesses whose main customers reside close to the business may find no
use in carrying out their operations in this way.
• So, make use of this website to carry forward the business functions of the
construction equipment to be make available for everyone. So, this helps
in dissolve of the mediator in between. As there are different types of
heavy vehicle construction equipment this website deals with heavy
vehicle like excavators, cranes, lorry’s and trolly’s.
NEED FOR THE PROJECT

• To provide better platform between the owner and the customer for
the rent and sales purpose. This makes the process of Hire and sales
in a simple way so that it is easy to make use of this website. The
main aim for this website is to provide the works for the company
who required heavy vehicles for Hire or for sales purpose. So that
without being idle the heavy vehicles get works which in turn
become profitable to the owner.
OBJECTIVES

• To Design a website using HTML, CSS, JAVASCRIP & PHP


• To provide sales and hire for heavy vehicles.
• Easy to know where the vehicles location for operations.
• To dissolve the mediator systems.
• Minizines the transportation cost.
SCOPE OF THE PROJECT

• The scope of this project is to design and developing a website for


construction equipment heavy vehicles like excavators, cranes, trucks and
trolly’s and get details of the hire and sales for the required vehicles as per
the requirement for the construction works.
• The main scope is that this site is useful for construction company and
heavy vehicles owners.
• this study is mainly confined to SKM ENTERPRISES heavy vehicle
suppliers.
LIMITAIONS

• This website is only limited to heavy vehicles of construction equipment


like excavators, cranes, lorry’s and trolly’s.
• Existing systems:
• Till now the process of the communication is done manually processed
thought mobile phones and so there is a mediator in between the owner and
customer.
 
• Proposed system:
• The design of the website is for the construction equipment like excavator,
crane, trolly and lorries. where they can post their ads for hire and sales
purpose. so that it will help whoever need for the construction works.
• So, this website is going to be the platform for the both the parties.
SOFTWARE REQUIREMENTS
FRONT END TOOLS:
• It involves the building of webpages and user interface for web
applications.
• It gives the design, behaviour, structure and animation to everything what
we see on the screen when we open websites and web applications.
• In this webpage application front end tools are HTML,CSS, and
JAVASCRIPT.
• HTML: HYPERTEXT MARKUP LANGUAGE makes up the text on the
page.
• CSS: CASCADING STYLE SHEETS makes web pages more pretty.
• JS: JAVASCRIPT makes html pages more interactive.
SOFTWARE REQUIREMENTS
BACKEND TOOLS:
• It involves how the software works ,updates and changes.
• It refers to everything that user cannot see in the browser like database and
server.
• In order to create a dynamic software backend technology is required.
• In this business application PHP and MySQL are used as a backend tools.

1. PHP: HYPERTEXT PREPROCESSOR is used to create interactive


websites. It is better suited for high end web development and online
applications.
2. MySQL: It is a relational database management system that runs as a
server providing multi-user access to a number of databases.
WHY PHP
• There are many reasons to use PHP for server-side programming, firstly it
is a free language with no licensing fees so the cost of using it is minimal.
• A good benefit of using PHP is that it can interact with many different
database languages including MySQL. this is also a free language so it
makes sense to use PHP. Both PHP and MySQL are compatible with an
Apache server which is also free to license. PHP can also run on Windows,
Linux and Unix servers. Due to all these languages being free it is cheap
and easy to setup and create a website using PHP.
• PHP also has very good online documentation with a good framework of
functions in place. This makes the language relatively easy to learn and
very well supported online.
CREATION OF ADS AND POST

• Through this website anyone can create the ads for the heavy vehicle
construction equipment.
• So the companies who need construction heavy vehicle can contact the vehicle
owner through the ads as per the location and requirement. Which in turns
reduces the transportation cost.
FLOW DIAGRAMS
WEBSITE LOGIN
SIGN UP

LOG IN HOME PAGE

CRANES EXCAVATORS TRAILERS LORRIES

HIRE SALE HIRE SALE HIRE SALE HIRE SALE


FLOW DIAGRAM FOR HOME
PAGE
HOME PAGE

MY
CREATE ADS MY ADS SIGN OUT
ACCOUNT
RANGE OF COMMUNICATION

Idle
company
machine

Idle
company
machine

Working company
machine

Working
company
machine

Working
company
machine
WITH THE HELP OF THIS
WEBSITE
Working
company1
machine

Working
Company 2
machine

Working Company 3
machine

Working
Company 4
machine

Working
Company 5
machine
LOGIN PAGE
SIGN UP PAGE
HOME PAGE
CREATE ADS
MY ADS
MY ACCOUNT
SEARCH PAGE
Home Page Code:
SAMPLE CODE
<?php include('session.php');?>
<!DOCTYPE html><html lang="en">
<head> <title>HOME</title><link rel="stylesheet" href="style/style.css"></head>
<body><?php include('header.php'); ?> <div class="container"><div class="row"><div class="col-md-6">
<img src="images/cranes.jpg" class="image"> <div class="overlay">
<div class="text"><a href="search.php?cat=rent&vech=crane" class="btn btn-danger">Hire</a>
<a href="search.php?cat=sale&vech=crane" class="btn btn-primary">Sale</a></div>
</div> <div class="title">CRANES</div></div><div class="col-md-6">
<img src="images/excavator.jpg" class="image"> <div class="overlay"><div class="text">
<a href="search.php?cat=rent&vech=excavator" class="btn btn-danger">Hire</a>
<a href="search.php?cat=sale&vech=excavator" class="btn btn-primary">Sale</a></div>
</div> <div class="title">EXCAVATORS</div></div></div>
SAMPLE CODE
<div class="row"> <div class="col-md-6"><img src="images/lorry.jpg" class="image">
<div class="overlay"><div class="text"><a href="search.php?cat=rent&vech=Lorry" class="btn btn-
danger">Hire</a>
<a href="search.php?cat=sale&vech=Lorry" class="btn btn-primary">Sale</a></div>
</div> <div class="title">LORRIES</div></div><div class="col-md-6">
<img src="images/trolly.jpg" class="image"> <div class="overlay"> <div class="text">
<a href="search.php?cat=rent&vech=Trolly" class="btn btn-danger">Hire</a>
<a href="search.php?cat=sale&vech=Trolly" class="btn btn-primary">Sale</a></div>
</div> <div class="title">TRAILERS</div> </div><div class="footer">
<div class="row" align="center">&copy; copyrights 2020
</body>
</html>
CONCLUSION

• This project is to designing a website for the heavy vehicle likes excavators,
cranes, lorries, trailers. This helps to minimizing the communication gap in
between the buyer and the seller. This website so works as a platform for them.
The interface of the website is designed in a way where the user can understand
easily.

http://bit.ly/skmenterprises
THANK YOU

You might also like