-
Notifications
You must be signed in to change notification settings - Fork 10.7k
[ADD] Barcode: Add documentation around retrieving EPC codes #15433
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
Closed
+53
−0
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,3 +16,4 @@ Daily operations | |
| operations/gs1_nomenclature | ||
| operations/gs1_usage | ||
| operations/scan_rfid | ||
| operations/retrieve_epcs | ||
52 changes: 52 additions & 0 deletions
52
content/applications/inventory_and_mrp/barcode/operations/retrieve_epcs.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,52 @@ | ||
| ================== | ||
| Retrieve EPC codes | ||
| ================== | ||
|
|
||
| .. |EPC| replace:: :abbr:`EPC (electronic product code)` | ||
| .. |RFID| replace:: :abbr:`RFID (radio frequency identification)` | ||
| .. |GS1| replace:: :abbr:`GS1 (Global Standards 1)` | ||
|
|
||
| Electronic product codes (|EPC|) are globally unique identifiers assigned to specific products, | ||
| allowing items to be distinguished at the individual level. These identifiers support accurate | ||
| inventory management by enabling faster cycle counts, streamlined adjustments, and more precise | ||
| stock control. | ||
|
|
||
| After EPCs are :ref:`obtained <barcode/operations/retrieve_epcs_gs1>` from |GS1|, they are | ||
| :ref:`encoded <barcode/operations/write_epcs>` onto |RFID| tags, which are then applied to products | ||
| and used throughout the inventory process. | ||
|
|
||
| .. seealso:: | ||
erjer-odoo marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| Set up :doc:`../setup/rfid` | ||
|
|
||
| .. important:: | ||
| If using Odoo 18, |GS1|'s Encoder/Decoder tool **must** be used to retrieve EPCs. | ||
|
|
||
| .. _barcode/operations/retrieve_epcs_gs1: | ||
|
|
||
| Retrieving EPCs from GS1 | ||
| ======================== | ||
|
|
||
| To retrieve an EPC to encode on a tag, use `GS1's EPC Encoder/Decoder tool | ||
| <https://www.gs1.org/services/epc-encoderdecoder>`__. | ||
|
|
||
| #. Enter the GTIN-14 barcode of the product in the application identifier :guilabel:`(01)` field. | ||
| #. Enter the product's serial number in the :guilabel:`(21)` field. | ||
| #. Specify a company prefix length. | ||
| #. Specify the size of the tag and its filter value. | ||
erjer-odoo marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
erjer-odoo marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| .. image:: retrieve_epcs/retrieve-from-gs1.png | ||
| :alt: Complete the fields of the EPC Encoder/Decoder tool. | ||
|
|
||
| .. _barcode/operations/write_epcs: | ||
|
|
||
| Writing EPCs to RFID tags | ||
| ========================= | ||
|
|
||
| After retrieving the EPCs, you can use an RFID writer to write the EPCs onto RFID tags. The process | ||
| to write EPCs varies by RFID writer manufacturer. Refer to the RFID writer's documentation for more | ||
| information. | ||
|
|
||
| .. seealso:: | ||
| - :doc:`gs1_nomenclature` | ||
| - :doc:`gs1_usage` | ||
| - :doc:`adjustments` | ||
Binary file added
BIN
+26.3 KB
...ations/inventory_and_mrp/barcode/operations/retrieve_epcs/retrieve-from-gs1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.