Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

When you fill out a forecast or order, whether manually or by uploading a file, the Portal performs a check on the requested quantities and align them to the items' packaging.

The rules applied by the Portal are the following:

IF asked quantity ≤ packaging THEN final quantity = packaging

IF asked quantity > packaging THEN the closest packaging, according to the below conditions:

  • IF remaining of division (asked quantity / packaging) is ≥ of division (packaging / 2) THEN final quantity = packaging * (integer portion of division (asked quantity / packaging) + 1)
  • IF remaining of division (asked quantity / packaging) is < of division (packaging / 2) THEN final quantity = packaging * (integer portion of division (asked quantity / packaging))
  • No labels