Skip to content

A simple point of sale system created using Vanilla PHP and MySQL

Notifications You must be signed in to change notification settings

lenard123/simple-pos

Repository files navigation

Simple POS

  • A simple point of sale system created using Vanilla PHP and MySQL

How to setup

  1. First create a mysql database and import the simple-pos.sql file
  2. open _config.php and configure the mysql connection.
  3. If you are using XAMPP place the whole folder inside the htdocs folder
  4. Then now you can view it on your browser in https://localhost/simple-pos/login.php

Screenshots

  1. Login Page Login Page

  2. Manage Products Login Page

  3. Add New Product Login Page

  4. Manage Category Login Page

  5. Cashier Panel Login Page