You are on page 1of 3

Point of Sale System (POS) in

PHP/MYSQL/HTML/CSS
ProjectsOnNet December 30, 2015PHP Projects 0 Comments 4,590 Views

What is POS (Point of Sale) System


This system is creating for handle our sale account. We can also generated report by this system. This
PHP/MYSQL Project for student MCA, B.Tech and other classes. We can add products, add customers
etc. There are lots field in add products and add customers. If we want to generated report of our sale
then using the tab sale report in this system. Simply select to date and from date.

Feature of this POS System


1. Use barcode scanner in Sales Deal

2. Add, Edit and Delete Products

3. The table row will highlight in the event the product is below level of 10

4. Search products

5. Add, Edit and Delete Customers

6. Put, Edit and Erase Suppliers

7. Generate Every day, Monthly and Annual Reports

8. Can Art print Transaction.

 Technology Used in this System


Front end Language

Hypertext Markup
HTML
Language

CSS Cascading Style Sheet

JavaScript is a high-level,
dynamic, untyped, and
JavaScript
interpreted programming
language.

Back end Language

PHP PHP is a server-side


scripting language
designed for web
development but also
used as a general-
purpose programming
language.

MySql is a database,
widely used for accessing
MYSQL querying, updating, and
managing data in
databases.

Software Requirement (any one)


If you are using windows
then firstly download
WAMP
wamp from Download
WAMP

XAMP is also mostly used


in windows download it
XAMP
from this link Download
XAMP

LAMP is stand for LINUX


Apache MySQL and PHP
LAMP
mostly used in Linux
OSDownload LAMP

MAMP stand for


Mac Apache Mysql and
MAMP
PHP mostly used in MAC
OS Download MAMP

Installation Step:
1. Download it from below link

2. After unzip the folder.

3. Firstly run you wamp or xamp

4. If you are using wamp then copy the unzip folder and paste in it www directory, or if you are using
xamp then simply paste it in htdocs folder.

5. After run you phpmyadmin, create new database name sale, after import database file from folder
in your root directory.
6. After run projects on 127.0.0.1/foldername

Username: admin

Password: admin

You might also like