Ahmed Omer
Ahmed Omer

Reputation: 1

odoo 8 tryinig to print without posbox

I have three Epson TM20II Ethernet printers trying to print the kitchen orders without the posbox (it's not available in my country) I've tried the TAKEPOS solution : https://www.youtube.com/watch?v=tLBORABL8wA and many other stuff but nothing seems to work

does anybody has an idea on how to solve this? I was thinking about emulating the POSBOX on a PC but again I have no idea how to do this .. many thanks in advance everybody

Upvotes: 0

Views: 1208

Answers (1)

Try following:

  1. If you emulate a PC as POSBOX, make sure a printer(EPSON) attached to that PC is able to take the printouts.
  2. You need to have Odoo running on that PC with the modules of POS installed in it and creating database in it. It should install following POS modules in it hw_proxy,hw_escpos,hw_scanner. Refer to the following link https://doc.odoo.com/trunk/hw_proxy/#posboxless-setup-guide
  3. Check the IP address of that PC and configure it under the kitchen printers section where your original-(main) odoo system is up and running.

Note: Just a thought, setup of a this kind is not cost effective, if there are more than one kitchen/bar printers is to be setup, as you need to replace a POSBOX with PC at every place.

Upvotes: 1

Related Questions