[ADD] pos: list of compatible epos printers

no-task related

closes odoo/documentation#8955

Signed-off-by: Jonathan Castillo (jcs) <jcs@odoo.com>
Co-authored-by: Timothy Kukulka <tiku@odoo.com>
Co-authored-by: Loredana Perazzo <lrpz@odoo.com>
This commit is contained in:
Loredana Perazzo 2024-04-24 13:18:29 +02:00 committed by Jonathan
parent ecd7d62a01
commit 96fd984293
5 changed files with 59 additions and 28 deletions

View File

@ -30,5 +30,6 @@ and select a product to open the product form. In the :guilabel:`Sales` tab, ena
.. toctree::
:titlesonly:
configuration/epos_printers
configuration/https
configuration/epos_ssc

View File

@ -0,0 +1,54 @@
=============
ePOS printers
=============
ePOS printers are designed to work seamlessly with Point of Sale systems. Once connected, these
devices automatically share information, allowing for direct printing of tickets from the POS system
to the ePOS printer.
.. important::
- Epson printers using Wi-Fi/Ethernet connections and following the `EPOS SDK Javascript protocol
<https://download4.epson.biz/sec_pubs/pos/reference_en/technology/epson_epos_sdk.html>`_ are
compatible with Odoo **without** needing an :doc:`IoT Box
</applications/general/iot/devices/printer>`.
- Thermal printers using ESC/POS or StarPRNT protocol are compatible **with** an :doc:`IoT Box
</applications/general/iot/devices/printer>`.
- Epson printers using only USB connections are compatible **with** an :doc:`IoT Box
</applications/general/iot/devices/printer>`.
- Epson printers that connect via Bluetooth are **not compatible**.
.. seealso::
- :doc:`https`
- :doc:`epos_ssc`
Directly supported ePOS printers
================================
The following ePOS printers are directly compatible with Odoo without needing an :doc:`IoT Box
</applications/general/iot/devices/printer>`.
- Epson TM-m30 i/ii/iii (Wi-Fi/Ethernet models only; Recommended)
- Epson TM-H6000IV-DT (Receipt printer only)
- Epson TM-T70II-DT
- Epson TM-T88V-DT
- Epson TM-L90-i
- Epson TM-T20II-i
- Epson TM-T70-i
- Epson TM-T82II-i
- Epson TM-T83II-i
- Epson TM-U220-i
- Epson TM-m10
- Epson TM-P20 (Wi-Fi® model)
- Epson TM-P60II (Receipt: Wi-Fi® model)
- Epson TM-P60II (Peeler: Wi-Fi® model)
- Epson TM-P80 (Wi-Fi® model)
ePOS printers with IoT Box integration
======================================
The following printers require an :doc:`IoT Box </applications/general/iot/devices/printer>` to be
compatible with Odoo:
- Epson TM-T20 family (incompatible ePOS software)
- Epson TM-T88 family (incompatible ePOS software)
- Epson TM-U220 family (incompatible ePOS software)

View File

@ -4,32 +4,7 @@
Self-signed certificate for ePOS printers
=========================================
ePOS printers are designed to work seamlessly with Point of Sale systems. Once connected, the two
devices automatically share information, enabling the direct printing of tickets from the POS system
to the ePOS printer.
.. note::
These `Epson ePOS printers
<https://c4b.epson-biz.com/modules/community/index.php?content_id=91>`_ are compatible with Odoo:
- TM-H6000IV-DT (Receipt printer only)
- TM-T70II-DT
- TM-T88V-DT
- TM-L90-i
- TM-T20II-i
- TM-T70-i
- TM-T82II-i
- TM-T83II-i
- TM-T88V-i
- TM-U220-i
- TM-m10
- TM-m30
- TM-P20 (Wi-Fi® model)
- TM-P60II (Receipt: Wi-Fi® model)
- TM-P60II (Peeler: Wi-Fi® model)
- TM-P80 (Wi-Fi® model)
To work with Odoo, some models that can be used without an
To work with Odoo, some printer models that can be used without an
:doc:`IoT box </applications/general/iot/config/connect>` may require :doc:`the HTTPS protocol
<https>` to establish a secure connection between the browser and the printer. However, trying to
reach the printer's IP address using HTTPS leads to a warning page on most web browsers. In that

View File

@ -2,8 +2,8 @@
Secure connection (HTTPS)
=========================
If **Direct Devices** is enabled in a Point of Sale settings (for example, if you use an ePos
printer), HTTP becomes the default protocol.
If **Direct Devices** is enabled in a Point of Sale settings (for example, if you use an :doc:`ePos
printer <epos_printers>`), HTTP becomes the default protocol.
Force your Point of Sale to use a secure connection (HTTPS)
===========================================================

View File

@ -19,6 +19,7 @@ Receipt Printing` setting.
.. seealso::
- :doc:`restaurant/bill_printing`
- :doc:`configuration/epos_printers`
Reprint a receipt
-----------------