Browse Source

*: Fix RST formatting issues

pull/391/head
Pedro M. Baeza 5 years ago
parent
commit
4c2ec5d05c
  1. 4
      pos_gift_ticket/README.rst
  2. 8
      pos_picking_load/README.rst
  3. 2
      pos_restricted_customer_list/README.rst
  4. 13
      pos_store_draft_order/README.rst
  5. 37
      pos_to_weight_by_product_uom/README.rst

4
pos_gift_ticket/README.rst

@ -29,10 +29,8 @@ No configuration needed.
Known issues / Roadmap Known issues / Roadmap
====================== ======================
Missing features
----------------
* Not tested with a **PosBox setting** so surely will not work if *'print by * Not tested with a **PosBox setting** so surely will not work if *'print by
proxy'* is enabled.
proxy'* is enabled.
Credits Credits

8
pos_picking_load/README.rst

@ -113,9 +113,11 @@ Technical Notes
=============== ===============
* By default, the following filters are applied on the pickings displayed: * By default, the following filters are applied on the pickings displayed:
* 'State' should be 'Waiting Availability', 'Partially Available' or
'Ready to Transfer'.
* 'Invoice Control' should be 'To be invoiced'.
* 'State' should be 'Waiting Availability', 'Partially Available' or
'Ready to Transfer'.
* 'Invoice Control' should be 'To be invoiced'.
You can change this filter by overloading the ```_prepare_filter_for_pos``` You can change this filter by overloading the ```_prepare_filter_for_pos```
function of the model ```stock.picking``` function of the model ```stock.picking```

2
pos_restricted_customer_list/README.rst

@ -25,10 +25,12 @@ Roadmap
======= =======
I see two obvious extensions to the functionality already developed: I see two obvious extensions to the functionality already developed:
1. Add back on demand customer lookup (only when online); 1. Add back on demand customer lookup (only when online);
2. Make customers available to pos, dependent on the pos session or user. 2. Make customers available to pos, dependent on the pos session or user.
In pos.config or res.users (or both) there could be a selection field In pos.config or res.users (or both) there could be a selection field
customer_loading with values: customer_loading with values:
- 'no_one': disable customer loading. - 'no_one': disable customer loading.
(usefull for self service pos, without customer feature) (usefull for self service pos, without customer feature)
- 'selection': the feature now implemented. - 'selection': the feature now implemented.

13
pos_store_draft_order/README.rst

@ -37,13 +37,16 @@ Feature
**Workflow** **Workflow**
* The PoS order 'Main/0004' is in draft state, before closing the session * The PoS order 'Main/0004' is in draft state, before closing the session
.. image:: ./static/description/1_before_closing.png
.. image:: ./static/description/1_before_closing.png
* The PoS order is unassociated of the closed session 'POS/2015/09/05/01' * The PoS order is unassociated of the closed session 'POS/2015/09/05/01'
.. image:: ./static/description/2_after_closing.png
.. image:: ./static/description/2_after_closing.png
* The PoS order is associated to the new opened session 'POS/2015/09/05/02' * The PoS order is associated to the new opened session 'POS/2015/09/05/02'
.. image:: ./static/description/3_after_opening.png
.. image:: ./static/description/3_after_opening.png
Installation Installation
============ ============
@ -80,8 +83,8 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/OCA/pos/issues>`_. Bugs are tracked on `GitHub Issues <https://github.com/OCA/pos/issues>`_.
In case of trouble, please check there if your issue has already been reported. In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
`here <https://github.com/OCA/pos/issues/new?body=module:%20pos_store_draft_order%0Aversion:%208.0.1.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
If you spotted it first, help us smashing it by providing a detailed and
welcomed feedback `here <https://github.com/OCA/pos/issues/new?body=module:%20pos_store_draft_order%0Aversion:%208.0.1.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
Credits Credits

37
pos_to_weight_by_product_uom/README.rst

@ -2,22 +2,25 @@
:target: https://www.gnu.org/licenses/agpl :target: https://www.gnu.org/licenses/agpl
:alt: License: AGPL-3 :alt: License: AGPL-3
==============
========================
Pos to weight by product Pos to weight by product
==============
========================
Motivation Motivation
============ ============
At the moment, when we create a new product and choose the unity of measure **kg**,
we have to tick the checkbox 'To Weigh With Scale' in the Point of Sale part.
At the moment, when we create a new product and choose the unity of measure
**kg**, we have to tick the checkbox 'To Weigh With Scale' in the Point of Sale
part.
We want to speed the process of creating a new product, avoiding filling manually this parameter.
We want to speed the process of creating a new product, avoiding filling
manually this parameter.
Brief presentation Brief presentation
============
==================
This module adds the field **'To weigh'** in UOM categories (set to **false** by default).
This module adds the field **'To weigh'** in UOM categories (set to **false**
by default).
.. image:: /pos_to_weight_by_product_uom/static/description/uom_categ_toweigh.png .. image:: /pos_to_weight_by_product_uom/static/description/uom_categ_toweigh.png
:alt: Categories of unities of measure :alt: Categories of unities of measure
@ -30,7 +33,8 @@ This module adds the field **'To weigh'** in UOM categories (set to **false** by
:alt: Unities of measure with field 'To weigh' :alt: Unities of measure with field 'To weigh'
:width: 900 :width: 900
**→** **AND** it is linked with the parameter **to_weight** in product.template used for example in the Point of Sale app.
**→** **AND** it is linked with the parameter **to_weight** in product.template
used for example in the Point of Sale app.
.. image:: /pos_to_weight_by_product_uom/static/description/uom_pos_change_toweigh_checked.png .. image:: /pos_to_weight_by_product_uom/static/description/uom_pos_change_toweigh_checked.png
:alt: Change the field 'to weigh' for every product :alt: Change the field 'to weigh' for every product
@ -43,10 +47,11 @@ To install this module, you need to :
* install the official apps : Sales Management and Point of Sale * install the official apps : Sales Management and Point of Sale
* install this module with the installation button * install this module with the installation button
* active settings "Allow using different units of measure" in Settings > Configuration > Sales > Quotations and Sales Orders > Product Features
* active settings "Allow using different units of measure" in Settings >
Configuration > Sales > Quotations and Sales Orders > Product Features
How to use this module How to use this module
=============
======================
* [Category UOM] During the creation of a category, tick the box 'To weigh'. * [Category UOM] During the creation of a category, tick the box 'To weigh'.
@ -54,19 +59,22 @@ How to use this module
:alt: Change the field 'To weigh' for every category :alt: Change the field 'To weigh' for every category
:width: 400 :width: 400
* [Category UOM] You can set every product existing with the new 'To weigh' parameter
* [Category UOM] You can set every product existing with the new 'To weigh'
parameter
.. image:: /pos_to_weight_by_product_uom/static/description/uom_categ_button_toweigh.png .. image:: /pos_to_weight_by_product_uom/static/description/uom_categ_button_toweigh.png
:alt: Set 'to weigh' in each product of this category :alt: Set 'to weigh' in each product of this category
:width: 900 :width: 900
* [UOM] You **CAN'T** change 'To weigh' for one UOM → You have to change in Category and affect all UOM of this category.
* [UOM] You **CAN'T** change 'To weigh' for one UOM → You have to change in
Category and affect all UOM of this category.
.. image:: /pos_to_weight_by_product_uom/static/description/uom_change_toweigh.png .. image:: /pos_to_weight_by_product_uom/static/description/uom_change_toweigh.png
:alt: Can't change the field 'to weigh' for one unity of measure :alt: Can't change the field 'to weigh' for one unity of measure
:width: 900 :width: 900
* [Product] **However**, you're able to change this field for a specific product (in tab Sales).
* [Product] **However**, you're able to change this field for a specific
product (in tab Sales).
.. image:: /pos_to_weight_by_product_uom/static/description/uom_pos_change_toweigh.png .. image:: /pos_to_weight_by_product_uom/static/description/uom_pos_change_toweigh.png
:alt: Change the field 'to weigh' for every product :alt: Change the field 'to weigh' for every product
@ -99,7 +107,8 @@ Contributors
* Quentin Dupont, GRAP <quentin.dupont@grap.coop> (http://www.grap.coop/) * Quentin Dupont, GRAP <quentin.dupont@grap.coop> (http://www.grap.coop/)
* Sylvain Legal, GRAP <sylvain.legal@grap.coop> (http://www.grap.coop/) * Sylvain Legal, GRAP <sylvain.legal@grap.coop> (http://www.grap.coop/)
Do not contact contributors directly about support or help with technical issues.
Do not contact contributors directly about support or help with technical
issues.
Maintainer Maintainer
---------- ----------

Loading…
Cancel
Save