Code Monkey home page Code Monkey logo

pos-terminal's Introduction

POS-Terminal

A php, MySQL and Browser implementation of a Point of Sale Terminal

This POS System is designed for small businesses that want a simple Point of Sale(POS) system. It is licensed under the terms of the MIT License http://www.opensource.org/licenses/mit-license.php

It does not do:

  • Inventory management although it can track product sales
  • time keeping or track tips for employees
  • support an integrated credit card reader although it tracks credit card sales.

It's primary purpose is to provide a simple low cost, high preformance implementation of a touch screen point of sale terminal and keep track of cash and credit card sales.

The implementation uses PHP, MySQL and a browser. It is designed for a 1024x768 screen but is automatically scaled to any screen size in the browser. It can be used from a browser on a tablet or smart phone however its usability is limited by screen size.

The report feature provides reports of sales by hour and sales by tracking product for various time periods and a summary of sales for the last 30 days. Someone familiar with MySQL could easily add additional reports specific to your company needs.

It uses the following software packages: jQuery, jQuery-ui, js-tree, jtable, jQuery-ui timepicker addon, jQuery Validation Engine and escpos for ticket printing.

While the server can be located a separate system, it is possible to implement both the server and client (chrome for example) on a POS terminal.

The implementation is relatively simple:

  • Download the code from this web site.
  • Install PHP and MySQL on your server.
  • Modify connectPOS.php to connect to your database.
  • Create the POS database and associated tables using supplied script (createDB.php)
  • Start your server and enter the web address of POS folder in your browser.
  • Login to the management console using user=Admin and password=123456.
  • Enter your company name and other options from the management console
  • Enter your employees from the management console.
  • Enter the products you want to track from the management console.
  • Define the menu structure for your business from the management console

A sample database is provided which can be loaded using sampleDB.php script.

The sample system can be seen on http://www.pjoneil.net/POS It is refreshed daily so you are free to try changes you want thru the management console.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.