diff --git a/content/applications/sales/point_of_sale/configuration/epos_printers.rst b/content/applications/sales/point_of_sale/configuration/epos_printers.rst index e2c036778..35135644f 100644 --- a/content/applications/sales/point_of_sale/configuration/epos_printers.rst +++ b/content/applications/sales/point_of_sale/configuration/epos_printers.rst @@ -6,20 +6,20 @@ ePOS printers are designed to work seamlessly with Point of Sale systems. Once c 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 - `_ are - compatible with Odoo **without** needing an :doc:`IoT Box - `. - - Thermal printers using ESC/POS or StarPRNT protocol are compatible **with** an :doc:`IoT Box - `. - - Epson printers using only USB connections are compatible **with** an :doc:`IoT Box - `. - - Epson printers that connect via Bluetooth are **not compatible**. +Configuration +============= -.. seealso:: - - :doc:`https` - - :doc:`epos_ssc` +To use an ePos printer in Point of Sale: + +#. :ref:`Access the POS settings `. +#. Activate the :guilabel:`ePos Printer` feature. +#. Fill in the field with your ePos IP address. + +.. image:: epos_printers/setting.png + :alt: setting to enable the ePos printer feature + +.. note:: + When the printer connects to a network, it automatically prints a ticket with its IP address. Directly supported ePOS printers ================================ @@ -51,3 +51,18 @@ compatible with Odoo: - Epson TM-T20 family (incompatible ePOS software) - Epson TM-T88 family (incompatible ePOS software) - Epson TM-U220 family (incompatible ePOS software) + +.. important:: + - Epson printers using Wi-Fi/Ethernet connections and following the `EPOS SDK Javascript protocol + `_ are + compatible with Odoo **without** needing an :doc:`IoT Box + `. + - Thermal printers using ESC/POS or StarPRNT protocol are compatible **with** an :doc:`IoT Box + `. + - Epson printers using only USB connections are compatible **with** an :doc:`IoT Box + `. + - Epson printers that connect via Bluetooth are **not compatible**. + +.. seealso:: + - :doc:`https` + - :doc:`epos_ssc` diff --git a/content/applications/sales/point_of_sale/configuration/epos_printers/setting.png b/content/applications/sales/point_of_sale/configuration/epos_printers/setting.png new file mode 100644 index 000000000..9593b1354 Binary files /dev/null and b/content/applications/sales/point_of_sale/configuration/epos_printers/setting.png differ