Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 6

ABSTRACT

The project titled as “PETROL BUNK MANAGEMENT SYSTEM” is developed in PHP


as front end and SQL Server as back end. The main aim of the project is to control the petroleum
products, sales, and purchase and dealer details of the organization.

Petrol bunk account is large and it needs to be stored in the computer to avoid account
problems. In this project, the petrol bunk account is added in to a web site. The petrol sales,
company details, purchase of petrol from dealers should be maintained in this project. The
administrator has to login to enter into the project.

The login screen will be the first screen to the project. The administrator will enter his
username and password to login. When the login is correct the form will be displayed. If it is not
done, the next form will not be displayed. The product details are maintained in this project.
Petroleum products can be added, edit or delete from the server.

The petrol company details can be adding, edit or delete by the administrator. All petrol
purchase is entered in the purchase records. The sales to the customer are entered in the database.
This project also includes to find which persons check in and check out time. It includes which
person has sold how many liters of petrol, diesel, oil and find the amount received on a particular
day.

This will include the sales module in which a person can find what is the work done by a
particular person on that day. It is also possible to find out whether is present on that day or not.
Salary of an employee is obtained in this project.

It also includes the amount of petrol, diesel, oil an employee has sold. This project
contains the employee work shift and also daily reports. This includes some of the database
reports to update the particular information about an employee. and fetch employees with the
most experiences and which is the newly joint.

iv
INTRODUCTION

This project means the various activities are been carried out at the petrol system. This
project includes how to find out the information about the various petrol pump. This project also
includes to find which person’s check in and check out time.

It includes which person has sold how many liters of petrol, diesel, oil and find the
amount received on a particular day. This will include the sales module in which a person can
find what is the work done by a particular person on that day.

Also a person can find out whether a person is present on that day or not. Also a person
can find the cost of the particular petrol, diesel, oil per liter. It also includes the bonus a particular
employee is getting. It displays full details of all employee like address, phone number etc. It can
fetch information of a particular employee through a database.

Salary of an employee is obtained in this project. It also includes the amount of petrol,
diesel, oil an employee has sold. This project contains the employee work shift and also daily
reports. This include some of the database reports to update the particular information about an
employee. and fetch employees with the most experiences and which is the newly joint.

1
ORGANIZATION PROFILE

APS TECHNOLOGIES

APS Technologies is an eminent IT company providing web-based products and service.


APS Technologies is a reputed web development company that was established in the year 2012
with its headquarters based at Madurai, India.

The company have a creative team of skilled professionals who have in depth knowledge
in various technologies including Open-source technologies and Microsoft technologies to serve
the valuable clients. Web designing and development being the main company activity, and also
expertise in Mobile Application development, E-commerce Solutions, Software Development
and 2D/3D Animations.

It provides a range of software includes E-commerce website, School and College


Website, Responsive Websites, Blogging and News Websites, Job Portal Websites, Matrimony
Website, Hospital website, Charity Websites and Online bidding. Some of Our featured products
are Jewelry Management System, Textile Management System, Construction Management
System, Billing Software, School Management System, and many more.

APS helps to grow business and make complex manual management to easy software-
oriented management. Organization provides solutions for all industry verticals including MLM
companies, Enterprises, Educational Institutes, Finance companies, Healthcare, Retails and
Corporates. It provides cloud computing services to save your time and money.

It specially in engaged mobile application development in various platforms like


iPhone/iPad, Android with field expertise in cross platform development. It a progressive group
of professionals who deliver world class solutions to clients. At APS Technologies we figure the
best methods of achieving our client's goals. It offers a cost- effective solution based on our
client's input. We always deliver what we promise.

2
2. SYSTEM SPECIFICATION

2.1 HARDWARE SPECIFICATION

COMPONENTS REQUIRMENTS

PROCESSOR : Intel® Pentium® CPU P6200 @ 2- 13GHz

RAM : 2.00GB (1.74GB usable).

HARD DISK DRIVE : 250GB & above

2.2 SOFTWARE SPECIFICATION

COMPONENTS REQUIRMENTS

OPERATING SYSTEM : Windows 7 & above

FRONT-END : PHP

BACK-END : SQL

3
SOFTWARE FEATURES

OVERVIEW OF THE FRONTEND PHP

PHP is a server-side scripting language designed primarily for web development but also
used as a general-purpose programming language. Originally created by Rasmus Leadoff in
1994, the PHP reference implementation is now produced by The PHP Development Team.

PHP originally stood for Personal Home Page, but it now stands for the recursive
acronym PHP: Hypertext Preprocessor. PHP code may be embedded into HTML or HTML5
mark up, or it can be used in combination with various web template systems, web content
management systems and web frameworks.

PHP code is usually processed by a PHP interpreter implemented as a module in the web
server or as a Common Gateway Interface (CGI) executable.

The web server software combines the results of the interpreted and executed PHP code,
which may be any type of data, including images, with the generated web page. PHP code may
also be executed with a command-line interface (CLI) and can be used to implement standalone
graphical applications.

The standard PHP interpreter, powered by the Zend Engine, is free software released
under the PHP License. PHP has been widely ported and can be deployed on most web servers
on almost every operating system and platform, free of charge.

The PHP language evolved without a written formal specification or standard until 2014,
leaving the canonical PHP interpreter as a de facto standard. Since 2014 work has gone on to
create a formal PHP specification.

You might also like