Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 964 Bytes

Readme.md

File metadata and controls

25 lines (18 loc) · 964 Bytes

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