Versions Compared

Key

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

...

  • Revised the forecasting algorithm to generate more useful min/max recommendations by better accounting for sales trends.

  • Revised the forecasting algorithm to generate more useful min/max recommendations when run partway through the month.

  • Revised the forecasting algorithm to generate more more useful min/max recommendations when using a short sales history.

  • Added the ability to view a stock item’s usage history from the EOQ screen.

  • Added the ability to view a stock item’s supply time from the EOQ screen.

  • Fixed an issue where the displayed Daily Forecast Usage was incorrect.

  • Added a new parameter to the calculation options called “Cap trend by % of real usage” that controls how far the forecast usage is allowed to deviate from the real usage this month. The new System setting “Cap EOQ trend forecast at % of real sales this month” under the Inventory tab sets the default value for this parameter.

  • Added a new parameter to the calculation options called “Generate DATA\EOQ-CALC.LOG” that creates a file that explains how the system computed the recommended min/max values for each item .

  • Min/Max fields are now editable in the form below the data grid as well as in the grid itself.

API

  • Added new key num-total-lenses to GET /wip/breakdown to count the number of lenses in progress

  • Added new V1 endpoint GET breakages/today that returns breakage information since the last scheduled day-end

    • The count of jobs with at least one breakage entered for a particular breakage reason

    • The count of all lenses broken for a particular breakage reason

  • Changed GET/v2/orders/{orderIdentifier}/pick to now return the lens bin for the right and left eye as well as the current job station code and description.

  • The get Wip 30 days API was not returning values for the current date. This has been resolved.

...