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] Don't set picking to done automatically #693

Draft
wants to merge 5 commits into
base: 14.0
Choose a base branch
from

Commits on Aug 21, 2024

  1. [ADD] extra test cases for picking validation

    - serial number product combined with regular product
    - backorder created on serial number validation
    thomaspaulb committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    0a25eca View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. [IMP] make picking state syncing configurable

    By default picking state is forced to Done when SO picking is done, but if picking
    sync fails, eg if there is a mismatch in SO and PO move lines, user can't correct
    anything since the picking is already set to Done.
    
    This may be acceptable in cases where 100% of the syncs go OK but we make the
    setting configurable to support situations where manual corrections are needed.
    thomaspaulb committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    17792b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba93779 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    90119b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2add0fd View commit details
    Browse the repository at this point in the history