Provide rounding options (Always Up, Always Down, or Closest Integer) instead of always going to closest integer. The manufacturing process can sometimes utilize items which, once open/cut/prepared, any unused portion becomes waste/scrap. So rounding down still leaves inventory incorrect in the end. Also, stop hard-coding the EACH unit of measure as an Integer Unit of Measure so the end-user can decide for themselves if they want to use this function.

Comments