-
Notifications
You must be signed in to change notification settings - Fork 10.6k
[IMP] barcode: split docs + hone in on language #5592
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
Conversation
5462ac8 to
73cd088
Compare
content/applications/inventory_and_mrp/inventory/barcode/operations/gs1_nomenclature.rst
Show resolved
Hide resolved
content/applications/inventory_and_mrp/inventory/barcode/operations/gs1_nomenclature.rst
Show resolved
Hide resolved
content/applications/inventory_and_mrp/inventory/barcode/operations/gs1_usage.rst
Show resolved
Hide resolved
content/applications/inventory_and_mrp/inventory/barcode/operations/gs1_usage.rst
Show resolved
Hide resolved
content/applications/inventory_and_mrp/inventory/barcode/operations/gs1_usage.rst
Outdated
Show resolved
Hide resolved
926cee4 to
746d9a1
Compare
brse-odoo
left a comment
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.
@Felicious I've just finished my review of this doc, great work! I left suggestions for grammar/clarity, so feel free to ask me about any of them, as always. Thanks!
content/applications/inventory_and_mrp/inventory/barcode/operations/gs1_nomenclature.rst
Show resolved
Hide resolved
content/applications/inventory_and_mrp/inventory/barcode/operations/gs1_nomenclature.rst
Outdated
Show resolved
Hide resolved
content/applications/inventory_and_mrp/inventory/barcode/operations/gs1_nomenclature.rst
Outdated
Show resolved
Hide resolved
content/applications/inventory_and_mrp/inventory/barcode/operations/gs1_nomenclature.rst
Outdated
Show resolved
Hide resolved
content/applications/inventory_and_mrp/inventory/barcode/operations/gs1_nomenclature.rst
Outdated
Show resolved
Hide resolved
content/applications/inventory_and_mrp/inventory/barcode/operations/gs1_usage.rst
Show resolved
Hide resolved
content/applications/inventory_and_mrp/inventory/barcode/operations/gs1_usage.rst
Outdated
Show resolved
Hide resolved
content/applications/inventory_and_mrp/inventory/barcode/operations/gs1_usage.rst
Outdated
Show resolved
Hide resolved
content/applications/inventory_and_mrp/inventory/barcode/operations/gs1_usage.rst
Outdated
Show resolved
Hide resolved
content/applications/inventory_and_mrp/inventory/barcode/operations/gs1_usage.rst
Outdated
Show resolved
Hide resolved
content/applications/inventory_and_mrp/inventory/barcode/operations/gs1_usage.rst
Outdated
Show resolved
Hide resolved
content/applications/inventory_and_mrp/inventory/barcode/operations/gs1_usage.rst
Outdated
Show resolved
Hide resolved
a033d87 to
aa49c98
Compare
|
Hi @brse-odoo ! This PR is ready for your second review (: I rewrote the intro of the barcode usage doc, as per your input. Let me know if it's an improvement towards the direction you were pointing in! Thank you :D |
StraubCreative
left a comment
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.
Hi @Felicious
A couple necessary + optional change requests below.
I like the QR code examples, very clever 😉
Think this PR should be good to ship on next commit.
Thanks!
content/applications/inventory_and_mrp/inventory/barcode/operations/gs1_nomenclature.rst
Outdated
Show resolved
Hide resolved
content/applications/inventory_and_mrp/inventory/barcode/operations/gs1_nomenclature.rst
Outdated
Show resolved
Hide resolved
content/applications/inventory_and_mrp/inventory/barcode/operations/gs1_nomenclature.rst
Outdated
Show resolved
Hide resolved
content/applications/inventory_and_mrp/inventory/barcode/operations/gs1_nomenclature.rst
Outdated
Show resolved
Hide resolved
| .. |AI| replace:: :abbr:`A.I. (Application Identifier)` | ||
| .. |GTIN| replace:: :abbr:`GTIN (Global Trade Item Number)` | ||
|
|
||
| GS1 barcodes are a standardized language for barcode scanners helping businesses with international |
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.
- singular/plural mismatch
- language is the wrong word here I think?
- this first sentence is a bit clunky 🥴
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.
what do u think about my intro rewrite?
GS1 barcodes provide a standardized format that barcode scanners can interpret. They encode
information in a :ref:specific structure recognized globally <barcode/operations/gs1>, allowing
scanners to understand and process supply chain data consistently.
Odoo Barcode interprets and prints GS1 barcodes, automating product identification and tracking
in warehouse operations such as receiving, picking, and shipping.
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.
good rewrite
one revision:
specific structure recognized globally --> specific, globally recognized structure
content/applications/inventory_and_mrp/inventory/barcode/operations/gs1_usage.rst
Outdated
Show resolved
Hide resolved
content/applications/inventory_and_mrp/inventory/barcode/operations/gs1_usage.rst
Outdated
Show resolved
Hide resolved
content/applications/inventory_and_mrp/inventory/barcode/operations/gs1_usage.rst
Outdated
Show resolved
Hide resolved
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com> Co-authored-by: brse-odoo <brse@odoo.com> Co-authored-by: Zachary Straub <zst@odoo.com>
ca5d5b8 to
89824ed
Compare
StraubCreative
left a comment
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.
Looks good @Felicious, nice work 🚀
@robodoo r+
|
@Felicious @StraubCreative staging failed: ci/runbot on e178c90fbbbd7faab27245888e8bac7ef080a465 (view more at https://runbot.odoo.com/runbot/build/53771737) |
|
@robodoo retry |
closes #5592 Signed-off-by: Zachary Straub (zst) <zst@odoo.com> Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com> Co-authored-by: brse-odoo <brse@odoo.com> Co-authored-by: Zachary Straub <zst@odoo.com>
Summary
Improve wording about GS1 barcode concepts.
Thanks 😸