AGR Logo
6.1-r1 master 2020-03-27T11:12:12Z 6.1.1 6.1.1 6.1.1 2 / 25 6.1-r1.zip6.1-r1.zip

6.1-r1

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.order_run_populate_orders_and_lines - Fixing @scheduled_order_id hardcoded as 1 issue
    • 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.1.1

  • Navigation - Fix missing homepage. PR-225
  • Item-Card - Fix runtime error in Item-Card-Grid if chart-data doesn't belong to any series. PR-247
  • CSS - Fix potential future bug discovered in 6.2 where any slowAppear animated object would never show (missing grid, missing login screen). PR-254
  • Order - Fix, clear order id filter on order confirm. DEV-1195
  • Workspaces - Refactor WorkspaceGridEditSerieService. Checkbox serie refresh. Check dependent series. PR-261, DEV-253, DEV-1160
  • Workspaces - Fixes to client side series. PR-273
  • Excel/csv export - Fix date and datetime exported values in reports and orders grid. DEV-1188
  • Grids - Fix clipboard export of dates in grids (reports and orders). DEV-1188
  • Dashboard - Sort data by date for the dashboard chart. PR-284, SO-1028
  • Navigation - Implement icon functionality in navbar, add custom icon. PR-298
  • Workspaces - Add ItemCard to workspace-views with item_id or item_sku_id columns. DEV-1219
  • Grid/CSS - Enlarge font size in all grids from 12 to 14px and add vertical column lines for sake of readability. PR-301, DEV-1151
  • Orders - Fix issue where orders could be edited/deleted when confirmed. DEV-1206
  • Workspaces - Refactor lookup editing to use the common method of executing the update and handling refresh. PR-289
  • Workspaces - Do not update client calculated columns until refreshed. DEV-996
  • Workspaces - Show default config editor as code. DEV-1189
  • 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
  • Orders - Fix custom date column values disappearing when updating row. DEV-1154

API 6.1.1

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

Databases 6.1.1

  • Workspaces - Fix distribution when average series has 0 value. DEV-1192
  • Scheduled Orders - Split order is partially hard-coded in the order_run_populate_orders_and_lines. DEV-1205
  • Workspaces - Fix issues in non data series views where de_update_batch_series was expecting a date. DEV-1249