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

Fix two inventory related problems #11032

Merged
merged 3 commits into from
Apr 28, 2021

Commits on Apr 28, 2021

  1. Fix error with inventory and HU with M_Material_Tracking_ID

    * the error message that we fix is
    "Cannot get M_HU from ASIWithPackingItemTemplateAttributeStorage[...]"
    * the actual fix is in MaterialTrackingAttributeValuesProvider
    * the rest is minor improvements
    metas-ts committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    1986927 View commit details
    Browse the repository at this point in the history
  2. Fix rounding error with inventory and weights

    * the error message that we fix is
    "Error: Attempt to set negative qty on storageLine; qtyOld=9.504; qtyToAdd=-9.528; qtyNew=-0.024;"
    * the actual fix is in UniformAllocationStrategy
    * the rest is minor improvements
    metas-ts committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    b7f526f View commit details
    Browse the repository at this point in the history
  3. Update backend/de.metas.handlingunits.base/src/main/java/de/metas/han…

    …dlingunits/materialtracking/spi/impl/attribute/MaterialTrackingAttributeValuesProvider.java
    metas-ts committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    4c2cece View commit details
    Browse the repository at this point in the history