diff --git a/inventory/barcode/operations/adjustments.rst b/inventory/barcode/operations/adjustments.rst index 2e03b77bf..f724a2a41 100644 --- a/inventory/barcode/operations/adjustments.rst +++ b/inventory/barcode/operations/adjustments.rst @@ -1,3 +1,24 @@ ================================================ How to do an inventory adjustment with barcodes? -================================================ \ No newline at end of file +================================================ + +From the Barcode application: + +- Click on **Inventory** + +.. image:: media/adjustments01.png + :align: center + +- Scan all the products (if you have 5 identical articles, scan it 5 + times, or use the keyboard to set the quantity). + +.. note:: + If you manage multiple locations, scan the location before scanning the + products. Eg. scan a shelf’s barcode ; scan each product on the + shelf ; repeat for each shelf in the wharehouse. + +- When you've scanned all the items of the location, validate the + inventory manually or by scanning the **Validate** barcode. + +.. image:: media/adjustments02.png + :align: center diff --git a/inventory/barcode/operations/media/adjustments01.png b/inventory/barcode/operations/media/adjustments01.png new file mode 100644 index 000000000..8bcf5d37f Binary files /dev/null and b/inventory/barcode/operations/media/adjustments01.png differ diff --git a/inventory/barcode/operations/media/adjustments02.png b/inventory/barcode/operations/media/adjustments02.png new file mode 100644 index 000000000..c52edd2a2 Binary files /dev/null and b/inventory/barcode/operations/media/adjustments02.png differ