AGR Logo
6.0-r3 master 2020-01-31T13:37:34Z 6.0.3 6.0.1 6.0.2 2 / 18 6.0-r3.zip6.0-r3.zip

6.0-r3

What's new?

  • Visual changes to the about modal
  • Version information changes on the login page

Known Issues/Bugs

Critical issues and bugs that are persistent in this release

Issues

Issues that were addressed and fixed in this release

Client 6.0.3

  • Constrain editable cells in workspaces by comparing values from other columns, see documentation. DEV-1061
  • Make period filters always available in workspaces. DEV-1032
  • Fix error when adding data-series in workspace where no period filter exists. DEV-1028
  • Fix custom data series not appearing in Item Card grid. See stackoverflow. DEV-1030
  • Fix error causing all workspaces of type to break if actionJson is partial from context. DEV-1049
  • Fix issue where workspace view is reloaded after save, even though there are no updates. DEV-1006
  • Fix row total in workspace views not showing/updating until the user scrolls the view. DEV-980
  • Implement refresh workspace view/grid after action config refreshGridAfterAction. DEV-960, DEV-1043
  • Fix read only not working correctly in workspace view. Editable cells were still editable even though access indicated read only. DEV-945
  • Fix and enable amending start week/end week after recoding, Recodes view. DEV-1037
  • Fix planner background colorization/division lines drawn in random places after sorting on column. DEV-1027
  • Fix delayed planner update. DEV-987
  • Fix delete orders not working after recalculate. DEV-1029

API 6.0.1

  • Fixes slow load and private key error when loading data in the Item Card. The modular design of the Item Card does multiple requests to the api/items/{id}/chart_data/ endpoint causing a forecast race condition. This update fixes issues by not creating a forecast if the forecast_length is 0. DEV-1023

Databases 6.0.2

  • Translations additions/updates.
  • Fix Reserved units/reservedqty issue in version 6 dbscripts. DEV-1056
  • Fix Error in dbo.logstgtransfer_log causing it not to indicate yellow light in the client dashboard. DEV-1052
  • Fix planned orders, consider previous order lines when recalculating. DEV-1018