@@ -36,16 +36,62 @@ This selected lot number will be the one delivered to the Customer.
3636.. contents ::
3737 :local:
3838
39+ Use Cases / Context
40+ ===================
41+
42+ Sometimes companies need to create quotations with precise lot/serial number
43+ specifications before confirming orders, such as used equipment with unique serial
44+ numbers or specific inventory lots.
45+
46+ This is particularly important in several business scenarios:
47+
48+ * In industries where product traceability is critical and customers need specific
49+ serial numbers (electronics, automotive parts, medical devices)
50+ * When dealing with batches that vary in quality or characteristics, where
51+ customers require products from specific production runs
52+ * In regulated industries where lot traceability is mandatory for compliance
53+ purposes
54+
55+ For example:
56+
57+ * A machinery reseller needs to quote specific used equipment with known serial
58+ numbers
59+ * An electronics distributor must sell particular serial-numbered items for
60+ warranty tracking
61+ * A car parts supplier needs to specify exact serial numbers for rare components
62+
63+ Configuration
64+ =============
65+
66+ If you want to allow users to generate sales quotas directly from the stock.lots tree view:
67+
68+ * Go to Inventory > Configuration > Settings
69+ * Under Operations section select the "Allow to generate sales quotations from stock lots" check box
70+
3971Usage
4072=====
4173
42- - Create/edit a product and set traceability by 'By Lots' option.
43- - Create a new lot number and assign product.
44- - Update quantity for that product and assign lot number.
45- - Go to Sales > Orders > Quotations.
46- - Create a new quotation and add recently above configured product.
47- - Select lot number and confirm it.
48- - Delivery order will reserve the lot when available
74+ There are two ways to add Lots to a Sale Order:
75+
76+ 1. From Sale Order:
77+
78+ - Create/edit a product and set traceability by 'By Lots' option
79+ - Create a new lot number and assign product
80+ - Update quantity for that product and assign lot number
81+ - Go to Sales > Orders > Quotations
82+ - Create a new quotation and add recently above configured product
83+ - Select lot number and confirm it
84+ - Delivery order will reserve the lot when available
85+
86+ 2. From Lots/Serial Numbers:
87+
88+ - Go to "Sales > Products > Lots/Serial Numbers"
89+ - Select Serial Numbers you would like to add to quotation
90+ - Click action > Create quotation
91+ - In the action wizard:
92+
93+ * To add to existing order: Select a Quotation/Sales order and click "Add"
94+ * To create new order: Click "New" to create quotation with selected lots
4995
5096Known issues / Roadmap
5197======================
@@ -84,6 +130,10 @@ Contributors
84130* Bhavesh Odedra <bodedra@opensourceintegrators.com>
85131* François Honoré <francois.honore@acsone.eu>
86132* Florian da Costa <florian.dacosta@akretion.com>
133+ * `Cetmix <https://cetmix.com >`_:
134+
135+ * George Smirnov
136+ * Anatol Mikheev
87137
88138Maintainers
89139~~~~~~~~~~~
0 commit comments