6.0-r6
What's new?
- It is now possible to define a max number of fraction digits for
number
,percent
, andpercentage
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
andfraction digits for percentages
has been changed to only affect the MAX number of digits printed, e.g. when the column format isnumber
,percent
orpercentage
Database Update Scripts
- Prod - Patches
dbo.de_update_batch_series
- Updated version of this proceduredbo.settings
- Updated caption and description for formatnumberdigits and formatpercentagedigits settingsdbo.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
- See a list on Jira
- See list of pull requests involved in this update on GitHub
- See code changes on GitHub compare
Client 6.0.6
Grids
- Fix clipboard export of dates in grids (reports and orders). DEV-1188Format
- Update default percentage and number system setting to only affect max digits displayed instead of exactly how many. DEV-1257Format
- Add ID column for unformatted number values. DEV-1257Format
- Enable column format to set a range of displayed digits. e.gnumber:2:4
now formats a number to display min 2 fraction digits and max 4. DEV-1257Format
- Fix precision issue forpercentage
formatting. PR-244Orders
- Fix custom date column values disappearing when updating row. DEV-1154
API 6.0.2
Forecast
- Make forecast service thread safe. DEV-1259Forecast
- Fix confidence factor not affecting the forecast/safety stock. DEV-1216
Databases 6.0.5
Workspaces
- Fix issues innon data series views
wherede_update_batch_series
was expecting a date. DEV-1249