-
Notifications
You must be signed in to change notification settings - Fork 10.7k
[ADD] Barcode: Add scanning RFID tags documentation #15350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,51 @@ | ||||||
| ========================== | ||||||
| Manage inventory with RFID | ||||||
| ========================== | ||||||
|
|
||||||
| Managing inventory with an RFID barcode scanner is possible with the **Barcodes** app and a physical | ||||||
| RFID scanner. | ||||||
|
|
||||||
| Make sure the RFD40 scanner is paired and connected to the mobile computer or smartphone. Open an | ||||||
| operation (like a receipt, transfer, delivery order, or manufacturing order), or count inventory | ||||||
| using the RFID scanner. Scanning an existing operation barcode pulls up the relevant inventory or | ||||||
| manufacturing documents in Odoo on the mobile device. | ||||||
|
|
||||||
| Overview of the workflow | ||||||
| ======================== | ||||||
|
|
||||||
| With the RFD40 scanner in hand, open the **Barcode** app on the computer or phone. Open the | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
because we're asking them to navigate there (: |
||||||
| operation record (via the **Barcode** interface or scanning the operation barcode), or open the | ||||||
| :guilabel:`Inventory count` operation. Scan the RFID barcodes for the product. | ||||||
|
|
||||||
| .. seealso:: | ||||||
| :doc:`../setup/operation_types` | ||||||
|
|
||||||
| To begin managing inventory using RFID tags, open the **Barcode** app on the smart device. | ||||||
|
|
||||||
| .. _inventory/barcode/rfid_manage: | ||||||
|
|
||||||
| Manage inventory | ||||||
| ================ | ||||||
|
|
||||||
| From the **Barcode** app, scan the operation barcode or tap the :guilabel:`Operations` button to | ||||||
| open operations for receipts, internal transfers, delivery orders, or manufacturing orders. If the | ||||||
| reading device is not connected, Odoo will automatically connect to the device. When the device is | ||||||
| connected, a toast notification appears on the screen that verifies the connection. Scan the | ||||||
| products, then validate the scan on the mobile computer or smartphone. | ||||||
|
|
||||||
| .. image:: scan_rfid/validate-receipt.png | ||||||
| :alt: Validate the operation on the mobile device. | ||||||
|
|
||||||
| .. _inventory/barcode/rfid_count: | ||||||
|
|
||||||
| Counting inventory | ||||||
| ================== | ||||||
|
|
||||||
| It is required by many factories and warehouses to keep track of inventory, including regular counts | ||||||
| of products to ensure all records are correct. To change the amount of a product in stock, or adjust | ||||||
| inventory, open the :guilabel:`Inventory count` operation. Scan the products to count. If necessary, | ||||||
| verify the count manually. You can update the count by clicking the :icon:`fa-pencil` | ||||||
| :guilabel:`(edit)` icon. Click :guilabel:`Apply` to apply the count on the smart device. | ||||||
|
|
||||||
| .. image:: scan_rfid/apply-count.png | ||||||
| :alt: Apply the count on the Inventory Adjustment page. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Because these are such tall/vertical images, I recommend cropping this one so the image is cut off beneath the second item. I am not sure if you cna adjust a whole set of items- if so, include 2 products, but if not, include only one - this way, it can be much larger.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Where this is referenced, it's specifically calling out the "Apply" button at the bottom of the mobile device view, so I'm hesitant to crop that out. |
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same with this one - since it is so tall, I'd crop it under the pone case box, and eliminate the lower half.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same comment here, we're also calling out the "Validate" button that is part of the mobile device barcode app view. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.