
Restructure and update the iot documentation
closes odoo/documentation#11935
X-original-commit: a6dbcd0a9f
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
97 lines
3.3 KiB
ReStructuredText
97 lines
3.3 KiB
ReStructuredText
:show-content:
|
|
:show-toc:
|
|
|
|
=============
|
|
Configuration
|
|
=============
|
|
|
|
.. _configuration/settings:
|
|
|
|
Access the POS settings
|
|
=======================
|
|
|
|
To access the general POS settings, go to :menuselection:`Point of Sale --> Configuration -->
|
|
Settings`. Then, open the dropdown menu in the :guilabel:`Point of Sale` field and select the POS to
|
|
configure.
|
|
|
|
.. image:: configuration/select-pos-dropdown.png
|
|
:alt: Dropdown menu to select the POS in the app settings
|
|
|
|
.. note::
|
|
These settings are available to users with the :doc:`access rights </applications/general/users>`
|
|
:guilabel:`Administration` set as :guilabel:`Settings`.
|
|
|
|
You can also configure some settings from the dashboard by clicking the vertical ellipsis button
|
|
(:guilabel:`⋮`) on a POS card. Doing so opens a popup window, from which you can:
|
|
|
|
- :doc:`Enable multiple employees to log in. <employee_login>`
|
|
- :doc:`Connect and set up an IoT sytem. <configuration/pos_iot>`
|
|
- :doc:`Connect and set up an ePOS printer. <configuration/epos_ssc>`
|
|
|
|
.. image:: configuration/toggle-settings.png
|
|
:alt: popup window to access quick settings in POS
|
|
|
|
.. note::
|
|
These settings are available to users with the :doc:`access rights </applications/general/users>`
|
|
:guilabel:`Point of Sale` set as :guilabel:`Administrator`.
|
|
|
|
Make products available
|
|
=======================
|
|
|
|
To make products available for sale,
|
|
|
|
#. Go to :menuselection:`Point of Sale --> Products --> Products`.
|
|
#. Select a product to open the product form.
|
|
#. Tick the :guilabel:`Point of Sale` checkbox at the top of the form.
|
|
|
|
.. image:: configuration/pos-available.png
|
|
:alt: Making a product available in your POS.
|
|
|
|
PoS product categories
|
|
======================
|
|
|
|
Configuration
|
|
-------------
|
|
|
|
POS product categories allow users to categorize products and get a more structured and clean
|
|
POS interface.
|
|
|
|
To manage PoS categories, go to :menuselection:`Point of Sale --> Configuration --> PoS Product
|
|
Categories`. To add a new category, click :guilabel:`Create`. Then, name it in the
|
|
:guilabel:`Category Name` field.
|
|
|
|
To associate a category with a parent category, fill in the :guilabel:`Parent Category` field. A
|
|
parent category groups one or more child categories.
|
|
|
|
.. example::
|
|
.. image:: configuration/parent-categories.png
|
|
:alt: The PoS product categories grouped by parent categories
|
|
|
|
Assign PoS product categories
|
|
-----------------------------
|
|
|
|
Go to :menuselection:`Point of Sale --> Products --> Products` and open a product form. Then, go to
|
|
the :guilabel:`Point of Sale` tab and fill in the :guilabel:`Category` field under the
|
|
:guilabel:`Point of Sale` section with one or multiple PoS categories.
|
|
|
|
.. image:: configuration/form-pos-category.png
|
|
:alt: Point of Sale tab of a product form to add a PoS product category
|
|
|
|
Restrict categories
|
|
-------------------
|
|
|
|
You can limit the categories displayed on your POS interface. To achieve this, go to your :ref:`POS
|
|
settings <configuration/settings>` and choose the specific categories to display in the
|
|
:guilabel:`Restrict Categories` field within the :guilabel:`Product & PoS categories` section.
|
|
|
|
.. image:: configuration/restrict-category.png
|
|
:alt: Setting to set up the restrict category feature
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
|
|
configuration/pos_iot
|
|
configuration/epos_printers
|
|
configuration/https
|
|
configuration/epos_ssc
|