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

Allow negative stock levels for on-demand products #12536

Merged
merged 2 commits into from
Jun 13, 2024

Commits on May 31, 2024

  1. Remove validation of positive stock when on demand

    We weren't allowing negative stock to stop any bug from accidentally
    drawing too much stock. But now we want to implement a backordering
    logic that depends on negative stock levels to know how much is needed
    to replenish stock levels.
    mkllnk committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d391faa View commit details
    Browse the repository at this point in the history
  2. Update stock levels of on-demand items

    We weren't bothering with stock when items were on demand anyway. But we
    want to track stock now so that we can backorder more when local stock
    levels become negative.
    mkllnk committed May 31, 2024
    Configuration menu
    Copy the full SHA
    ecbba89 View commit details
    Browse the repository at this point in the history