[IMP] point_of_sale: Configure https in the POS

The default protocol int the POS with "other device"
is on HTTP.

This doc explain how to activate the HTTPS in the POS
This commit is contained in:
lejeune quentin 2021-10-11 15:27:18 +02:00
parent debe8cb393
commit 5b917505dc
4 changed files with 31 additions and 0 deletions

View File

@ -9,3 +9,4 @@ Overview
overview/getting_started
overview/register
overview/https

View File

@ -0,0 +1,30 @@
===========
Using HTTPS
===========
By default, POS loading is done in HTTP
if "direct devices" are selected. (ePos printer or six terminal)
Create a system key to force the POS in HTTPS
=============================================
Load you domain in debug mode to allow you to edit system parameter
Please refer to the :doc:`Developer Mode </applications/general/developer_mode>`.
To add a key for the system, go to :menuselection:`Settings --> Technical --> Parameters --> System Parameters`
.. image:: media/https01.png
:align: center
Create a new key:
**Key**: ``point_of_sale.enforce_https``
**Value**: ``True``
and save it.
.. image:: media/https02.png
:align: center
Now your POS will be loaded in HTTPS.

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB