summaryrefslogtreecommitdiff
path: root/design-documents
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-04-20 01:03:58 -0300
committerSebastian <sebasjm@gmail.com>2021-04-20 01:04:25 -0300
commit8d92cb3d8d4d09f011b09133be501d4fed4df240 (patch)
tree1bb5a268719abc6c3b35dcdf1b4c73528e2979c9 /design-documents
parent0616bd661ed6f62cf3c95f3779fe06451a88ffa9 (diff)
downloaddocs-8d92cb3d8d4d09f011b09133be501d4fed4df240.tar.gz
docs-8d92cb3d8d4d09f011b09133be501d4fed4df240.tar.bz2
docs-8d92cb3d8d4d09f011b09133be501d4fed4df240.zip
updated stock management example
Diffstat (limited to 'design-documents')
-rw-r--r--design-documents/017-backoffice-inventory-management.rst23
1 files changed, 11 insertions, 12 deletions
diff --git a/design-documents/017-backoffice-inventory-management.rst b/design-documents/017-backoffice-inventory-management.rst
index 8275e7a7..6a71f854 100644
--- a/design-documents/017-backoffice-inventory-management.rst
+++ b/design-documents/017-backoffice-inventory-management.rst
@@ -89,26 +89,25 @@ Stock management
* ``without stock`` will close the dialog and set stock props to not defined
-* ``set/change`` button will open next restock sub dialog
+* ``unknown`` button will set next restock value to undefined
-* ``update`` button will close subdialog and set the next restock value to input date
+* ``never`` button will set next restock to never
-* ``not known`` button will close subdialog and set next restock value to undefined
+* when updating the product, the option ``without stock`` will no be available
+ if the product already has stock
-* ``never`` button will close subdialog and set next restock to never
+* if the product already exist then:
-* ``add`` button will show an input to increase the stock
+ * the option ``without stock`` will no be available, since the product cannot
+ change from infinite stock to managed stock
-* if stock as added ``add`` button will be ``add more`` and a label with ``+ <number>`` will be shown
+ * the option ``manage stock`` will no be available, since the product cannot
+ change from managed stock to infinite stock
-* when updating the product, the option ``without stock`` will no be available
- if the product already has stock
+ * ``current stock`` will be managed using ``incoming`` and ``notify lost``
-* when creating the product, ``current stock`` will be an input number
-
-* when updating the product, ``current stock`` will be read only with a button ``update``
+ * a label at the end of the section will inform about the final result
-* when updating the stock, a new subdialog will appear with a confirm button.
.. image:: ../backoffice-product-create.stock.svg
:width: 800