A php application for printing POS receipts
- Copy the pos_print_server directory into your local Server document root.
- Start server from command line with the below command
php server.php
- This app runs at port 6441 ( ws://localhost:6441 ) and listen for the print jobs.
- You can simply add
server.sh
file to start the server, so that you will not need to start server manually everytime. - You will need to install this script in all computers where you want to print POS receipt.
- Make sure the logos directory is read-write