6.1-r1
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.order_run_populate_orders_and_lines
- Fixing@scheduled_order_id
hardcoded as 1 issuedbo.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 list on Jira
- See list of pull requests involved in this update on GitHub
- See code changes on GitHub compare
Client 6.1.1
Navigation
- Fix missing homepage. PR-225Item-Card
- Fix runtime error inItem-Card-Grid
ifchart-data
doesn't belong to any series. PR-247CSS
- Fix potential future bug discovered in6.2
where anyslowAppear
animated object would never show (missing grid, missing login screen). PR-254Order
- Fix, clear order id filter on order confirm. DEV-1195Workspaces
- RefactorWorkspaceGridEditSerieService
. Checkbox serie refresh. Check dependent series. PR-261, DEV-253, DEV-1160Workspaces
- Fixes to client side series. PR-273Excel/csv export
- Fix date and datetime exported values inreports
andorders
grid. DEV-1188Grids
- Fix clipboard export of dates in grids (reports and orders). DEV-1188Dashboard
- Sort data by date for thedashboard
chart. PR-284, SO-1028Navigation
- Implement icon functionality in navbar, add custom icon. PR-298Workspaces
- AddItemCard
toworkspace-views
withitem_id
oritem_sku_id
columns. DEV-1219Grid/CSS
- Enlarge font size in all grids from 12 to 14px and add vertical column lines for sake of readability. PR-301, DEV-1151Orders
- Fix issue where orders could be edited/deleted whenconfirmed
. DEV-1206Workspaces
- Refactor lookup editing to use the common method of executing the update and handling refresh. PR-289Workspaces
- Do not update client calculated columns until refreshed. DEV-996Workspaces
- Show default config editor as code. DEV-1189Format
- 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.g number:2:4 now formats a number to display min 2 fraction digits and max 4. DEV-1257Orders
- Fix custom date column values disappearing when updating row. DEV-1154
API 6.1.1
Forecast
- Make forecast service thread safe. DEV-1259Forecast
- Fix confidence factor not affecting the forecast/safety stock. DEV-1216
Databases 6.1.1