From 8d92cb3d8d4d09f011b09133be501d4fed4df240 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 20 Apr 2021 01:03:58 -0300 Subject: updated stock management example --- .../017-backoffice-inventory-management.rst | 23 +++++++++++----------- 1 file changed, 11 insertions(+), 12 deletions(-) (limited to 'design-documents/017-backoffice-inventory-management.rst') 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 ``+ `` 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 -- cgit v1.2.3