8000 Clarifed FEFO Section · EdgarGerman/documentation-user@af4a3a1 · GitHub
[go: up one dir, main page]

Skip to content

Commit af4a3a1

Browse files
cst-odootivisse
authored andcommitted
Clarifed FEFO Section
Reworded to improve English and clarity. Added additional language explicitly describing function of the four types of expiration dates. Added instructions for using time fields on product form for automation of expiration dates.
1 parent 0a8262d commit af4a3a1

File tree

1 file changed

+36
-11
lines changed

1 file changed

+36
-11
lines changed

inventory/routes/strategies/removal.rst

Lines changed: 36 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ control purpose or due to reason of product expiration.
1111

1212
When a product movement needs to be done, Odoo will find available
1313
products that can be assigned to shipping. The way Odoo assign these
14-
products depend on the **removal strategy** that is defined on the **product
14+
products depend on the **removal strategy** that is defined on the **product
1515
category** or on the **location**.
1616

1717
Configuration
@@ -109,27 +109,52 @@ Then click on **Apply** to save changes.
109109
.. image:: media/removal08.png
110110
:align: center
111111

112-
It will allow you to set **best before date**, **end of life date**, **alert
113-
date** and **removal date** on the serial number. Go to
114-
:menuselection:`Inventory Control --> Serial Numbers/Lots`.
112+
This will allow you to set four expiration fields for each lot or serial number:
113+
**best before date**, **end of life date**, **alert date** and **removal date**.
114+
These dates can be set from :menuselection:`Inventory Control --> Serial Numbers/Lots`.
115115

116116
.. image:: media/removal09.png
117117
:align: center
118118

119119
- **Best Before Date**: This is the date on which the goods with this
120-
serial number start deteriorating, without being dangerous yet.
120+
serial/lot number start deteriorating, without being dangerous yet.
121121

122122
- **End of Life Date:** This is the date on which the goods with this
123-
serial number may become dangerous and must not be consumed.
123+
serial/lot number may become dangerous and must not be consumed.
124124

125125
- **Removal Date:** This is the date on which the goods with this
126-
serial Number should be removed from the stock.
126+
serial/lot number should be removed from the stock. Using the FEFO
127+
removal strategym goods are picked for delivery orders using this date.
127128

128-
- **Alert Date:** This is the date on which an alert should be notified
129-
about the goods with this serial number.
129+
- **Alert Date:** This is the date on which an alert should be sent
130+
about the goods with this serial/lot number.
130131

131-
Products will pick first with expiry date (removal date), So you have
132-
to set removal date on lot/serial numbers.
132+
Lots will be picked based on their **removal date**, from earliest
133+
to latest. Lots without a removal date defined will be picked after
134+
lots with removal dates.
135+
136+
All dates except **removal date** are for informational and reporting purposes only.
137+
Lots that are past any or all of the above expiration dates may still be picked
138+
for delivery orders, and no alerts will be sent when lots pass their **alert date**.
139+
140+
Expiration dates on lots can also be set automatically when goods are received into stock.
141+
After enabling expiration dates on serial numbers, four new fields will become available
142+
in the inventory tab of the product form: **product life time**, **product use time**,
143+
**product removal time**, and **product alert time**. When an integer is entered into one
144+
of these fields, the expiration date of a lot/serial of the product in question will be set
145+
to the creation date of the lot/serial number plus the number of days entered in the time
146+
increment field. If the time increment field is set to zero, then the expiration date of
147+
a lot/serial must be defined manually after the lot has been created.
148+
149+
Each of these time increment fields is used to generate one of the lot expiration date fields as follows:
150+
151+
Product Use Time --> Best Before Date
152+
153+
Product Removal Time --> Removal Date
154+
155+
Product Life Time --> End of Life Date
156+
157+
Product Alert Time --> Alert Date
133158

134159
To set the removal strategy on location, go to
135160
:menuselection:`Configuration --> Locations` and choose FEFO.

0 commit comments

Comments
 (0)
0