Skip to content

Commit 6b4fb1e

Browse files
LoredanaLrpzemmi-odoo
authored andcommitted
[IMP] POS: customer display config and use update
task-4920460
1 parent ff0e5b6 commit 6b4fb1e

File tree

4 files changed

+55
-25
lines changed

4 files changed

+55
-25
lines changed

content/applications/sales/point_of_sale/shop/customer_display.rst

Lines changed: 55 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,72 +2,102 @@
22
Customer display
33
================
44

5-
The **customer display** feature provides customers with real-time checkout updates on a secondary
6-
display.
5+
The **customer display** feature provides real-time updates on a secondary screen for customers
6+
during the checkout process. This screen shows the :ref:`items in the cart <pos/sell>`, the subtotal
7+
as items are added, and details throughout the payment process. It also displays the total amount,
8+
the selected :doc:`payment method <../payment_methods>`, and any change to be returned.
79

810
.. image:: customer_display/display.png
911
:alt: customer screen
12+
:scale: 50 %
13+
14+
.. note::
15+
Both the customer display and POS display should be at least 6 inches. However, a larger screen
16+
is recommended for improved end-user readability.
1017

1118
Configuration
1219
=============
1320

14-
Depending on your POS setup, the feature can be displayed :ref:`locally on a secondary screen
15-
<customer_display/local>`, :ref:`remotely on another device <customer_display/remote>`, or
16-
:ref:`another monitor connected to an IoT Box <customer_display/iot>`.
21+
Depending on the POS setup, feature can be displayed :ref:`directly on a secondary screen
22+
<customer_display/local>` connected via USB-C or HDMI, :ref:`on another device remotely
23+
<customer_display/remote>`, or :ref:`on a screen connected through an IoT system
24+
<customer_display/iot>`.
25+
26+
To activate the feature, follow these steps:
27+
28+
#. Navigate to the :ref:`POS settings <configuration/settings>`.
29+
#. Scroll down to the :guilabel:`Connected Devices` section.
30+
#. Open the dropdown menu under the :guilabel:`Customer Display` section and select one of the
31+
following options:
32+
33+
- :guilabel:`None`: To disable the customer display.
34+
- :guilabel:`The same device`: To use the secondary screen connected with an HDMI or USB-C cable.
35+
- :guilabel:`Another device`: To connect to a remote device connected to the database.
36+
- :guilabel:`IOT-connected screen` for displays connected via an :doc:`IoT system
37+
<../../../general/iot>`.
1738

18-
To activate the feature, go to the POS settings, scroll down to the :guilabel:`Connected Devices`
19-
section, and tick the :guilabel:`Customer Display` checkbox.
39+
For displays connected using an :doc:`IoT system <../../../general/iot>`:
2040

21-
.. image:: customer_display/feature-setting.png
22-
:alt: customer display setting checkbox
41+
#. From the same section, tick the :guilabel:`IoT Box` checkbox to activate the IoT system in POS.
42+
#. Select the IoT-connected screen from the dropdown menu in the :guilabel:`Customer Display` field.
43+
44+
Reaching the customer display
45+
=============================
2346

2447
.. _customer_display/local:
2548

2649
Local
2750
-----
2851

29-
Connect a second screen to your POS using an HDMI or USB-C cable, then,
52+
To open the customer display on a second screen connected to a POS system using an HDMI or USB-C
53+
cable, follow these steps:
3054

3155
#. :ref:`Open a POS session <pos/session-start>`.
3256
#. Click the :icon:`fa-bars` icon (:guilabel:`hamburger menu`).
33-
#. Click the :icon:`fa-desktop` icon (:guilabel:`customer screen`) to open a new window to drag and
34-
drop onto the second screen.
57+
#. Click the :icon:`fa-desktop` icon (:guilabel:`customer screen`), which opens a new window to drag
58+
onto the second screen.
3559

3660
For POS terminals running the Odoo Android app with dual-screen support,
3761

3862
#. :doc:`Activate the Point of Sale Mobile module <../../../general/apps_modules>` to enable the
3963
customer display.
64+
#. :ref:`Open a POS session <pos/session-start>`.
4065
#. Click the :icon:`fa-bars` icon (:guilabel:`hamburger menu`).
41-
#. Once installed, click the :icon:`fa-desktop` icon (:guilabel:`customer screen`) to open the
42-
customer display on the terminal's secondary screen.
66+
#. Click the :icon:`fa-desktop` icon (:guilabel:`customer screen`), which opens the customer display
67+
on the terminal's secondary screen.
4368

4469
.. _customer_display/remote:
4570

4671
Remote
4772
------
4873

49-
Access your database from another device (any computer, tablet, or smartphone), go to the POS
50-
application, click the vertical ellipsis button (:guilabel:``) on a POS card, and then
51-
:guilabel:`Customer Display` to open the display remotely.
74+
To open the customer display on a remote device, (any computer, tablet, or smartphone), follow these
75+
steps:
76+
77+
#. Access your database from the other device.
78+
#. Navigate to :menuselection:`Point of Sale --> Dashboard`.
79+
#. Click the :icon:`fa-ellipsis-v` icon (:guilabel:`vertical ellipsis`) on a POS card.
80+
#. Click :guilabel:`Customer Display` to open the display remotely.
5281

5382
.. note::
54-
The two devices are not required to share the same network.
83+
The two devices are not required to share the same network as long as they are connected to the
84+
same database.
5585

5686
.. _customer_display/iot:
5787

5888
IoT system
5989
----------
6090

61-
Connect an IoT box to your database and the second screen to the IoT box. Then, go to
62-
:menuselection:`Point of Sale --> Configuration --> Settings`, scroll down to the
63-
:guilabel:`Connected Devices` section, tick the :guilabel:`IoT Box` checkbox, and select the second
64-
monitor in the :guilabel:`Customer Display` field.
91+
To open the customer display onto an IoT-connected screens:
6592

66-
.. image:: customer_display/iot-setting.png
67-
:alt: iot setting to connect a customer display
93+
#. :ref:`Open a POS session <pos/session-start>`.
94+
#. Click the :icon:`fa-bars` icon (:guilabel:`hamburger menu`).
95+
#. Click the :icon:`fa-desktop` icon (:guilabel:`customer screen`), which opens the customer display
96+
onto the IoT-connected display.
6897

6998
.. note::
7099
Both devices need to be connected to the same local network.
71100

72101
.. seealso::
73-
:doc:`../configuration/pos_iot`
102+
- :doc:`../configuration/pos_iot`
103+
- :doc:`../../../general/iot`
Loading
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)