You are on page 1of 37

CHAPTER-1

INTRODUCTION

Car Sales system is an application that computerizes the conventional car sale procedure which

we are aware of. This is a windows based application. This helps in managing data related to

buyers and sellers of the cars. Business reports can also be generated and viewed.

We aim to become a pioneer in the vehicle buy/sale industry by completely focusing on

customers, our employees, growth, innovation and efficiency. All of these elements will drive us

towards success and show us as one company that can perform and give value for money.

When it comes to cab buy/sale services, Autozone Service is the most trusted and reliable name

in the travel business. The most advanced travel agents offering cab buy/sale and car hire in

India, making full use of information technology to improve the level of our efficiency.

However, this is only one aspect of services. And this project continually strive to offer the best

of services - both in terms of man and machine, to our clients

Moreover, this project has a fleet of cars ranging from luxury to budget cabs. While, it offers

online cab hire service for corporate houses. And this project claim to offer the best of rates,

which are tailor-made depending upon the facilities, availed and offer both intercity and intra-

city cab facilities. All cabs have proper permits and documentation so that the clients couldn't be

hassled for the lack of documents. However, this project has strategic backup system for any

eventuality. Cab drivers are educated, polite, and reliable and are trained to handle acute

breakdowns. The cab service includes all categories of cars from luxury to budget.

Further, this project‟s utmost priority is quality. To achieve this, vehicles are well maintained

and tested for delivering optimum and uninterrupted performance. Team of professionals in the
1
travel business enables this system to design trips that suits to all budgets and preferences of the

travelers. In addition, workforce including drivers and administrative staff are well trained to

discharge their duties with a lot of efficiency.

Modules of the Projects:

Ø Admin module

Ø HR module

Ø Maintenance module

Ø Movement module

Ø Finance module

Ø Quality Assurance module

Car Sales System Modules

This application is divided into following modules

 Addition/Deletion of Cars and details

 Viewing details

 Searching for a car

Module Description

 Addition/Deletion of Cars and details

 System shall allow the administrator to login and add data related to cars and its images

2
 He will also be able to delete old data related to cars.

 Admin has the permission to add, edit and delete data

 Shall be able to save list of cars

Viewing details

 To view the saved list of cars

 Each detail of car like year of purchase, manufacturer type, name etc can be viewed.

Searching for a car

 Search car based on matched keywords such as cost, year of manufacture etc.

 Search result page returns image of car, car name and information related to car

INTRODUCTION TO COMPANY PROFILE

A.S. INFO. TECH. is an information and technology services provider focusing on


providing highly scalable business solutions with innovative approach and advanced
methodologies for all the developed and blooming companies covering all the sectors.
They provide strategic development for the global business community with their wide
array of effective solutions and services customized to a range of key verticals &
horizontals.
Their approach is based on commencing the projects with clear objectives, delivering
significant outcomes to help overcome the needs of all their clients with proficiency.
They work with a dynamic and fervent team of IT professionals driven by par
excellence to deliver the best possible solutions by utilizing state of art technologies.

3
With a customer centric focus they ensure their clients with satisfied results every time
and therefore they provide full support to their clients even beyond project completion.
They are acknowledged for their quality standards, work process, professional service,
and suppleness by all their clients.

A.S. INFO. TECH. deals with different services provided by our family by keeping in
mind the customer satisfaction the on-time delivery with the effective work done.
 Web Designing
 Internet Marketing
 Website Development
 ERP Implementation and Support
 6 Week/Months Industrial Training
 Domain Registration & Web Hosting
A.S. INFO. TECH. has a worldwide client base and many years of experience in
professional web site designing and programming. Our sites are created with a solid
foundation of functionality, beauty, and simplicity. They are designed specifically to
provide your customers with the information they want quickly and easily.
A.S. INFO. TECH. has now emerged on various Software Technologies with an
objective of strategic and practical approach towards training the students and working
professionals. With the guidance and supervision of our experienced Professionals,
students are trained in each and every aspect of technologies. The courses cover
everything necessary- from the basic concept for beginners to advanced techniques.
This training will help:
 Experienced individuals to refine their skills and learn latest concepts in various
technologies.
 Fresher‟s to keep them one step ahead from people without any experience and
also to compete with Industry Professionals.
 Our courses cover everything necessary to build strong professional foundations.

4
Our goal remains to provide practical knowledge with strong fundamentals so what
student‟s career is secured.

What A.S. INFO. TECH. Soft is offering to the students?

A.S. INFO. TECH. offers training in the following technologies:

 JAVA
 PHP
 Cloud Computing
 Web Designing
 Graphics Designing
 Oracle
 Automation Testing and many more
 Networking
 ERP Software‟s
 Computer Hardware & Repairing
 Online Bidding

Why A.S. INFO. TECH. ?


At A.S. INFO. TECH. Soft, we believe in developing long lasting business solution
rather than just developing an application. A.S. INFO. TECH. has a worldwide
client base and many years of experience in professional web site designing and
programming. Our sites are created with a solid foundation of functionality, beauty, and
simplicity. They are designed specifically to provide our customers with the information
they want quickly and easily.

5
A.S. INFO. TECH. Soft is backed by Industry experts to solve real-time challenges:
 Coerces developed by Industry Experts.
 State of art labs.
 Trainers are available to solve any of student‟s queries.
 The batch size is kept in between 15-20 students.
 Real time project based training.
 Emphasis on overall development.
 Interaction with HR & IT experts.
 100% job assistance on completion of training. Depending upon the
performance, the students are hired by the company.

A.S. INFO. TECH. offers an array of courses in IT training for organization and for
individuals who wish to take up career education and skill enhancement courses, with a
high degree of flexibility.

INTRODUCTION TO TECHNOLOGY

THEORETICAL BACKGROUND:-

PHP is server side scripting language. PHP begin as a PERSONAL HOME PAGE scripting tool.

Today PHP is widely used in personal and corporate world as an efficient web development plate

form. In most cases PHP is introduced in corporation because of its speed and absence of license

fees.

1. Operators

2. Control statements

3. Mathematical functions etc....

PHP acronym for (PHP Hpertext preprocessor) is a server side embedded scripting language.

This means it works with an HTML document to confer to it the capacity of generating content

6
on demand. You can convert your site into a web application, not just a collection of static pages

which may not get updated quite so often, Which may be alright for the PERSONAL websites,

but not for the one that is going to be used with business and educational websites.

What is a PHP File?

 PHP files can contain text, HTML, JavaScript code, and PHP code

 PHP code are executed on the server, and the result is returned to the browser as

plain HTML

 PHP files have a default file extension of ".php"

What Can PHP Do?

 PHP can generate dynamic page content

 PHP can create, open, read, write, and close files on the server

 PHP can collect form data

 PHP can send and receive cookies

 PHP can add, delete, modify data in your database

 PHP can restrict users to access some pages on your website

 PHP can encrypt data

With PHP you are not limited to output HTML. You can output images, PDF files, and

even Flash movies. You can also output any text, such as XHTML and XML.

Why PHP?

 PHP runs on different platforms (Windows, Linux, Unix, Mac OS X, etc.)

7
 PHP is compatible with almost all servers used today (Apache, IIS, etc.)

 PHP has support for a wide range of databases

 PHP is free. Download it from the official PHP resource: www.php.net

 PHP is easy to learn and runs efficiently on the server side

Basic PHP Syntax:

 A PHP script can be placed anywhere in the document.

 A PHP script starts with <?php and ends with ?>:

 <?php

// PHP code goes here

?>

 The default file extension for PHP files is ".php".

 A PHP file normally contains HTML tags, and some PHP scripting code.

PHP Variables:

Variables are "containers" for storing information.

PHP Conditional Statements

Very often when you write code, you want to perform different actions for different

decisions. You can use conditional statements in your code to do this.

In PHP we have the following conditional statements:

 if statement - executes some code only if a specified condition is true

8
 if...else statement - executes some code if a condition is true and another code if

the condition is false

 if...else if....else statement – selects one of several blocks of code to be executed

 switch statement - selects one of many blocks of code to be executed

PHP Switch Statement

Use the switch statement to select one of many blocks of code to be executed.

For Loop

The for loop is used when you know in advance how many times the script should run.

Syntax:

for (init; condition; increment)

code to be executed;

PHP Functions:

In this chapter we will show you how to create your own functions. To keep the script

from being executed when the page loads, you can put it into a function. A function

will be executed by a call to the function.

You may call a function from anywhere within a page.

Create a PHP Function

9
A function will be executed by a call to the function.

Syntax:

function functionName()

code to be executed;

PHP function guidelines:

 Give the function a name that reflects what the function does

 The function name can start with a letter or underscore (not a number)

PHP Form Handling:

The most important thing to notice when dealing with HTML forms and PHP is that

any form element in an HTML page will automatically be available to your PHP

scripts.

Example:

The example below contains an HTML form with two input fields and a submit button:

<html>

<body>

<form action="welcome.php" method="post">

Name: <input type="text" name="fname">

10
Age: <input type="text" name="age">

<input type="submit">

</form>

</body>

</html>

The $_GET Variable

The predefined $_GET variable is used to collect values in a form with method="get"

Information sent from a form with the GET method is visible to everyone (it will

be displayed in the browser's address bar) and has limits on the amount of information

to send.

Example:

<form action="welcome.php" method="get">

Name: <input type="text" name="fname">

Age: <input type="text" name="age">

<input type="submit">

</form>

The $_POST Variable

The predefined $_POST variable is used to collect values from a form sent with

method="post". Information sent from a form with the POST method is invisible to

others and has no limits on the amount of information to send.

11
Note: However, there is an 8 MB max size for the POST method, by default

(can be changed by setting the post_max_size in the php.ini file).

Example:

<form action="welcome.php" method="post">

Name: <input type="text" name="fname">

Age: <input type="text" name="age">

<input type="submit">

</form>

PHP Session

PHP Session Variables

When you are working with an application, you open it, do some changes and then

you close it. This is much like a Session. The computer knows who you are. It

knows when you start the application and when you end. But on the internet

there is one problem: the web server does not know who you are and what you

do because the HTTP address doesn't maintain state. A PHP session solves this

problem by allowing you to store user information on the server for later use

(i.e. username, shopping items, etc). However, session information is temporary and

will be deleted after the user has left the website. If you need a permanent

storage you may want to store the data in a database.

12
Sessions workby creating a unique id (UID) for each visitor and store variables

based on this UID. The UID is either stored in a cookie or is propagated in

the URL.

Starting a PHP Session

Before you can store user information in your PHP session, you must first start up the session.

Note: The session_start() function must appear BEFORE the <html> tag:

<?php session_start(); ?>

<html>

<body>

</body>

</html>

HTML :

Hyper Text Markup Language (HTML) is the predominant markup language for web

pages. HTML elements are the basic building-blocks of webpages. HTML is a language

for describing web pages.

 HTML stands for Hyper Text Markup Language

 HTML is not a programming language, it is a markup language

 A markup language is a set of markup tags

 HTML uses markup tags to describe web pages

13
 HTML is written in the form of HTML elements consisting of tags, enclosed in

angle brackets (like <html>), within the web page content. HTML tags most

commonly come in pairs like <h1> and </h1>, although some tags, known as

empty elements, are unpaired, for example <img>. The first tag in a pair is the

start tag, the second tag is the end tag (they are also called opening tags and

closing tags). In between these tags web designers can add text, tags, comments

and other types of text-based content.

 The purpose of a web browser is to read HTML documents and compose them

into visible or audible web pages. The browser does not display the HTML tags,

but uses the tags to interpret the content of the page.

 HTML elements form the building blocks of all websites. HTML allows images

and objects to be embedded and can be used to create interactive forms. It

provides a means to create structured documents by denoting structural semantics

for text such as headings, paragraphs, lists, links, quotes and other items. It can

embed scripts in languages such as JavaScript which affect the behavior of HTML

webpages.

JAVASCRIPT :

JavaScript is used in millions of Web pages to improve the design, validate forms,

detect browsers, create cookies, and much more. JavaScript is the most popular scripting

language on the internet, and works in all major browsers, such as Internet Explorer,

Firefox and Opera. JavaScript was designed to add interactivity to HTML pages. It is a

14
scripting language and it is a lightweight programming language. It is usually embedded

directly into HTML pages. Everyone can use JavaScript without purchasing a license.

What can a JavaScript Do?

 JavaScript gives HTML designers a programming tool - HTML authors are

normally not programmers, but JavaScript is a scripting language with a very

simple syntax! Almost anyone can put small "snippets" of code into their HTML

pages

 JavaScript can put dynamic text into an HTML page - A JavaScript statement

like this: document.write("<h1>" + name + "</h1>") can write a variable text into

an HTML page

 JavaScript can react to events - A JavaScript can be set to execute when

something happens, like when a page has finished loading or when a user clicks

on an HTML element

 JavaScript can read and write HTML elements - A JavaScript can read and

change the content of an HTML element

 JavaScript can be used to validate data - A JavaScript can be used to validate

form data before it is submitted to a server. This saves the server from extra

processing

15
CHAPTER-2
PROBLEMS & SOLUTION OF PROJECT
2.1 Existing System

Autozone Service is an innovative thought to simplify the Transportation problems

of Employees of an organization. In the present System, Organization do maintain a person for

the allocating and proper functioning of transportation .The Person appointed needs to look after

the assigning and movement of cabs. Authorised person maintains the transportation details in

papers, which is a tedious task if any updations or changes need to be done.

Ø Details are stored in Papers.

Ø Maintenance is a huge problem.

Ø Updation, changes in details is a tedious task.

Ø Performance is not achieved up to the requirements.

2.2 Proposed System

In the Previous System, Details are Stored Manually in papers, to share the

details between employees was a Financial drawback. Updations in the details is a tedious task.

But a new system was proposed to overcome the above drawbacks.

Functionalities and advantages of proposed system are:

Ø Data is Centralized which has overcome the Sharing problem in previous system.

Ø As data is Maintained electronically, it‟s easy for a person to update the details, which has

overcome the tedious updation in previous system.


16
Ø Maintenance is easy and performance is good.

Ø Mainly the system has automated the Transportation Process.

17
CHAPTER 3

FEASIBILITY REPORT

Feasibility Report

Preliminary investigation examine project feasibility, the likelihood the system will be useful to

the organization. The main objective of the feasibility study is to test the Technical, Operational

and Economical feasibility for adding new modules and debugging old running system. All

system is feasible if they are unlimited resources and infinite time. There are aspects in the

feasibility study portion of the preliminary investigation:

 Technical Feasibility

 Operation Feasibility

 Economical Feasibility

3.1. Technical Feasibility

The technical issue usually raised during the feasibility stage of the investigation includes the

following:

 Does the necessary technology exist to do what is suggested?

 Do the proposed equipment‟s have the technical capacity to hold the data required to use
the new system?

 Will the proposed system provide adequate response to inquiries, regardless of the
number or location of users?

 Can the system be upgraded if developed?

 Are there technical guarantees of accuracy, reliability, ease of access and data security?

18
Earlier no system existed to cater to the needs of „Secure Infrastructure Implementation System‟.

The current system developed is technically feasible. It is a web based user interface for audit

workflow at NIC-CSD. Thus it provides an easy access to the users. The database‟s purpose is to

create, establish and maintain a workflow among various entities in order to facilitate all

concerned users in their various capacities or roles. Permission to the users would be granted

based on the roles specified.

3.2. Operational Feasibility

Proposed projects are beneficial only if they can be turned out into information system. That will

meet the organization‟s operating requirements. Operational feasibility aspects of the project are

to be taken as an important part of the project implementation. Some of the important issues

raised are to test the operational feasibility of a project includes the following: -

1. Is there sufficient support for the management from the users?

2. Will the system be used and work properly if it is being developed and implemented?

3. Will there be any resistance from the user that will undermine the possible application

benefits?

This system is targeted to be in accordance with the above-mentioned issues. Beforehand, the

management issues and user requirements have been taken into consideration. So there is no

question of resistance from the users that can undermine the possible application benefits.

19
CHAPTER-4
SYSTEM ANALYSIS:-

Analysis is the detailed study of the various operation performed by the system and their

relationship within and outside the system. While developing project many problems

arises. To solve those problems data is collected from manuals, books, generals etc.

Logical system models and tools are used e.g.: DFD, Interviews, Data Dictionary etc.

The requirements gathering process is intensified and focused specifically on software. to

understand the nature of the program(s) to be built, the software engineer (“analyst”)

must understand the information domain for the software, as well as required function,

behavior, performance, and interfacing. Requirements for both the system and the

software are documented and reviewed with the customer.

Requirement analysis enables the system engineer to specify function and performance,

indicate software‟s interface with other system elements, and establish constraints that

software must meet, Requirements allow the software engineer (often called analyst in

this role) to refine the software are allocation and build modules of the data, functional,

and behavioral domains that will be treated by software, Analysis provides the software

designer with models that can be translated in to data, architectural, interface, and

procedural design. Finally, the requirement specification provides the developer and the

customer with the means to assess quality once software is built. Developer and the

customer with the analysis may be divided into five areas of effort:

Problem Recodnition

 Evaluation and Synthesis

20
 Modeling

 Specification

 Review

PROJECT REQUIREMENTS AND SPECIFICATION

Requirements

 HARDWARE REQUIREMENTS

RAM

Minimum: 512 megabytes (MB)

Recommended: 2 GB

Hard Disk

40 GB of available space required on installation drive

500 GB of available space required on system drive

Display

Recommended: 1024 x 768 High Color - 16-bit

 SOFTWARE SPECIFICATON

 FRONT-END : PHP

21
 BACK-END : MySql SERVER

CLIENT AND SERVER SIDE REQIREMENTS

CLIENT SIDE:

1.Internet Browser

2.System

3.Internet Connection

SERVER SIDE:

1.MySql Database

2.Apache Linux server

3.Web hosting

4.Domain

SPECIFICATION

Operational Feasibility:-

The project is operationally feasible. This project is made for the convenience

of the employees. It will greatly reduce the huge burden of employees. So

because of the above stated advantages the user of the system will not be

reluctant.

22
So my project “Enterprise Resource Planning” performs all the operations,

Such as adding a new employee updating the existing one, to display the

employees, projects and to search particular employee, project. All these

operations are performed by the project. So it has operational feasibility.

BENEFITS

 More amount of accuracy

 Paper work is reduced

SYSTEM DESIGN:-

System design is a solution, a ”how to” approach to the creation of a new system. The

important phase is composed of several steps. It provides the understanding and

procedural details necessary-for implementing the system recommended in the feasibility

study. Emphasis is on translating the performance requirements into design specifications.

Design goes through logical and physical stages of developments. Logical design reviews

the present physical system; prepares input and output specification; makes edit, security,

and control specifications; details the implementation plan; and prepares a logical

walkthrough. The physical design maps out the details of the physical system, plans the

system implementation, devises a test and implementation plan, and specifies any new

hardware and software.

23
System design is a transition from a user oriented document oriented to programmers or

database personnel. It goes through logical and physical design with emphasis on the

following:-

a) Preparing input/output specification

b) Preparing security and control specifications

c) Specifying the implementation plan

d) Preparing a logical design walkthrough before implementation

INPUT DESIGN:-

In accurate input data is the most common case of errors in data processing. Errors

entered by data entry operators can be controlled by input design. Input design is a

process of converting user-originated inputs to a computer based format. After input data

are identified, appropriate input media are selected for processing and the analyst must

decide how input is entered and the speed of data capture. The fastest method is online

data entry, which requires a CRT screen for display and predefined user‟s options that

standardize data capture and provide visual verification. The entire input screen is shown

with data in input design section.

OUTPUT DESIGN:-

Computer output is the most important and direct source of information to the user

efficient, intelligible output design should improve the system‟s relationships with the

user help in decision making. A major form of output requirements of the user. The

output devices to consider depend on the factors such as compatibility of the device with

24
the system, response time requirements, excepted print quality, and number of copies

needed.

DATABASE DESIGN:-

After the input and output are designed, files and data they store must be organized

according to user requirements and the constraints of the hardware and operating system.

A decade ago, database, was unique to large corporation with mainframes. Today it

is recognized as a standard of MIS and is available for virtually every size of computer.

In a database environment common data are available and used by several users. The

general theme behind a database is to handle information as an integrated whole. In

database design, several specific objectives are considered.

25
CHAPTER-5

SYSTEM IMPLEMENTATION:-

System implementation is the stage when the user has thoroughly tested the system and

approves all the features provided by the system. The various tests are performed and

the system is approved only after all the requirements are met and the user is satisfied.

Implementation is the process of having systems personnel check out and put new

equipment into use, train users, install the new application and construct any files of

data needed to use it. This phase is less creative than system design. Depending on the

size of the organization that will be involved in using the application and the risk

involved in its use, systems developers may choose to test the operation in only one

area of the firm with only one or two persons. Sometimes, they will run both old and

new system in parallel way to com-pare the results. In still other situations, system

developers stop using the old system one day and start using the new one the next.

The implementation of the web based or LAN based networked project has some extra

steps at the time of implementation. We need to configure the system according the

requirement of the software.

For the project we need to install and configure Tomcat server 5.5, database server, and

the deployment directory for the project.

5.1 CODING:-

Introduction of Coding

26
This means program construction with procedural specification has finished and the

coding for the program begins. Once the design was over, coding commenced. Coding is

natural consequence of design. Coding step translate a detailed design representation of

software into a programming language realization. Main emphasis while coding was on

style so that the end result was an optimal code.

Coding Style

The structured programming method was used in all the modules of the project. It

incorporated the features. The code has been written so that the definition and

implementation of each function is contained in one file. A group of related function

was clubbed together in one file to include it when needed and save us from the labor

of writing it again and again.

Naming Convention

As the project size grows, so does the complexity of recognizing the purpose of the

variables. Thus the variables were given meaningful names, which would help in

understanding the contents and purpose of variable. The function names are also given

meaningful name that can be easily understood by the user.

Indentation

Use of indentation can make the task of reading and understanding a program much

simpler. Indentation is an essential part of good program. If code id intended without

thought it will seriously affect the readability of the program. The higher level

27
statements like the definition of variables, constants and the functions are intended with

each nested block intended, starting their purpose in the code.

Use Of Ajax and JavaScript

We have tried to use the combination of XML and JavaScript i.e AJAX with which we

can make our website more dynamic and use of less code.

Use of HTML

HyperText Markup Language (HTML) is the predominant markup language for web

pages. HTML elements are the basic building-blocks of webpages. HTML is a language

for describing web pages.

 HTML stands for Hyper Text Markup Language

 HTML is not a programming language, it is a markup language

 A markup language is a set of markup tags

 HTML uses markup tags to describe web pages.

Use of PHP

 PHP stands for PHP: Hypertext Preprocessor

 PHP is a widely-used, open source scripting language

 PHP scripts are executed on the server

 PHP is free to download and use

28
CODE:-

<!DOCTYPE html>

<html>

<head>

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link href="style.css" rel="stylesheet">

<!-- CSS only -->

<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel="stylesheet" integrity="sha384-
1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous">

<!-- JavaScript Bundle with Popper -->

<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-
ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>

<title>Autozone</title>

</head>

<body class="bg-light">

<div class="container">

<nav class="navbar sticky-top navbar-light bg-light border-bottom border-2">

<div class="container-fluid">

29
<a class="navbar-brand" href="product.php">

<img src="icons\logo (3).svg" alt="" width="110rem" height="30rem">

</a>

<ul class="nav justify-content-end">

<li class="nav-item">

<a class="nav-link link-dark" href="loginForm.php">Login</a>

</li>

<li class="nav-item">

<a class="nav-link link-dark active" href="index.php">Sign Up</a>

</li>

</ul>

</div>

</nav>

<section class="container">

<div class="row">

<div class="jumbotron jumbotron-fluid text-black col-12 col-sm-6">

<div class="container">

<h1 class="display-5 mt-4 fw-bold h1">Welcome</h1>

<p class="lead text-black">Register to continue</p>

</div>

</div>

30
<div class="col-12 col-sm-6">

<p class="text-center h1 fw-bold mb-5 mx-1 mx-md-4 mt-4">Sign up</p>

<form class="mx-1 mx-md-4" method="POST" action="userRegistration.php">

<div class="d-flex flex-row align-items-center mb-4">

<i class="fas fa-user fa-lg me-3 fa-fw"></i>

<div class="form-outline flex-fill mb-0">

<input type="text" name="name" id="name" class="form-control" required/>

<label class="form-label" for="name">Your Name</label>

</div>

</div>

<div class="d-flex flex-row align-items-center mb-4">

<i class="fas fa-envelope fa-lg me-3 fa-fw"></i>

<div class="form-outline flex-fill mb-0">

<input type="email" id="email" name="email" class="form-control" required


/>

<label class="form-label" for="email">Your Email</label>

</div>

</div>

<div class="d-flex flex-row align-items-center mb-4">

<i class="fas fa-lock fa-lg me-3 fa-fw"></i>

31
<div class="form-outline flex-fill mb-0">

<input type="password" name="password" id="password" class="form-


control" required />

<label class="form-label" for="password">Password</label>

</div>

</div>

<div class="d-flex flex-row align-items-center mb-4">

<i class="fas fa-key fa-lg me-3 fa-fw"></i>

<div class="form-outline flex-fill mb-0">

<input type="password" id="confirmPassword" name="confirmPassword"


class="form-control" />

<label class="form-label" for="confirm Password">Repeat your


password</label>

</div>

</div>

<div class="d-flex flex-row align-items-center mb-4">

<i class="fas fa-envelope fa-lg me-3 fa-fw"></i>

<div class="form-outline flex-fill mb-0">

<input type="number" id="phoneNumber" name="phoneNumberr"


class="form-control" required />

<label class="form-label" for="phoneNumber">Phone Number</label>

</div>

</div>

<div class="d-flex flex-row align-items-center mb-4">


32
<i class="fas fa-envelope fa-lg me-3 fa-fw"></i>

<div class="form-outline flex-fill mb-0">

<textarea id="address" name="address" class="form-control" rows="4"


required></textarea>

<label class="form-label" for="address">Address</label>

</div>

</div>

<div class="form-check d-flex justify-content-center mb-5">

<input

class="form-check-input me-2"

type="checkbox"

value=""

id="form2Example3c"

/>

<label class="form-check-label" for="form2Example3">

I agree all statements in <a href="#!">Terms of service</a>

</label>

</div>

<div class="d-flex justify-content-center mx-4 mb-3 mb-lg-4">

<button type="submit" name="submit" class="btn btn-primary btn-


lg">Register</button>

</div>

</form>

33
</div>

</div>

</section>

</div>

</body>

</html>

SCREENSHOT

Description Page:-

34
Sale Page

Home Page:-

35
CHAPTER 6

CONCLUSION

Limitations

The development of automobile industry plays a very important role in promoting the economic

development of our country. It is one of the pillar industries of our country. And as the world

economy is more and more tend to be more integrated, and as the scope and type of customer

demand continues to expand, the continuous development of science and technology, and

continuously shortening product life cycle, the construction of sales management information

system is to achieve the development of auto industry technical support, to improve automobile

sales management level, improve the car industry market conversion is of great significance.

This article has analyzed the automobile sale management information system present situation,

in the full analysis automobile sale management foundation, through the full elaboration to the

system structure, the scale, the function and the software, the hardware disposition and so on

carried on the design and the development. Automobile sales management information system is

designed and realized, which can collect, store, transfer, process, display and analyze all kinds of

information involved in automobile sales to realize data sharing, personnel collaboration and

process optimization of automobile sales, and improve the overall benefit of automobile industry.

Finally, a data encryption algorithm is designed to ensure the data security of the system, which

plays a demonstration role for the informatization and intelligent construction of automobile

sales management in China and the United States, and has a very broad space for promotion and

application.

36
CHAPTER-7
BIBLIOGRAPHY
BIBLIOGRAPHY:-

BOOKS

1.Database management system by Vipin C. Desai

2.System Analysis and Design by Elias M. Awad

3.PHP by Complete Reference and www.w3schools.com

4.JavaScript by Ivan Byross

5.MySql server from MySQL 5.5 Reference Manual

WEB REFERENCES

1. http://www.w3schools.com

2. http://www.wikipedia.com

3. http://www.javascript-coder.com/html-form/javascript-form-validation.phtml

4. http://leandrovieira.com

5. http://nivo.dev7studios.com
6. http://php.net
7. http://www.2createawebsite.com/build/templates.htmlwww.webopedia.com

37

You might also like