summaryrefslogtreecommitdiff
path: root/design-documents/017-backoffice-inventory-management.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-21 21:30:53 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-21 21:30:53 +0200
commit58e7b0094e52316066fd7f1ba806859ed006f1d2 (patch)
tree5daaf4d2ef1a8717fe95e8067efd1c874a3ab30d /design-documents/017-backoffice-inventory-management.rst
parent986e65c42ce2bac257aea68550a8cf20e24a4eb9 (diff)
downloaddocs-58e7b0094e52316066fd7f1ba806859ed006f1d2.tar.gz
docs-58e7b0094e52316066fd7f1ba806859ed006f1d2.tar.bz2
docs-58e7b0094e52316066fd7f1ba806859ed006f1d2.zip
-unify titles
Diffstat (limited to 'design-documents/017-backoffice-inventory-management.rst')
-rw-r--r--design-documents/017-backoffice-inventory-management.rst20
1 files changed, 8 insertions, 12 deletions
diff --git a/design-documents/017-backoffice-inventory-management.rst b/design-documents/017-backoffice-inventory-management.rst
index b2fc6dfd..30a6d835 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
-###############################################
+DD17: Backoffice Inventory Management
+#####################################
Summary
=======
@@ -55,7 +55,7 @@ Create and Update Product form
.. image:: ../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:
@@ -119,7 +119,7 @@ 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
@@ -128,7 +128,7 @@ Alternatives
: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