diff --git a/inventory/barcode/operations/lots_serial_numbers.rst b/inventory/barcode/operations/lots_serial_numbers.rst index 3dde3d06e..fd64f6d25 100644 --- a/inventory/barcode/operations/lots_serial_numbers.rst +++ b/inventory/barcode/operations/lots_serial_numbers.rst @@ -1,3 +1,46 @@ ==================================================== How to handle lots and serial numbers with barcodes? -==================================================== \ No newline at end of file +==================================================== + +Lots Numbers can be encoded from incoming shipments, internal moves and +outgoing deliveries: + +- In the barcode interface, **scan** the products you want create a lot from + +- If this product should be manage by lots, a window opens to help you + scan the lots/serial numbers + +- **Scan** a lot barcode, **type** one manually or **leave empty** to generate one + automatically + +- Click or scan **Validate** once you are done + +What is the difference between **Lots** and **Serial Numbers**? + +- **Lot** numbers are attributed to several identical products, so each + time you scan a lot number, Odoo will add one on the product + count. + +- On the opposite, a **serial number** is unique, and represented by only + one barcode, sticked on only one item. This means that Odoo won't + accept scanning the same serial number more than once per + operation. + +.. image:: media/lots_serial_numbers01.png + :align: center + +Here, we configured **Lu - Petit Beukelaer** tracking by lots. + +.. image:: media/lots_serial_numbers04.png + :align: center + +Scan a product from this incoming shipment, then scan the lot number of +each product (you can also use the keyboard). + +.. image:: media/lots_serial_numbers02.png + :align: center + +Click save/scan **Validate** and you are done. + +.. image:: media/lots_serial_numbers03.png + :align: center diff --git a/inventory/barcode/operations/media/lots_serial_numbers01.png b/inventory/barcode/operations/media/lots_serial_numbers01.png new file mode 100644 index 000000000..8e4b5992b Binary files /dev/null and b/inventory/barcode/operations/media/lots_serial_numbers01.png differ diff --git a/inventory/barcode/operations/media/lots_serial_numbers02.png b/inventory/barcode/operations/media/lots_serial_numbers02.png new file mode 100644 index 000000000..d890610f7 Binary files /dev/null and b/inventory/barcode/operations/media/lots_serial_numbers02.png differ diff --git a/inventory/barcode/operations/media/lots_serial_numbers03.png b/inventory/barcode/operations/media/lots_serial_numbers03.png new file mode 100644 index 000000000..f2fc416fb Binary files /dev/null and b/inventory/barcode/operations/media/lots_serial_numbers03.png differ diff --git a/inventory/barcode/operations/media/lots_serial_numbers04.png b/inventory/barcode/operations/media/lots_serial_numbers04.png new file mode 100644 index 000000000..4cd5b59f1 Binary files /dev/null and b/inventory/barcode/operations/media/lots_serial_numbers04.png differ