Overiew

Simple - POS System in PHP MySQL is an application for managing your products, sales and billing. This application has many features like adding categories, products, customers, admins, etc. You can also create orders and manage the billing process. You can also view the analytics for all data.

Features

Simple - POS System in PHP MySQL comes with lot of features. The features are listed below:

  1. Login System using Session.
  2. Add / Edit & Update / Delete Categories.
  3. Add / Edit & Update / Delete Products.
  4. Add / Edit & Update / Delete Customers.
  5. Customer data are used while creating orders that for whom this order is created.
  6. Add / Edit & Update / Delete Admins, so multiple admins can manage this pos system. 
  7. Create Order
    a. To create an order, you need to select the product from the dropdown. You can search for the product from the dropdown. (Select2)
    b. After selecting a product, add the number of quantity for that product and add the item to your session cart.
    c. Once the product is added, it will be listed in html table format.
    d. You can increase & decrease the quantity from that list of products.
    e. You can delete/remove each product from that list of products. 

    7.1 To place the order 
      a. Select the payment mode
      b. Enter the customer's phone number and "proceed to place order", we have a condition, if the customer's phone number is not available in your customer record, then you will be allowed to "create the customer" on a POP UP Box / Modal and save customer data and then finally "Proceed to place order" and goes to order-summary (order review).

  8. Order Summary
    In this order summary,
    a. You can review your Customer details.
    b. You can review your Invoice Details like invoice number, Invoice date
    c. Review your products.
    d. If you want to modify the product items, you can go back and modify product items and then come back to order summary.
    e. You can SAVE the order.
    f. You can Print this order.
    g. You can Download this order in PDF

  9. Orders
    In this order - you will see a list of orders like tracking no, order date, payment mode, and customer details.
    a. List of all the Orders created by admin.
    b. Filter the orders by "Order DATE" & "Payment Mode"
    c. View each order and you will find all the customer's details, order details, and product items.
    d. You can Print and download a PDF of the BILL of each order.

  10.  Dashboard Analytics 
    Dashboard Analytics: View count of today's orders, total categories, total products, total customers, etc.

Requirements

Host : Localhost

PHP Version : 5.6 and above

Database : MySQL DB

Web Browser : Chrome, FireFox, Internet Explorer, MS Edge

Instruction

To run the project on your pc/laptop :

  1. Download the .zip file and extract the files from it.
  2. Paste the folder inside the xampp/htdocs folder.
  3. Open the config folder present in the root directory, you will find a pos_system_php.sql file. Import the .sql file in your database.
  4. Change the Database from config folder
    1. Change the Database name in the config/dbcon.php file.
  5. Open your browser and paste "localhost/pos-system-in-php/" in the browser. Your project will be running successfully.

The login credentials are given in the guide.txt file present inside inside the zip file.

Get it for
$29 $24

 Free support
 Future product updates
 Quality checked by Funda Codester
 Lowest price guarantee
Information
Category PHP > Simple - POS System in PHP MySQL Source Code
First release 20 Oct 2023
Last update 21 Oct 2023
Files included php, js, css, .sql, txt
Tags pos system in php, pos system project, pos system project download
Back to top