Skip to content

[ADD] barcode: operations and commands barcode printing #13355

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
wants to merge 1 commit into from

Conversation

slinkous
Copy link
Contributor

No description provided.

@robodoo
Copy link
Collaborator

robodoo commented May 13, 2025

Pull request status dashboard

@C3POdoo C3POdoo requested a review from a team May 13, 2025 00:55
Copy link
Contributor

@Felicious Felicious left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work so far, @slinkous ! 😊 The doc is really in-depth and it's going to be SO helpful! 😍

I know you haven't requested a review from me, yet! I just did a quick scan 👀 😉 to catch some quick formatting and style things. I presumed that since you pushed this PR up at the end of the day, you'll still have it open when you come in tomorrow, so it'll be easy to do some fixes before you move onto another task 😊

Copy link
Contributor

@Felicious Felicious left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

super minor nitpicks! planning to send this to tech review next so i'd like to take a look before then (:

but wonderful job!!! really helpful & comprehensive doc

@slinkous slinkous force-pushed the 18.0-barcode-operation-barcodes-stul branch from c39a65e to d93f642 Compare May 21, 2025 00:17
@slinkous slinkous requested a review from Felicious May 21, 2025 00:18
Copy link
Contributor

@Felicious Felicious left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great doc with so much detail!! @slinkous Proud of your work 😊

I just really minor things to add, and you're getting more and more familiar with our style and conventions 😊

Starting from the next doc you push up, you'll be officially joining the other writers in our normal peer review process! Tag Jess or Lara in peer review, me in final, and then Sam in technical!

@slinkous slinkous force-pushed the 18.0-barcode-operation-barcodes-stul branch from 67e5404 to 93694be Compare May 21, 2025 18:44
@slinkous slinkous self-assigned this May 21, 2025
@slinkous slinkous added the 5 label May 21, 2025
Copy link
Contributor Author

@slinkous slinkous left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@samueljlieber this is ready for review, and much appreciated!

Copy link
Contributor

@samueljlieber samueljlieber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @slinkous! Before I review would you mind resolving the merge conflict? Thank you!

@slinkous slinkous force-pushed the 18.0-barcode-operation-barcodes-stul branch from 4aef40b to 26fb546 Compare May 22, 2025 17:17
@slinkous
Copy link
Contributor Author

@samueljlieber conflict resolved. I swear that other change hadn't gone through until after I tagged you. 😅 Thanks for video guide!

@samueljlieber
Copy link
Contributor

No worries @slinkous, thank you for taking care of it! Review coming soon!

Copy link
Contributor

@samueljlieber samueljlieber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @slinkous! Awesome work on this Barcode PR! The doc is really in-depth and I like the amount of reference links you used to add more additional context.

Im requesting changes just to address and discuss a couple items, all pretty minor :)

Nitpicks- please correct the lines over 100 chars and early line breaks (can use make review to find these).

Tag me for one more quick look once you've had a moment to address these!

Thank you!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this unused image :)
(content/applications/inventory_and_mrp/barcode/setup/operation_types/print-picking-inventory.png)

Comment on lines 128 to 129
barcode if there is one available, or tap the :icon:`fa-cog` :guilabel:`(cog)` icon to open the
Barcode Actions menu and tap the :guilabel:`Print Picking Operation` button.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use the "gear" label for this icon over "cog" :)

Bold Barcode app name and lowercase actions menu

Suggested change
barcode if there is one available, or tap the :icon:`fa-cog` :guilabel:`(cog)` icon to open the
Barcode Actions menu and tap the :guilabel:`Print Picking Operation` button.
barcode if there is one available, or tap the :icon:`fa-cog` :guilabel:`(gear)` icon to open the
**Barcode** actions menu and tap the :guilabel:`Print Picking Operation` button.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But otherwise the rule of explicit label > hover label > fontAwesome name applies? This one's just an old convention?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Operations
----------

- :guilabel:`Receipts (WHIN)` creates a new order to receive products into inventory.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Continuing from my prev comment, these are printed so no :guilabel: IMO, and could use literal for the codes (optional)

Suggested change
- :guilabel:`Receipts (WHIN)` creates a new order to receive products into inventory.
- **Receipts** (`WHIN`) creates a new order to receive products into inventory.

Copy link
Contributor Author

@slinkous slinkous May 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, I like this solution! I ran through italics/bold/literal for the whole phrase, but the parentheses are my addition as well. I'm going to convert it all to **Operation Name** \BARCODE``, because it looks the most like the actual printed barcodes, and the barcodes themselves seem to all stick to monospace fonts.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't escape the backticks. I think you'll get what I mean though.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes! I agree :)

**Operation Name** `BARCODE`

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

@slinkous slinkous force-pushed the 18.0-barcode-operation-barcodes-stul branch from 26fb546 to fcf2f00 Compare May 23, 2025 18:51
@slinkous slinkous requested a review from samueljlieber May 23, 2025 18:52
@slinkous
Copy link
Contributor Author

@samueljlieber This is ready for re-review. Tysm for formatting help!

Copy link
Contributor

@samueljlieber samueljlieber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @slinkous, thank you for addressing most of my comments– however there are still a few left to resolve.

Please remove this unused image: #13355 (comment)

Please tag me once more once addressed. Thank you!

@slinkous slinkous force-pushed the 18.0-barcode-operation-barcodes-stul branch from fcf2f00 to 92641da Compare May 23, 2025 20:09
Copy link
Contributor

@samueljlieber samueljlieber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for addressing everything @slinkous, looks good. Approving with one comment!

Thank you for your work!
.....
@robodoo delegate=slinkous

@slinkous slinkous force-pushed the 18.0-barcode-operation-barcodes-stul branch 3 times, most recently from 282efa0 to f5ed712 Compare May 23, 2025 21:50
@slinkous
Copy link
Contributor Author

@robodoo r+

@robodoo
Copy link
Collaborator

robodoo commented May 23, 2025

@slinkous you may want to rebuild or fix this PR as it has failed CI.

Co-authored-by: Felicious <feku@odoo.com>
@slinkous slinkous force-pushed the 18.0-barcode-operation-barcodes-stul branch from f5ed712 to bbd7f5a Compare May 23, 2025 22:21
@slinkous
Copy link
Contributor Author

@robodoo r+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants