Skip to content
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

[16.0][IMP] shopfloor: Zone picking no destination package required #902

Open
wants to merge 2 commits into
base: 16.0
Choose a base branch
from

Commits on Oct 14, 2024

  1. [IMP] shopfloor: Zone picking no packing

    Add an option to skip the packing step when processing a line into the zone picking scenario. Thanks to this option the processing of a line can be done by processing the location, set the qty and scan the destination even if the oroduct is not into a package.
    lmignon committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9f9aa12 View commit details
    Browse the repository at this point in the history
  2. [IMP] shopfloor, zone picking: Allow partial transfer when scanning a…

    … location.
    
    In the zone picking scenario, operators can choose to pick less than the reserved quantity.
    Previously, the system required them, in this case, to place the goods in a package first.
    
    This restriction was unnecessary, as it forced operators to perform an extra step that they do not actually do in real life.
    We trust them to know what they're doing, so let's keep it simple.
    
    With this fix, if a user scans a location, they can move the products directly to the scanned location.
    sbejaoui authored and lmignon committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9e20eeb View commit details
    Browse the repository at this point in the history