Giter Site home page Giter Site logo

spree-pos's Introduction

SpreePos

A Point Of Sale (POS) screen for Spree.

POS screen hooks into the Admin Tabs and is meant to be used with a touchscreen.

Basic Bar scanner input (sku/ean search) or search by name. No Customer, no shipping, no coupons...

Allows for adjustment of line item prices and discount percentage of items and total

An actual Order is only created when you press print.

Pressing new will abandon the current sale. Also, there is no way to get to the pos screen from an existing order(yet), if those need to be edited, do so in the orders tab.

Configure

And Order must be shipped, so you must configure a ShippingMethod to be used. If you don't the first will be taken, rarely what you want.

Spree::Config.set(:pos_shipping => "id_or_name")

You can use this feature to give a discount or do whatever else you can do with shipments. We use 0€ .

EAN

Many sales and especially POS systems rely on barcode scanning. A barcde scanner functions identical to keyboard input to the product code. You may use the sku field for this but we use that for the supplier (or own) abbreviation.

So there is a migration supplied that provides a ean (European Article code, may be upc too) for the Variant class, and fields to edit it and search by it.

Dependencies

None..... but

Pos relies on html-invoice to print a receipt. The dependency is not made explicit in case you don't need receipts. If you do add spree-html-invoice to your gemfile you will want to configure the look of the receipt.

You can install spree-product-barcodes to print product labels if need be. Otherwise use the existing upc barcodes on the products and scan them into the sku.

ToDo

I'm just starting , maybe still rough. Currently works for VAT only.

Installation

Add to your Gemfile with

gem "spree_pos", :git => "git://github.com/dancinglightning/spree-pos.git"

and run bundler.

Copyright (c) 2011 [Torsten Rüger], released under the New BSD License

spree-pos's People

Contributors

shingonoide avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

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.