[16.0][IMP] shopfloor/mobile: Allow to do single unload with each pack#995
Open
rousseldenis wants to merge 10 commits into
Open
[16.0][IMP] shopfloor/mobile: Allow to do single unload with each pack#995rousseldenis wants to merge 10 commits into
rousseldenis wants to merge 10 commits into
Conversation
Contributor
jbaudoux
reviewed
Apr 25, 2025
ff43f80 to
2412db2
Compare
jbaudoux
reviewed
Jun 19, 2025
jbaudoux
left a comment
Contributor
There was a problem hiding this comment.
i think you should differentiate:
unload_scan_binbase shopfloor where you have put products in binsunload_scan_packagein case you repack at the end of the picking
7ae63e5 to
15282b5
Compare
3cb4dff to
fc05e73
Compare
102b6f3 to
80ae39e
Compare
74c7246 to
55c6b69
Compare
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Contributor
8464816 to
0548ec4
Compare
simahawk
reviewed
Mar 26, 2026
simahawk
left a comment
There was a problem hiding this comment.
LG overall, just code review.
Small remark on the card color default.
| Vue.component("detail-package", { | ||
| mixins: [ItemDetailMixin], | ||
| props: { | ||
| color: String, // Used to determine card_color (See `utils.colors.color_for()`) |
There was a problem hiding this comment.
Any reason not to add detail_main_card as default? It will change existing screens.
However, we should probably put the default in item-detail-card
Add a package icon Allow to change color of card
…e at unload To be more flexible as the user has a particular package in front of him, he can scan another package than the one proposed.
…w retrieving more information
…ination location In order to enrich the presentation of the destination location, replace the location name with a component
…tion-operation> card
If user try to scan the package just having been unloaded, the batch will be marked as done as no more lines would be found. Don't let the user to scan it one more time.
…wice If the last unload validated the concerned picking, the reuse of package in that one will conduct to batch validation.
dd94f39 to
32f53d4
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.