https://github.com/oneplc/plc_x_pos
PoS for onePlace
https://github.com/oneplc/plc_x_pos
Last synced: 10 months ago
JSON representation
PoS for onePlace
- Host: GitHub
- URL: https://github.com/oneplc/plc_x_pos
- Owner: OnePlc
- Created: 2021-01-16T13:56:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-27T17:40:57.000Z (over 5 years ago)
- Last Synced: 2025-01-31T08:35:24.411Z (over 1 year ago)
- Language: PHP
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# oneplace-pos
[](https://travis-ci.com/OnePlc/PLC_X_POS)
[](https://coveralls.io/github/OnePlc/PLC_X_POS?branch=master)
## Introduction
This is the POS Module for onePlace Software Framework based on Laminas Project (former Zend Framework)
Create your own Point of Sale - based on onePlace !
This Module is for a local oneplace installation on the POS itself.
We use Raspberry Pi 3 Model B with Touchscreen as a Hardware Basis
Needs a second onePlace Installation (Server) to communicate with - normally,
thats the online store.
## POS Module
This pos module is a starting point for your own onePlace modules.
It expands on [oneplace-core](https://github.com/OnePlc/PLC_X_Core) and uses the onePlace / Laminas MVC layer and module systems.
## Installation
The easiest way to install onePlace POS is via composer
```shell script
composer require oneplace/oneplace-pos
./node_modules/yarn/bin/yarn add bootstrap4-toggle
```
## Requirements
[escpos-php](https://github.com/mike42/escpos-php)
## Getting started
how to utilize user manager
how to create own modules
## Documentation
Documentation will be extended soon.