AGR Logo
6.0-r6 lts/6.0 2020-03-27T11:06:07Z 6.0.6 6.0.2 6.0.5 2 / 9 6.0-r6.zip6.0-r6.zip

6.0-r6

What's new?

  • It is now possible to define a max number of fraction digits for number, percent, and percentage columns. e.g. number:2 still behaves the same way printing exactly 2 fraction digits. number:2:4 will print min 2 and max 4 fraction digits:
    • 12.4 => 12.40, 12.435 => 12.435, 12.43585 => 12.4359.
  • System setting: fraction digits for numbers and fraction digits for percentages has been changed to only affect the MAX number of digits printed, e.g. when the column format is number, percent or percentage

Database Update Scripts

  • Prod - Patches
    • dbo.de_update_batch_series - Updated version of this procedure
    • dbo.settings - Updated caption and description for formatnumberdigits and formatpercentagedigits settings
    • dbo.version_db - Update version number
  • Stg - Patches
    • ctr.settings - Update prod database version compatability

Known Issues/Bugs

Unaddressed issues in JIRA

Issues

Issues that were addressed and fixed in this release

Client 6.0.6

  • Grids - Fix clipboard export of dates in grids (reports and orders). DEV-1188
  • Format - Update default percentage and number system setting to only affect max digits displayed instead of exactly how many. DEV-1257
  • Format - Add ID column for unformatted number values. DEV-1257
  • Format - Enable column format to set a range of displayed digits. e.g number:2:4 now formats a number to display min 2 fraction digits and max 4. DEV-1257
  • Format - Fix precision issue for percentage formatting. PR-244
  • Orders - Fix custom date column values disappearing when updating row. DEV-1154

API 6.0.2

  • Forecast - Make forecast service thread safe. DEV-1259
  • Forecast - Fix confidence factor not affecting the forecast/safety stock. DEV-1216

Databases 6.0.5

  • Workspaces - Fix issues in non data series views where de_update_batch_series was expecting a date. DEV-1249