Simple POS System in PHP CodeIgniter

 A simple POS system in PHP CodeIgniter is a web-based application that allows businesses to manage their sales and inventory. It is a cost-effective and easy-to-use solution that can be customized to meet the specific needs of any business. The system includes features such as product management, customer management, sales tracking, and reporting. It is also scalable and can be easily expanded to meet the growing needs of a business




Main Features:

  • Admin Panel
  • Employee Panel
  • Supplier Management
  • Units and Types Setup
  • Stock Goods Management
  • Maintain Incoming Goods (Purchase)
  • Manages Outgoing Goods (Sales)
  • Discounts
  • Generate Invoices
  • Fetch and Download Reports
  • User Settings
  • User Management
  • Activate/Deactivate Users
  • Graphical Representation
  • Total Earnings Till Date
  • Minimum Goods Stock Overview
  • Top Recent Purchase Transaction Overview
  • Top Recent Sales Transaction Overview

How to install script

  • Download and install a local web server such as AMPPS/XAMPP/WAMP to run our PHP scripts;
  • Download and extract the project and copy to web server directory ( eg xampp/htdocs, wamp/www, lamp var/www/HTML, ampps/www);
  • Access phpMyAdmin (eg. URL “http://localhost/phpmyadmin“) to make a new database, then import database file igniterpos.sql ;
  • Open file database.php (in directory application/config) to configuration database connection:
'hostname' => 'localhost',
'username' => 'root',
'password' => '',
'database' => '',
'dbdriver' => 'mysqli',
  • Run URL: http://localhost/project_name/
  • Login account: admin/ Password@123



Previous Post Next Post