What are the possible ways to print POS receipts? [Laravel 5.8 and Reactjs]

心已入冬 提交于 2020-04-16 02:47:32

问题


Please suggest me

  1. Possible ways to handle POS printing
  2. Preferably with one-click print (no browser print dialogue)

I am using Laravel 5.8 as backend and Reactjs as frontend.

Additional info: I am developing a POS system for restaurants. This online hosted system will be used by multiple restaurants using a web browser on PC or tablet. Restaurants will have their own POS account(there may be one or more POS accounts for a restaurant) from where orders will be placed. In short, it is multi-restaurant and multi-pos-user for a restaurant, web-hosted application. 

I found mike42/escpos-php and this has confused me.

Here is another solution Tecdiary/ppp, which is using mike42/escpos-php to create PHP POS Print Server, which needs to be installed on each and every restaurant's computer.

来源:https://stackoverflow.com/questions/61059897/what-are-the-possible-ways-to-print-pos-receipts-laravel-5-8-and-reactjs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!