commit 3ff20786b78743d6d7a6c5c195990629e36440fa
parent 5ce60567e4d5ebfe04fa34b86676c57c59baefa0
Author: bohdan-potuzhnyi <bohdan.potuzhnyi@gmail.com>
Date: Wed, 29 Oct 2025 21:56:38 +0100
072 small update for clarity
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/design-documents/072-products-units.rst b/design-documents/072-products-units.rst
@@ -350,7 +350,8 @@ flag or dev-mode flag.)
* Merchant backend accepts and emits the new metadata for product CRUD,
inventory locks, and order creation.
* Merchant SPAA has updated screen for product creation, which facilitates the
- default units.
+ default units, updated products table to use new ``unit_total_stock`` string,
+ order can be created with fractional quantities.
* POS and wallet reference implementations render fractional quantities
according to ``unit_allow_fraction`` / ``unit_precision_level``, allows
to create orders with fractional quantities of products.