Skip to content

Commit 3908516

Browse files
committed
[IMP] inventory: update differences doc
closes #5495 Signed-off-by: Zachary Straub (zst) <[email protected]>
1 parent 5026b55 commit 3908516

File tree

5 files changed

+87
-36
lines changed

5 files changed

+87
-36
lines changed
Lines changed: 87 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,98 @@
1-
======================================================
2-
What's the difference between lots and serial numbers?
3-
======================================================
1+
==========================================
2+
Difference between lots and serial numbers
3+
==========================================
44

5-
Introduction
6-
============
5+
*Lots* and *serial numbers* are the two ways to identify and track products in Odoo. While there are
6+
similarities between the two traceability methods, there are also notable differences that affect
7+
receipts, deliveries, and inventory reports.
78

8-
In Odoo, lots and serial numbers have similarities in their functional
9-
system but are different in their behavior. They are both managed within
10-
the **Inventory**, **Purchases** and **Sales** app.
9+
A *lot* usually indicates a specific batch of an item that was received, is currently stored, or was
10+
shipped from a warehouse. However, it can also pertain to a batch of products manufactured in-house,
11+
as well.
1112

12-
**Lots** correspond to a certain number of products you received and store
13-
altogether in one single pack.
13+
A *serial number* is a unique identifier assigned incrementally (or sequentially) to an item or
14+
product, used to distinguish it from other items or products.
1415

15-
**Serial numbers** are identification numbers given to one product in
16-
particular, to allow to track the history of the item from reception to
17-
delivery and after-sales.
16+
.. seealso::
17+
- :doc:`/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/lots`
18+
- :doc:`/applications/inventory_and_mrp/inventory/management/lots_serial_numbers/serial_numbers`
1819

19-
When to use
20-
-----------
20+
Enable lots & serial numbers
21+
============================
2122

22-
**Lots** are interesting for products you receive in great quantity and for
23-
which a lot number can help in reportings, quality controls, or any
24-
other info. Lots will help identify a number of pieces having for
25-
instance a production fault. It can be useful for a batch production of
26-
clothes or food.
23+
To track products using lots and serial numbers, the *Lots & Serial Numbers* feature must be
24+
enabled.
2725

28-
**Serial numbers** are interesting for items that could require after-sales
29-
service, such as smartphones, laptops, fridges, and any electronic
30-
devices. You could use the manufacturer's serial number or your own,
31-
depending on the way you manage these products
26+
To do that, go to the :menuselection:`Inventory app --> Configuration --> Settings`, scroll down to
27+
the :guilabel:`Traceability` section, and click the box next to :guilabel:`Lots & Serial Numbers`.
28+
Then, click the :guilabel:`Save` button to save changes.
3229

33-
When not to use
34-
---------------
30+
.. image:: differences/differences-enabled-setting.png
31+
:align: center
32+
:alt: Enabled lots and serial numbers feature in inventory settings.
3533

36-
Storing consumable products such as kitchen roll, toilet paper, pens and
37-
paper blocks in lots would make no sense at all, as there are very few
38-
chances that you can return them for production fault.
34+
When to use lots
35+
================
3936

40-
On the other hand, giving a serial number to every product is a
41-
time-consuming task that will have a purpose only in the case of items
42-
that have a warranty and/or after-sales services. Putting a serial
43-
number on bread, for instance, makes no sense at all.
37+
Lots are useful for products that are manufactured or received in large quantities, such as clothes
38+
or food. Lots and can be used to trace a product back to a group, which is especially useful when
39+
managing product recalls or expiration dates.
4440

45-
.. seealso::
46-
* :doc:`serial_numbers`
47-
* :doc:`lots`
41+
.. example::
42+
.. image:: differences/differences-lot.png
43+
:align: center
44+
:alt: Created lot with quantity of products in it.
45+
46+
Manufacturers assign lot numbers to groups of products that have common properties; this can lead to
47+
multiple goods sharing the same lot number. This helps identify a number of products in a single
48+
group, and allows for end-to-end traceability of these products through each step in their life
49+
cycles.
50+
51+
When to use serial numbers
52+
==========================
53+
54+
The goal of assigning serial numbers to individual products is to make sure every item's history is
55+
identifiable when it travels through the supply chain. This can be especially useful for
56+
manufacturers that provide after-sales services related to products they sell and deliver.
57+
58+
.. example::
59+
.. image:: differences/differences-serial-numbers.png
60+
:align: center
61+
:alt: List of serial numbers for product.
62+
63+
Serial numbers can contain many different types of characters: numbers, letters, typographical
64+
symbols, or a mixture of all three types.
65+
66+
Traceability
67+
============
68+
69+
Manufacturers and companies can refer to traceability reports to see the entire life cycle of a
70+
product. These reports include vital information, like where it came from (and when), where it was
71+
stored, and to whom it was sent.
72+
73+
To see the full traceability of a product, or group products by lots and/or serial numbers, go to
74+
:menuselection:`Inventory app --> Products --> Lots/Serial Numbers`. Doing so reveals the
75+
:guilabel:`Lots/Serial Numbers` dashboard.
76+
77+
From here, products with lots or serial numbers assigned to them are listed by default. They can
78+
also be expanded to show what lots or serial numbers have been specifically assigned to them.
79+
80+
To group by lots or serial numbers, first remove any default filters from the search bar in the
81+
upper-right corner. Then, click :guilabel:`Group By`, and select :guilabel:`Add Custom Group`, which
82+
reveals a mini drop-down menu. From this mini drop-down menu, select :guilabel:`Lot/Serial Number`,
83+
and click :guilabel:`Apply`.
84+
85+
Doing so reveals all existing lots and serial numbers, and each can be expanded to show all product
86+
quantities with that assigned number. For unique serial numbers that are *not* reused, there should
87+
*only* be one product per serial number.
88+
89+
.. image:: differences/differences-tracking.png
90+
:align: center
91+
:alt: Reporting page with drop-down lists of lots and serial numbers.
92+
93+
.. tip::
94+
For additional information regarding an individual lot number or serial number, click the line
95+
item for the lot or serial number to reveal that specific number's :guilabel:`Lot` or
96+
:guilabel:`Serial Number` form. From this form, click the :guilabel:`Location` and
97+
:guilabel:`Traceability` smart buttons to see all stock on-hand using that serial number. Any
98+
operations made using that lot or serial number can be found here, as well.
50.6 KB
Loading
53.6 KB
Loading
60.4 KB
Loading
47.4 KB
Loading

0 commit comments

Comments
 (0)