LaOsaCoop/Odoo16#14 migration pos_customer_required
This commit is contained in:
parent
b062c383d5
commit
08fca37c6d
27 changed files with 1438 additions and 0 deletions
8
pos_customer_required/readme/CONFIGURE.rst
Normal file
8
pos_customer_required/readme/CONFIGURE.rst
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
To configure this module, you need to:
|
||||
|
||||
* go to point of sale -> configuration -> point of sales
|
||||
* select the point of sales you want configure
|
||||
* search for the "Require Customer" and choose between the following values:
|
||||
* 'Optional'; (this module has no effect on this PoS config)
|
||||
* 'Required before paying';
|
||||
* 'Required before starting the order';
|
||||
6
pos_customer_required/readme/CONTRIBUTORS.rst
Normal file
6
pos_customer_required/readme/CONTRIBUTORS.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
* Jos De Graeve <Jos.DeGraeve@apertoso.be>
|
||||
* Sylvain LE GAL <https://twitter.com/legalsylvain>
|
||||
* Pedro M. Baeza <pedro.baeza@gmail.com> ( reviews & feedback )
|
||||
* Druidoo <https://www.druidoo.io>
|
||||
* Eric Antones <eantones@nuobit.com>
|
||||
* Kilian Niubo <kniubo@nuobit.com>
|
||||
28
pos_customer_required/readme/DESCRIPTION.rst
Normal file
28
pos_customer_required/readme/DESCRIPTION.rst
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
This module was written to extend the functionality of odoo pos
|
||||
and allows you to require a customer for each pos order. In the
|
||||
pos session configuration, you can choose to require the customer for pos
|
||||
orders.
|
||||
|
||||
If a customer is not selected, the pos ui will display an error message.
|
||||
In the backend the customer field is required when needed.
|
||||
|
||||
Two new options are available:
|
||||
|
||||
* Customer 'Required before starting the order';
|
||||
* Customer 'Required before paying';
|
||||
|
||||
'Required before starting the order' Option
|
||||
-------------------------------------------
|
||||
In the frontend PoS, the default screen is the screen to select customers.
|
||||
|
||||
* Users are not allowed to start selling before having selected a customer;
|
||||
* Users can not 'deselect a customer', only select an other one;
|
||||
|
||||
'Required before paying' Option
|
||||
-------------------------------
|
||||
In the frontend PoS, the user can start selling, but if the user tries to
|
||||
make payment and if a customer is not selected, the pos ui will display an
|
||||
error message.
|
||||
|
||||
|
||||
.. image:: /pos_customer_required/static/description/frontend_pos_error_message.png
|
||||
3
pos_customer_required/readme/USAGE.rst
Normal file
3
pos_customer_required/readme/USAGE.rst
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
|
||||
:alt: Try me on Runbot
|
||||
:target: https://runbot.odoo-community.org/runbot/184/9.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue