0.0
No commit activity in last 3 years
No release in over 3 years
A browser terminal for [POSko](https://github.com/neume/posko). This plugin is specifically designed for POSko. This is created to modularize some of the features of POSko.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 5.1.6
 Project Readme

Posko::Browser

A browser terminal for POSko. This plugin is specifically designed for POSko. This is created to modularize some of the features of POSko.

Installation

Add this line to your application's Gemfile:

gem 'posko-browser'

And then execute:

$ bundle

Add a line that mounts the engine to your app

Rails.application.routes.draw do
  # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
  mount Posko::Browser::Engine => "/posko-browser"
end

Contributing

This is a minimal implementation of POS terminal in browsers. You are free to suggest or contribute to improve this project further. You can also create your own engine to be mounted on the parent project. Just send me an email to include your project in POSko's engines list.

License

The gem is available as open source under the terms of the MIT License.