Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 requested quantity ≤ packaging THEN final quantity = packaging

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

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


When uploading a file into a forecast or order the Portal will warn you if any rounding has been performed, as in the below example:Image Removed

Image Added

Info

The rationale of the rounding is aligning the requested quantity to the closest packaging, e.g. if you order 1001 of Paracetamol packaged 1000 the Portal will round down your order to 1000