tariqbuilds / hunts-point-pos

A real-time, simple web Point of Sale system written in Node.js & Angular.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hunts Point POS

Join the chat at https://gitter.im/afaqurk/hunts-point-pos

A simple, beautiful, & real-time Point of Sale system written in Node.js & Angular.js

Open Source: MIT Licensed.

Quick Start

To start using hunts-point-pos:

Step 1: Get code

Clone repo via git

git clone https://github.com/afaqurk/hunts-point-pos.git

Or download Hunts Point POS here.

Step 2: Install Dependencies

Go to the Hunts Point POS directory and run:

$ npm install
$ bower install

Step 3: Run the app!

To start the app, run:

node server/

This will install all dependencies required to run the node app.

Project Goals

Planned Features for v0.5

  • esc/pos integration
  • scan-search on inventory page
  • inventory increment page
  • config page
  • refund feature
  • account for multiple cash registers
  • reports feature
    • line graph of today's transactions (live updating)
    • line graph of transactions with date-range
    • line graph of product's selling history

Project Principles

  • A clean & beautiful interface
  • Feature-set targeted towards single store operation
  • Seamless installation process
  • Responsive web app accessible from any device on the network
  • Plug & Play support for:
    • POS printers (ESC/POS)
    • Cash Drawers
    • Barcode Scanners (USB, Bluetooth)
    • Touch screen panel (USB)

Screenshots

Welcome Screen home page of hunts point pos

Manage Inventory Inventory page screenshot

Inventory - Edit Product Inventory item view

Live Cart (Updates in real-time) Live Cart screenshot

POS 1

POS 2

Transactions

About

A real-time, simple web Point of Sale system written in Node.js & Angular.js

License:MIT License


Languages

Language:JavaScript 54.6%Language:HTML 40.2%Language:CSS 5.2%