diff --git a/content/applications/sales/point_of_sale/shop.rst b/content/applications/sales/point_of_sale/shop.rst index c1a61d8dd..5d957a7c2 100644 --- a/content/applications/sales/point_of_sale/shop.rst +++ b/content/applications/sales/point_of_sale/shop.rst @@ -11,3 +11,4 @@ Shop features shop/barcode shop/serial_numbers shop/ship_later + shop/customer_display diff --git a/content/applications/sales/point_of_sale/shop/customer_display.rst b/content/applications/sales/point_of_sale/shop/customer_display.rst new file mode 100644 index 000000000..e459ad964 --- /dev/null +++ b/content/applications/sales/point_of_sale/shop/customer_display.rst @@ -0,0 +1,49 @@ +================ +Customer display +================ + +The **customer display** feature provides customers with real-time checkout updates on a secondary +display. + +.. image:: customer_display/display.png + :alt: customer screen + +Configuration +============= + +Depending on your POS setup, the feature can be displayed :ref:`locally on a secondary screen +` or on :ref:`another monitor connected to an IoT Box +`. + +To activate the feature, go to the POS settings, scroll down to the :guilabel:`Connected Devices` +section, and tick the :guilabel:`Customer Display` checkbox. + +.. image:: customer_display/feature-setting.png + :alt: customer display setting checkbox + +.. _customer_display/local: + +Local +----- + +Connect a second screen to your POS and :ref:`open a POS session `. Then, click +:guilabel:`Customer Screen` to open a new window to drag and drop onto the second screen. + +.. _customer_display/iot: + +IoT box +------- + +Connect an IoT box to your database and the second screen to the IoT box. Then, go to +:menuselection:`Point of Sale --> Configuration --> Settings`, scroll down to the +:guilabel:`Connected Devices` section, tick the :guilabel:`IoT Box` checkbox, and select the second +monitor in the :guilabel:`Customer Display` field. + +.. image:: customer_display/iot-setting.png + :alt: iot setting to connect a customer display + +.. note:: + Both devices need to be connected to the same local network. + +.. seealso:: + :doc:`../../../general/iot/config/pos` diff --git a/content/applications/sales/point_of_sale/shop/customer_display/display.png b/content/applications/sales/point_of_sale/shop/customer_display/display.png new file mode 100644 index 000000000..4a93f1899 Binary files /dev/null and b/content/applications/sales/point_of_sale/shop/customer_display/display.png differ diff --git a/content/applications/sales/point_of_sale/shop/customer_display/feature-setting.png b/content/applications/sales/point_of_sale/shop/customer_display/feature-setting.png new file mode 100644 index 000000000..5290a0b62 Binary files /dev/null and b/content/applications/sales/point_of_sale/shop/customer_display/feature-setting.png differ diff --git a/content/applications/sales/point_of_sale/shop/customer_display/iot-setting.png b/content/applications/sales/point_of_sale/shop/customer_display/iot-setting.png new file mode 100644 index 000000000..d9676d11e Binary files /dev/null and b/content/applications/sales/point_of_sale/shop/customer_display/iot-setting.png differ