All Projects → Tecdiary → ppp

Tecdiary / ppp

Licence: MIT license
PHP POS Print Server

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to ppp

pos-android-sdk
A selection of APIs and associated samples that enables developers to build applications for different stages of the point of sale journey
Stars: ✭ 18 (-48.57%)
Mutual labels:  pos
bizbook-client
The repository of bizbook client project
Stars: ✭ 28 (-20%)
Mutual labels:  pos
citar
Citar HMM part-of-speech tagger
Stars: ✭ 16 (-54.29%)
Mutual labels:  pos
pos
Point of sale system targeted towards pharmacies in India.
Stars: ✭ 46 (+31.43%)
Mutual labels:  pos
ezdmb
A dead-simple digital menu board display and configuration, written in Python.
Stars: ✭ 17 (-51.43%)
Mutual labels:  pos
AngularPos
A real-time, simple web Point of Sale system written with Angular 12, Firebase (Cloud Firestore), Bootstrap 4 and PrimeNg
Stars: ✭ 67 (+91.43%)
Mutual labels:  pos
Breezmobile
Lightning Network mobile client
Stars: ✭ 225 (+542.86%)
Mutual labels:  pos
ESCPOS
A ESC/POS Printer Commands Helper
Stars: ✭ 26 (-25.71%)
Mutual labels:  pos
store-pos
It is java accounting software basically developed using javafx which has various modules like purchase, sales, receipts, payments, and journals.
Stars: ✭ 84 (+140%)
Mutual labels:  pos
rpicore
RPICoin - Proof of Stake Cryptocurrency
Stars: ✭ 16 (-54.29%)
Mutual labels:  pos
matic-docs
The official documentation for all Polygon products.
Stars: ✭ 181 (+417.14%)
Mutual labels:  pos
quicktill
Figure out where all the money and stock went to
Stars: ✭ 29 (-17.14%)
Mutual labels:  pos
pos-mamba-sdk
SDK for developing in the Mamba web environment
Stars: ✭ 34 (-2.86%)
Mutual labels:  pos
POS---Point-Of-Sales
Point of sales proof of concept developed using Asp.Net Core 2.2. Features: Customer, Vendor, Product, Purchase Order, Goods Receive, Sales Order, Inventory Transactions and POS form.
Stars: ✭ 120 (+242.86%)
Mutual labels:  pos
flutter-pos
A mobile POS app written with Flutter, compatible Sunmi device
Stars: ✭ 106 (+202.86%)
Mutual labels:  pos
bizbook-server
The repository of bizbook server web api project
Stars: ✭ 45 (+28.57%)
Mutual labels:  pos
blockchain consensus algorithm
代码实现五种区块链共识算法 The code implements five blockchain consensus algorithms
Stars: ✭ 251 (+617.14%)
Mutual labels:  pos
RcppMeCab
RcppMeCab: Rcpp Interface of CJK Morpheme Analyzer MeCab
Stars: ✭ 24 (-31.43%)
Mutual labels:  pos
escpos-tools
Utilities to read ESC/POS print data
Stars: ✭ 145 (+314.29%)
Mutual labels:  pos
chrome-raw-print
Chrome app to enable raw printing from a browser
Stars: ✭ 57 (+62.86%)
Mutual labels:  pos

PHP POS Print (Local Server)

A php application for printing POS receipts

Installation

To clone and run this repository you'll need git, php & composer.

From your command line:

# Clone this repository
git clone https://github.com/Tecdiary/ppp

# Go into the repository
cd ppp

# Install dependencies
composer install

# Start server from command line
php server.php

# Start app for settings
php -S localhost:8000 -t app/

Next time you can simply run php server.php in command line OR server.sh file to start the server.

This app runs at port 6441 ( ws://localhost:6441 ) and listen for the print jobs.


Get Windows Installer

Users having difficulty installing the ppp, can purchase standalone windows installer from link below

PHP POS Print Server (Windows Installer) http://tecdiary.com/products/php-pos-print-server-windows-installer

Get 10% discount with offer code ppp (for limited time only).

It comes with logs feature. The server logs can be viewed or downloaded.

The license is not transfer-able, so please don't install it on test server.


Local printers

Server will try to use the local printers if no printer has been provided. You can access local app from your local web server url or just run php -S localhost:8000 -t app/ and access the app in browser http://localhost:8000

App Features

  • Main index page index.php to update your default printers
  • Printers page printers.php to list all your printers
  • Add Printer page add_printer.php to add new printer

The local settings will be saved in database/data.json file.

Screenshots

Index page Index

Printers page Printers

Add printer page Add Printer

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].