6.0-r5
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.scheduled_orders_run
- Moving set description intoscheduled_orders_post_order_run
dbo.scheduled_orders_post_order_run
- Moving set description intoscheduled_orders_post_order_run
dbo.translations
- Translations updateddbo.version_db
- Update version number
- Stg - Patches
ctr.settings
- Update prod database version compatability
Known Issues/Bugs
Critical issues and bugs that are persistent in this release
Issues
Issues that were addressed and fixed in this release
- See list of pull requests involved in this update on GitHub
- See code changes on GitHub compare
Client 6.0.5
Workspaces
- Fix refresh profile on row in data elements. DEV-907Excel/csv export
- Fix date and datetime exported values inreports
andorders
grid. DEV-1188CSS
- Fix potential future bug discovered in6.2
where anyslowAppear
animated object would never show (missing grid, missing login screen). PR-255Item-Card
- Fix runtime error inItem-Card-Grid
ifchart-data
doesn't belong to any series. PR-250Workspaces
- Fixes to client side series. PR-279Grids
- Enlarge font size in all grids from 12 to 14px and add vertical column lines for sake of readability. PR-282Dashboard
- Sort data by date for thedashboard
chart. PR-283, SO-1028Orders
- Fix issue where orders could be edited/deleted whenconfirmed
. DEV-1206Orders
- Fix, clear order id filter on order confirm. DEV-1195
Databases 6.0.4
Workspaces
- Fix average distribution inde_update_batch_series
. Total row of typeavg
not updating values proportionally. DEV-1131Workspaces
- Fix wrong calculation when overwriting data series in total/each week by percentage or sum. DEV-1033Scheduled Orders
- Set description action moved toscheduled_orders_post_order_run
. DEV-1145Workspaces
- Fix distribution when average series has 0 value. DEV-1192Scheduled Orders
- Split order is partially hard-coded in theorder_run_populate_orders_and_lines
. DEV-1205