CAR HIRING MANAGEMENT SYSTEM (CHMS)

  • Type: Project
  • Department: Computer Science
  • Project ID: CPU0509
  • Access Fee: ₦5,000 ($14)
  • Chapters: 5 Chapters
  • Pages: 65 Pages
  • Format: Microsoft Word
  • Views: 834
  • Report This work

For more Info, call us on
+234 8130 686 500
or
+234 8093 423 853

CHAPTER ONE

INTRODUCTION

  • Introduction

A car rental, hire car, or car hire agency is a company that rents automobiles for short periods of time, generally ranging from a few hours to a few weeks. It is often organized with numerous local branches (which allow a user to return a vehicle to a different location), and primarily located near airports or busy city areas and often complemented by a website allowing online reservations. Car rental agencies primarily serve people who require a temporary vehicle, for example those who do not own their own car, travelers who are out of town, or owners of damaged or destroyed vehicles who are awaiting repair or insurance compensation. Car rental agencies may also serve the self-moving industry needs, by renting vans or trucks, and in certain markets other types of vehicles such as motorcycles or scooters may also be offered. Alongside the basic rental of a vehicle, car rental agencies typically also offer extra products such as insurance, global positioning system (GPS) navigation systems, entertainment systems, mobile phones, portable WiFi and child safety seats. The starting point of Car renting is really unknown as said by Thomas Pretty; he also mentioned that many beliefs that Joe Saunders was the first man to start a Car renting company. According to Thomas Pretty, charges were calculated with the help of mileage tracking device. Many people became interested in the Car rental business and hence got involved. Car renting became more popular as years pass by. Today Car renting services is found all over the world, especially in the developed and developing countries. To make this service more popular and accessible to the public it has been transform into a web base system and connected to the internet were everyone can be able to have access to it [1].

  • Theoretical Background

To implement the car hiring management system, the technologies adopted for the development of the system and are Hyper Text Markup Language (HTML), Java script, pHp (Hypertext preprocessor) and MySql database. These technologies were chosen because they are well suited for web-based applications.

HTML is the acronym for hypertext markup language. It is the basic language used to develop web content. It uses tags to represent commands. Every tag have a specific function.

Java script is a scripting language that helps in making web pages dynamic. It is also used for front end processing of captured data from web forms.

pHp is a recursive acronym and it means PHP hypertext pre-processor:. It is used to link the data in web-page forms to the MySql database.

Mysql is a server side database technology for web-based or network-based applications.

The source code below is used to add new car and update car status to database.

<?php

require_once(‘connect.inc.php’);

?>

<?php

if (isset($_POST[‘submit_btn’])){

$cost= $_POST[‘cost’];

$status = $_POST[‘status’];

$file_name=$_FILES[‘file’][‘name’];

$tmp_name = $_FILES[‘file’][‘tmp_name’];

$ran1=rand(100,400);

$ran2=rand(1000,100);

$car_id = ‘CAR’.$ran1.$ran2;

if(!empty($cost) && !empty($status) && !empty($file_name)){

$location = ‘upload/’; //creating a location or folder where my passport will be stored

if (file_exists($location.$file_name)) {

echo ‘car name already exist, please rename the car name’;

}else{

(move_uploaded_file($tmp_name, $location.$file_name));

$car_full_path = $location.$file_name;

$query=”INSERT INTO `car_reg_tbl` VALUES (”,’$car_id’,’$cost’,’$status’,’$car_full_path’)”;

if($query_run=mysql_query($query)){

echo ‘New car saved sucessfully’;

}else{

echo mysql_error();

}

}

}else{

echo ‘All fields are required’;

}

}elseif (isset($_POST[‘update_btn’])){

$car_id_updatet= $_POST[‘car_id_update’];

$status_update = $_POST[‘status_update’];

if(!empty($car_id_updatet) && !empty($status_update)){

$query= “SELECT `car_id` FROM `car_reg_tbl` WHERE `car_id`='”.mysql_real_escape_string($car_id_updatet).”‘”;

$query_run =mysql_query($query);

$query_num_rows = mysql_num_rows($query_run);

if($query_num_rows==0){

echo ‘Invalid Car Id’;

}else if ($query_num_rows==1) {

$query=”UPDATE `car_reg_tbl` SET status=’$status_update’ WHERE `car_id`=’$car_id_updatet'”;

if($query_run=mysql_query($query)){

echo ‘Status updated successfully’;

}else{

echo mysql_error();

}

}

}else{

echo ‘Please provide a car id and a stutus which you want to update’;

}

}

?>

ADD NEW CAR

Cost per day:

Status:

Available

Not Available



Car Image:

UPDATE CAR STATUS

Car Id:

Status:

Available

Not Available



1.2 Statement of the Problem

The problem with some of the current system is that:

Based on observations, some small companies already have a car hiring system which is not a web based application. This is a limitation that gives them capability to store customer’s details, but at the same time they cannot make their services more available to the public through the internet, they rather make use of posters to advertise their services to the public. These types of companies can overcome these problems by switching to the web base application of their type of system.

They also make use of phone call reservations which is also limited to many features as compare to a web base system. For example a customer may make a phone call reservation for a particular car, but when he/she comes to pick the car, he/she might turn not to like the car; this could be because the customer could not see a sample picture of the car he/she wants to rent.

1.3. Aim and Objective of the Study

The main objective of this research work is to provide convenience to the management team by developing a computerized system to make processes regarding car rental easier.

The main objectives of this project are as follows:

  • To enhance searching speed for all information such as client and rental.
  • To develop a system that will help manage the business transactions of car hiring.
  • To help in advertising the car hiring services of a company, through the availability of the system.
  • To provide direct access to clients through computerized application system.
  • To provide report generation and analyses the rental of car to give better decision making.
CAR HIRING MANAGEMENT SYSTEM (CHMS)
For more Info, call us on
+234 8130 686 500
or
+234 8093 423 853

Share This
  • Type: Project
  • Department: Computer Science
  • Project ID: CPU0509
  • Access Fee: ₦5,000 ($14)
  • Chapters: 5 Chapters
  • Pages: 65 Pages
  • Format: Microsoft Word
  • Views: 834
Payment Instruction
Bank payment for Nigerians, Make a payment of ₦ 5,000 to

Bank GTBANK
gtbank
Account Name Obiaks Business Venture
Account Number 0211074565

Bitcoin: Make a payment of 0.0005 to

Bitcoin(Btc)

btc wallet
Copy to clipboard Copy text

500
Leave a comment...

    Details

    Type Project
    Department Computer Science
    Project ID CPU0509
    Fee ₦5,000 ($14)
    Chapters 5 Chapters
    No of Pages 65 Pages
    Format Microsoft Word

    Related Works

    CHAPTER ONE INTRODUCTION Introduction A car rental, hire car, or car hire agency is a company that rents automobiles for short periods of time, generally ranging from a few hours to a few weeks. It is often organized with numerous local branches (which allow a user to return a vehicle to a different location), and primarily located... Continue Reading
    ABSTRACT Benue State Tractor Hiring Agency (BENTHA) is usually confronted with the problem of determining the optimum number of tractors to be allocated to different zones in the state. The number of tractors allocated to a zone is normally decided without any proper study of tractor needs of the zones. Sometimes allocation is based on merely... Continue Reading
    The state of the traffic system is influenced by travel demand and traffic supply characteristics. Travel demand is defined by Roess et al. (1998) as the number of vehicles or people that desire to travel past a point during a specified... Continue Reading
    CHAPTER ONE  INTRODUCTION  1.1       Background of Study  The state of the traffic system is influenced by travel demand and traffic supply characteristics. Travel demand is defined by Roess et al. (1998) as the number of vehicles or people that desire to travel past a point during a specified period. The main traffic supply... Continue Reading
    TABLE OF CONTENTS CHAPTER ONE:  INTRODUCTION 1.1 Background of the Study 1.2 Statement of Problem   1.3 Aim and Objectives Scope of the Project Significance of the Study Research Methodology Project Feasibility and Plan Economic Feasibility Schedule Feasibility Organization of Subsequent Chapters CHAPTER TWO: LITERATURE REVIEW 2.1 Introduction... Continue Reading
    TABLE OF CONTENTS CHAPTER ONE:  INTRODUCTION 1.1 Background of the Study 1.2 Statement of Problem   1.3 Aim and Objectives Scope of the Project Significance of the Study Research Methodology Project Feasibility and Plan Economic Feasibility Schedule Feasibility Organization of Subsequent Chapters CHAPTER TWO: LITERATURE REVIEW 2.1 Introduction... Continue Reading
    Abstract The project seeks to develop an easier way of reporting traffic offences which reduces time wastage and corruption. The project also provides an option for using mobile money and Visa/MasterCard to instantly pay for fine/bail. The project also digitalizes the mode of offence booking used by the police. Currently the traffic police books... Continue Reading
    TABLE OF CONTENT Approval/Certification                                                                                    ii... Continue Reading
    ABSTRACT Organizations in the information age are thriving to understand and digest the overwhelming amounts of information and raw data within their environments with great efforts to turn these bits and pieces of information into a set of meaningful knowledge that forms their intellectual capitals which could be used to alter the whole... Continue Reading
    ABSTRACT The study was carried out to verify all the manual processes involved in patient management system and to seek for a way of automating the system for effective operations. Since, there is continuous moves towards technological advances that enhanced productivity of... Continue Reading
    Call Us
    Get this work
    whatsappWhatsApp Us