summaryrefslogtreecommitdiff
path: root/design-documents/017-backoffice-inventory-management.rst
diff options
context:
space:
mode:
Diffstat (limited to 'design-documents/017-backoffice-inventory-management.rst')
-rw-r--r--design-documents/017-backoffice-inventory-management.rst28
1 files changed, 12 insertions, 16 deletions
diff --git a/design-documents/017-backoffice-inventory-management.rst b/design-documents/017-backoffice-inventory-management.rst
index b2fc6dfd..9565d53e 100644
--- a/design-documents/017-backoffice-inventory-management.rst
+++ b/design-documents/017-backoffice-inventory-management.rst
@@ -1,5 +1,5 @@
-Design Doc 017: Backoffice Inventory Management
-###############################################
+DD 17: Backoffice Inventory Management
+######################################
Summary
=======
@@ -31,7 +31,7 @@ Proposed Solution
Inspecting inventory
--------------------
-.. image:: ../backoffice-product-list.svg
+.. image:: ../images/backoffice-product-list.svg
:width: 800
Listing the product will shown this columns:
@@ -53,9 +53,9 @@ Actions will be
Create and Update Product form
------------------------------
-.. image:: ../backoffice-product-create.svg
+.. image:: ../images/backoffice-product-create.svg
:width: 800
-
+
Update product will use the same form except for the ``product_id``
* product_id: BACKOFFICE_URL + id
@@ -64,7 +64,7 @@ Update product will use the same form except for the ``product_id``
* name: required, one line
* extra: optional, free text area
-* description localized: list with
+* description localized: list with
* lang: dropdown list with supported lang + custom
* description: text area
@@ -95,7 +95,7 @@ Stock management
* ``never`` button will set next restock to never
-* when updating the product, the option ``without stock`` will no be available
+* when updating the product, the option ``without stock`` will no be available
if the product already has stock
* if the product already exist then:
@@ -111,7 +111,7 @@ Stock management
* a label at the end of the section will inform about the final result
-.. image:: ../backoffice-product-create.stock.svg
+.. image:: ../images/backoffice-product-create.stock.svg
:width: 800
@@ -119,16 +119,16 @@ Alternatives
============
* price and stock columns in the list can be merged into a more complex column
- with the same information
+ with the same information
* rows in the table can be expandable when clicked to get access to some common
actions like increase stock or change price
-.. image:: ../backoffice-product-list.actions.svg
+.. image:: ../images/backoffice-product-list.actions.svg
:width: 800
* detail page was intentionally left out since all information can be access
- from the update page
+ from the update page
Q&A
===
@@ -138,8 +138,4 @@ Q&A
* can we allow add extra data like order has in contractTerm?, this could be
useful for frontend apps. example of usage: country/state to where the product
- is sold since taxes may vary
-
-
-
-
+ is sold since taxes may vary