$ 146.52
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Point of Sale (point_of_sale)
• Discuss (mail) • Inventory (stock) • Invoicing (account) |
Lines of code | 1965 |
Technical Name |
hw_escpos_network_printer |
License | OPL-1 |
Website | http://www.optima.co.ke |
Versions | 10.0 11.0 12.0 13.0 14.0 15.0 16.0 17.0 18.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Point of Sale (point_of_sale)
• Discuss (mail) • Inventory (stock) • Invoicing (account) |
Lines of code | 1965 |
Technical Name |
hw_escpos_network_printer |
License | OPL-1 |
Website | http://www.optima.co.ke |
Versions | 10.0 11.0 12.0 13.0 14.0 15.0 16.0 17.0 18.0 |
Latest version: 13.0.2.0.1 released on Sun, 26 Sep 2021 01:39:31 +0300
Drivers for IP network ESC/POS Printer for Point of sale
Allows you to connect and use your IP based ESC/POS printer in Odoo Point of Sale
With this App installed you will not require IoT Box to print POS tickets and receipts
Simply install this App and connect your POS printer to same network as your Odoo POS
Configure the IP address
and port
of the printer in Point of sale configuration menu
POS IP Network Printer


Configuration
Menu: Point of Sale Configurations Point of Sale Connect Devices

Odoo Support Services
For bug reporting and fixing, enjoy our odoo support and development services from experienced team in Kenya
We are a highly qualified team of well-rounded software engineers and applications systems integrators specialised in open source ERP solutions for SMEs all over the world
+254 715 956 855
+254 776 519 392
OptimaICT
@optima_ICT
www.optima.co.ke

Documentation
Installation
This Module is a standard Odoo Module. Once you purchase it, please follow the following steps to install it:
- A download link will appear on the module description page.
- You need to extract the downloaded file into Odoo 'addons' directory where all other modules are kept.
- You then need to click on Updates Apps list for the new module to appear on the list of Apps.
- Search for the module in the Apps list using the name hw_escpos_network_printer.
- Then you click on Install and wait for it to finish
- Refer to Module Description for configuration
Configuration
Please refer to Module Description page for illustrated steps on how to configure this module
Compatibility
- Fully Supports Odoo Version 13.0 Community and Enterprise Editions
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedThis module is really as Optima ICT said. I would like to say awesome.
Hello Sir/Madam
I want to know if the app terminal printing can use with all models or only one with EPSON.
Hi there - my odoo instalation is on an online server. The POS printer is within a network (LAN). It's simply plugged into a network cable.
Would your module allow me to place orders to the kitchen using this printer?
does it work in the cloud (vps with docker)?
1) it works remotely, this would connect with a vps where is odoo with docker? 2) Some VPN must be used between the cloud server and the clients 3) Is there a separate module for this module to work with pos restaurant or no restaurant? 4) You need a previous one for this module to work Thank you
Does this work Kitchen Order Printer ?
Planning to purchase this module
Hello there, I'm planning to purchase this module. It is mentioned that the module send the receipt as an image to the printer. Does this affect the speed of the printer ? I am planning to use ESC/POS network printer.
Is Automatic printing available using this module with odoo POS app ?
Re: Planning to purchase this module
Hello,
Thank you.
Please note that it is not this App that converts the HTML receipt to Image. This is done by Odoo itself. This App is a Print driver for IP network POS Printer based on ESCPOS commands.
No noticeable impact on print speed though normally the speed largely depends on the printer hardware itself.
purchased it, very expensive though,
it works fine when the server, pos, printer are in same network.
but not when server is remote.
is there any configuration needed for such ?
Hello we just bought this module for. V13
We are not able to print anything and we are getting this error message:
2020-12-30 16:08:31,671 492 INFO GrupoFrance odoo.addons.hw_escpos_network_printer.controllers.main: ESC/POS: PRINT IMG RECEIPT USING NETWORK PRINTER......
2020-12-30 16:08:31,672 492 INFO GrupoFrance werkzeug: 181.209.243.234 - - [30/Dec/2020 16:08:31] "POST /hw_net_printer/print_img_receipt HTTP/1.0" 200 - 1 0.000 0.004
2020-12-30 16:08:46,740 492 INFO ? odoo.addons.hw_escpos_network_printer.controllers.main: error : [Errno 110] Connection timed out
2020-12-30 16:08:46,740 492 ERROR ? odoo.addons.hw_escpos_network_printer.controllers.main: ESC/POS Error: [Errno 110] Connection timed out
2020-12-30 16:08:46,740 492 ERROR ? odoo.addons.hw_escpos_network_printer.controllers.main: [Errno 110] Connection timed out
Traceback (most recent call last):
File "/odoo02/custom/comprados/hw_escpos_network_printer/controllers/main.py", line 147, in run
printer = self.get_escpos_printer()
File "/odoo02/custom/comprados/hw_escpos_network_printer/controllers/main.py", line 114, in get_escpos_printer
print_dev = Network(printers["ip"], printers["port"])
File "/odoo02/custom/comprados/hw_escpos_network_printer/escpos/printer.py", line 201, in __init__
self.open()
File "/odoo02/custom/comprados/hw_escpos_network_printer/escpos/printer.py", line 207, in open
self.device.connect((self.host, self.port))
TimeoutError: [Errno 110] Connection timed out
2020-12-30 16:08:46,740 492 INFO ? odoo.addons.hw_escpos_network_printer.controllers.main: disconnected : Printer Not Found
2020-12-30 16:08:46,741 492 WARNING ? odoo.addons.hw_escpos_network_printer.controllers.main: ESC/POS Device Disconnected: Printer Not Found
System Server Error
Odoo Server Error Traceback (most recent call last): File "C:\Odoo 12.0\server\odoo\models.py", line 1109, in _validate_fields check(self) File "c:\odoo 12.0\server\odoo\addons\base\models\ir_ui_view.py", line 351, in _check_xml self.postprocess_and_fields(view.model, view_doc, view.id) File "c:\odoo 12.0\server\odoo\addons\base\models\ir_ui_view.py", line 1111, in postprocess_and_fields self.raise_view_error(message, view_id) File "c:\odoo 12.0\server\odoo\addons\base\models\ir_ui_view.py", line 548, in raise_view_error raise ValueError(message) ValueError: Le champ `iface_enable_network_printing` n'existe pas
Re: System Server Error
Hello, Thanks for purchasing this app. It seems like there is a missing field. The installation did not go well. Make sure the downloaded module file is NOT corrupted. Kindly copy the folder module to Odoo 'addons' folder then restart Odoo. Click 'INSTALL' or 'UPGRADE' (if already installed) after Odoo restart. For further help, please contact us via our support email or Skype(found in module description page). Thanks
Multi printer
Can I use multi printer for kitchen?
Re: Multi printer
Yes but you use this Module: https://apps.odoo.com/apps/modules/13.0/hw_restaurant_ip_printer/
Arabic Support?
Can I print an Arabic character?
Re: Arabic Support?
In Odoo 13.0 it is possible to print Arabic Characters in ESC/POS without any problem. This is because the data sent to the printer is in IMAGE format. Just make sure you have Arabic Language working well before printing.