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

(re)distribute incoming products when delivered != ordered #3

Closed
Cor-Jan opened this issue May 7, 2013 · 3 comments
Closed

(re)distribute incoming products when delivered != ordered #3

Cor-Jan opened this issue May 7, 2013 · 3 comments
Labels

Comments

@Cor-Jan
Copy link

Cor-Jan commented May 7, 2013

When the delivered products are less, more or different from the products ordered, how to cope with that?

There are 4 scenarios:

  1. too much
  2. too little
  3. not delivered
  4. not ordered
@wvengen
Copy link
Member

wvengen commented Oct 29, 2013

  1. too much - redistribute over member orders' tolerance (optional), rest to stock (see Rest ins Lager  foodcoops/foodsoft#35)
  2. too little - recompute member distribution
  3. not delivered - set result to zero and recompute member distribution
  4. not ordered - add product to order and enter amount delivered, all to stock

Some foodcoops may not want to use stock (yet), in that case "to stock" means either doing nothing (leaving a difference between ordered and member orders), or assigning rest to a special ordergroup belonging to the foodcoop.

@wvengen
Copy link
Member

wvengen commented Dec 18, 2013

mostly implemented in fresh-flow (not: rest to stock)

@wvengen
Copy link
Member

wvengen commented Jan 7, 2014

This is done in the receive screen. Closing the issue here. Pending is putting the remainder in stock, but that's out of scope for the current issue.

@wvengen wvengen closed this as completed Jan 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants