diff --git a/content/applications/sales/point_of_sale/configuration.rst b/content/applications/sales/point_of_sale/configuration.rst index d149d685f..37f653041 100644 --- a/content/applications/sales/point_of_sale/configuration.rst +++ b/content/applications/sales/point_of_sale/configuration.rst @@ -48,5 +48,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 diff --git a/content/applications/sales/point_of_sale/configuration/epos_printers.rst b/content/applications/sales/point_of_sale/configuration/epos_printers.rst new file mode 100644 index 000000000..de234682b --- /dev/null +++ b/content/applications/sales/point_of_sale/configuration/epos_printers.rst @@ -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 + `_ 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` + +Directly supported ePOS printers +================================ + +The following ePOS printers are directly compatible with Odoo without needing an :doc:`IoT Box +`. + +- 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 ` 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) diff --git a/content/applications/sales/point_of_sale/configuration/epos_ssc.rst b/content/applications/sales/point_of_sale/configuration/epos_ssc.rst index b2a2e2198..76cf7f537 100644 --- a/content/applications/sales/point_of_sale/configuration/epos_ssc.rst +++ b/content/applications/sales/point_of_sale/configuration/epos_ssc.rst @@ -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 - `_ 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 ` may require :doc:`the HTTPS protocol ` 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 diff --git a/content/applications/sales/point_of_sale/configuration/https.rst b/content/applications/sales/point_of_sale/configuration/https.rst index 79cf20b4a..192504c16 100644 --- a/content/applications/sales/point_of_sale/configuration/https.rst +++ b/content/applications/sales/point_of_sale/configuration/https.rst @@ -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 `), HTTP becomes the default protocol. Force your Point of Sale to use a secure connection (HTTPS) =========================================================== diff --git a/content/applications/sales/point_of_sale/receipts_invoices.rst b/content/applications/sales/point_of_sale/receipts_invoices.rst index 16612fc8a..078648b3e 100644 --- a/content/applications/sales/point_of_sale/receipts_invoices.rst +++ b/content/applications/sales/point_of_sale/receipts_invoices.rst @@ -19,6 +19,7 @@ Receipt Printing` setting. .. seealso:: - :doc:`restaurant/bill_printing` + - :doc:`configuration/epos_printers` Reprint a receipt -----------------