[14.0][IMP] shopfloor, cluster picking: Validate button at unload_all step - #1217
Draft
sebalix wants to merge 4 commits into
Draft
[14.0][IMP] shopfloor, cluster picking: Validate button at unload_all step#1217sebalix wants to merge 4 commits into
unload_all step#1217sebalix wants to merge 4 commits into
Conversation
Contributor
sebalix
force-pushed
the
14.0-shopfloor-cluster_picking-unload_all-validate_button
branch
5 times, most recently
from
July 20, 2026 17:36
baf5315 to
d5dfe1d
Compare
sebalix
force-pushed
the
14.0-shopfloor-cluster_picking-unload_all-validate_button
branch
from
July 29, 2026 07:45
d5dfe1d to
f07dc89
Compare
Instead of processing move lines one by one, the operator works product by product grouped by location. When confirmed, the batch shows the first product to pick. After scanning the product and a destination bin, all its lines in the batch are processed at once (qty done and destination bin are set). Continues to the next product until all are completed. Only applies to lines without a source package and not tracked by lot/serial.
Frontend part of 'Pick by product' feature. Instead of processing move lines one by one, the operator works product by product. When confirmed, the batch shows the first product to pick. After scanning the product and a destination bin, all its lines in the batch are processed at once (qty done and destination bin are set). Continues to the next product until all are completed. Only applies to lines without a source package and not tracked by lot/serial.
…unload_all' step Assisted-by: opencode-go:deepseek-v4-pro
sebalix
force-pushed
the
14.0-shopfloor-cluster_picking-unload_all-validate_button
branch
from
July 30, 2026 10:04
f07dc89 to
4d5ff91
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.
Based on #1216 to avoid conflicts. But both features are here to simplify the cluster picking scenario when processing bunch of products spread in multiple transfers in a given batch.
With this new option,

unload_allscreen looks like this:The user doesn't need to scan the destination location anymore, a Validate button is now displayed.
EDIT: a summary of processed/backorder lines grouped by transfer is now displayed too
