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

OBPIH-6331 Inferring bin locations in pick import #4675

Merged
merged 18 commits into from
Jun 26, 2024

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    bed2d72 View commit details
    Browse the repository at this point in the history
  2. OBPIH-6331 Added allocation request as well as validation; improved d…

    …efault error messages
    jmiranda committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    5fb71ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e995d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    6341f7c View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. OBPIH-6331 Added missing validation error when there are more than on…

    …e virtual + actual bin locations
    jmiranda committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    5f656a3 View commit details
    Browse the repository at this point in the history
  2. OBPIH-6331 Added TODO comments for changes that should be made in the…

    … final version of the branch
    jmiranda committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    10f8709 View commit details
    Browse the repository at this point in the history
  3. OBPIH-6331 Removed override "allocation" mechanism because we decided…

    … default allocation algorithm would suffice
    jmiranda committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f62d676 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f03f6e6 View commit details
    Browse the repository at this point in the history
  5. OBPIH-6331 Commented out the revertPick from the rebase, kept clearPi…

    …cklist because it has been working as expected
    jmiranda committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    20bc1c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    79c9aec View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    3de6342 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. OBPIH-6524 Fixed bug reported in Sentry (Ambiguous method overloading…

    … for method PickPageItem#getAvailableItem)
    jmiranda committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e43f166 View commit details
    Browse the repository at this point in the history
  2. OBPIH-6526 Fixed bug reported in Sentry (No such property: g for clas…

    …s StockMovementService)
    jmiranda committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    03a285e View commit details
    Browse the repository at this point in the history
  3. OBPIH-6523 Changed logic for available quantity to validate whether t…

    …here's enough quantity for any single available item rather than the sum of all available items
    jmiranda committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    25c382a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32d93e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d479ab0 View commit details
    Browse the repository at this point in the history
  6. OBPIH-6522 Fixed bug related to allocating item from physical locatio…

    …n when only other available item is in a hold location
    jmiranda committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    17df3af View commit details
    Browse the repository at this point in the history
  7. OBPIH-6534 Fixed bug with allocation strategy when there was a single…

    … available item in a receiving location
    jmiranda committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    30901ea View commit details
    Browse the repository at this point in the history