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

[14.0][IMP] stock_reception_screen_measuring_device: measure smaller packages #927

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

Commits on Nov 28, 2024

  1. stock_reception_screen_measuring_device: measure smaller packages

    When goods are received, triggers measurements also for smaller
    packagings that weren't ordered or received.
    
    This behavior is not triggered when received packagings are not the same
    as ordered packagings.
    mmequignon authored and simahawk committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    1fb7ec3 View commit details
    Browse the repository at this point in the history
  2. stock_reception_screen_measuring_device: fix scan_requested stored

    There's no need to store this flag as it's used only for UI purpose on the rec screen.
    This way useless computation to update the field are avoided.
    simahawk committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    4afe798 View commit details
    Browse the repository at this point in the history