All Projects → hiramvillarreal → Iotpos

hiramvillarreal / Iotpos

Licence: gpl-2.0
IotPOS, an open source Point of Sale software.

Projects that are alternatives of or similar to Iotpos

Gassistpi
Google Assistant for Single Board Computers
Stars: ✭ 911 (+820.2%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Rpi Battery Monitor
Monitor battery voltage from a Raspberry Pi
Stars: ✭ 51 (-48.48%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Embedio
A tiny, cross-platform, module based web server for .NET
Stars: ✭ 1,007 (+917.17%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Ubuntu64 Rpi
适用于树莓派3b/3b+的64位系统.
Stars: ✭ 652 (+558.59%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Chromium os Raspberry pi
Build your Chromium OS for Raspberry Pi 3B/3B+/4B and Pi400
Stars: ✭ 1,156 (+1067.68%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Fotobox
Python based photo-booth script for Raspberry Pi and RPi Camera
Stars: ✭ 22 (-77.78%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Pi Camera In A Box
Stream your Raspberry Pi Camera Module directly to your web browser
Stars: ✭ 49 (-50.51%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Pycnc
Python CNC machine controller for Raspberry Pi and other ARM Linux boards
Stars: ✭ 390 (+293.94%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Opencv 3.2.0 Compiling On Raspberry Pi
Download, Compile, Build, and Install OpenCV 3.2.0 with Extra Modules on RPI running Jessie
Stars: ✭ 65 (-34.34%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Openvoiceos
OpenVoiceOS is a minimalistic linux OS bringing the open source voice assistant Mycroft A.I. to embbeded, low-spec headless and/or small (touch)screen devices.
Stars: ✭ 64 (-35.35%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Enclosure Picroft
Mycroft interface for Raspberry Pi environment
Stars: ✭ 649 (+555.56%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Tortipi
Tor based Raspberry π hotspot
Stars: ✭ 76 (-23.23%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Raspberryio
The Raspberry Pi's IO Functionality in an easy-to-use API for Mono/.NET/C#
Stars: ✭ 593 (+498.99%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Woa Installer Rpi
This repository was deprecated, use:
Stars: ✭ 865 (+773.74%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Homebridge Raspbian Image
Official Homebridge Raspberry Pi Image based on Raspbian Lite.
Stars: ✭ 534 (+439.39%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Fiscalberry
[JSON ↔ HW] Connect things using JSON API with the fiscalberry websocket server interact easily with any kind of Hardware. Another IoT solution...
Stars: ✭ 44 (-55.56%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Rak8s
Stand up a Raspberry Pi based Kubernetes cluster with Ansible
Stars: ✭ 354 (+257.58%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Nimbus Eth1
Nimbus: an Ethereum 1.0 and 2.0 Client for Resource-Restricted Devices
Stars: ✭ 386 (+289.9%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Raspberrypi tempmon
Raspberry pi CPU temperature monitor with many functions such as logging, GPIO output, graphing, email, alarm, notifications and stress testing. Python 3.
Stars: ✭ 52 (-47.47%)
Mutual labels:  raspberry-pi, raspberry-pi-3
Homekitcam
A project to make a Raspberry Pi driven, HomeKit Enabled camera.
Stars: ✭ 69 (-30.3%)
Mutual labels:  raspberry-pi, raspberry-pi-3

Welcome to IotPOS an open source Point of Sale software, is targeted for micro, small and medium businesses. This Point of Sale was modified to work with single-board computers (SBC) as the Raspberry pi, banana pi and BeagleBone Black by making use of the GPIO interface, giving options and Internet of Things functions not possible with common laptops and PCs.

This project reduces costs because it makes possible to embbeb two of the more expensive hardware parts on a Point of sale: the CPU and the ticket printer. Any generic serial TTL thermal printer could be used directly conected to the the GPIO serial TTL Tx pi using the /dev/ttyAMA0 serial out. Please see CONNECTIONS.png

Just add monitor, keyboard and mouse and you ready to go with your bussines. Work with many USB barcode readers.

MySQL is employed for data management and storage, and can be used a single database with many POS terminals on a network. Being Linux or any other Unix the target operating system, your information is safer against virus attacks, and lowers the costs in licenses.

IotPOS provides an easy to use Interface, a search panel, a price-checker tool. Includes IoTStock administration tool for managing your store, printed reports, even includes a funtion to print your own barcode labels too; no need to buy a dedicated barcode label printer.

IotPos and IotStock are derived from LemonPOS, to his author: Miguel Chavez Gamboa, and collaborators; all my respects.

-This method is the easy way to setup and install iotpos.

Just copy and paste the following lines into a terminal:

git clone https://www.github.com/hiramvillarreal/iotpos
cd iotpos
sudo chmod +x install.sh
sudo ./install.sh

To start using the point of sale, in terminal type:

iotpos

 * The default and only user and password is (without quotation marks):
 username: "admin"
 password: "linux"

To start using the administration module, in terminal type:

iotstock

For an easy first time use, all security settings are disabled.

For more details please read: USING file and doc folder.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].