Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.32 KB

README.md

File metadata and controls

44 lines (35 loc) · 1.32 KB

IMPORTANT NOTICE: #This project is deprecated and will be ported to react-native in the near future. I am retaining this for educational purposes. Visit my site for updates.

Peddler POS

Mobile Point of Sale

Alt Alt Alt Alt Alt Alt

Overview

Offline-first point of sale designed for mobile phones and tablets.

Features

  1. Capture daily sales
  2. View daily or date range sales report
  3. Backup sales to cloud
  4. Print sales to mobile thermal printer

How test

Open "build" folder and install "android-debug.apk" to your phone or tablet.

How to Build

  1. Clone this repository: git clone https://github.com/dvbondoy/peddler-pos.git
  2. Change directory: cd peddler-pos
  3. Install ionic: http://ionicframework.com/docs/guide/installation.html
  4. Build: ionic run platform (android/ios)

Goals

  1. Import products from CSV file
  2. Export sales to CSV file
  3. Monitor product inventory
  4. Role based login

Frameworks and Libraries used

  1. Ionic Framework
  2. AngularJS
  3. PouchDB
  4. some Cordova Plugins

Thanks to our contributors: dgonz and mgonz