dongxie2613 2013-04-09 15:48
浏览 34

POS打印机的网站

I'm looking for a solution with POS printing.

The scenario is:

A restaurant currently has a POS system up and running, they take orders from iPads in store and have a network setup that processes the orders and automatically prints them out on the thermal printer in the kitchen (pretty cool, huh?). Anyway, this restaurant also has a website for online ordering (written in PHP) which have to be checked via email manually. The restaurant wants their online system to send each order to the printer, automatically.

I must add that I haven't been involved with the development of their site or their in-house ordering system. I haven't worked with PHP to POS systems before - is it even possible? What are the alternative solutions for sending data from website forms to a POS printer automatically?

  • 写回答

3条回答 默认 最新

  • dongpai1942 2013-04-09 15:52
    关注

    Webservice on the php website with a status flag for processed or not. Query the webservice from the internal application/an internal application every x minutes (1 is probably sufficient) lists all unprocessed orders and flags them as processed when its retrieved (hack but will suffice)

    c#/java/c++ etc will be best to avoid the issue of web based not able to access local printer interface/queue app simply takes result set back from web service and formats/prints it.

    Fairly simple about 20 lines of php perhaps and probably less than 100k of c# would do it nicely.

    评论

报告相同问题?

悬赏问题

  • ¥100 任意维数的K均值聚类
  • ¥15 stamps做sbas-insar,时序沉降图怎么画
  • ¥15 unity第一人称射击小游戏,有demo,在原脚本的基础上进行修改以达到要求
  • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看
  • ¥15 关于#Java#的问题,如何解决?
  • ¥15 加热介质是液体,换热器壳侧导热系数和总的导热系数怎么算
  • ¥100 嵌入式系统基于PIC16F882和热敏电阻的数字温度计
  • ¥15 cmd cl 0x000007b
  • ¥20 BAPI_PR_CHANGE how to add account assignment information for service line
  • ¥500 火焰左右视图、视差(基于双目相机)