Bug Fixes¶
Line Avg on the On-time Shipping Graph read low¶
Issue. The Line Avg series on the On-time Shipping Graph only ever plotted whole days. The average was calculated on the server from a whole-number column, so the fractional part was discarded before the value reached the chart. Because the fraction was dropped rather than rounded, every point could read up to a day earlier than it should have.
Resolution. The daily and monthly Line Avg calculations now keep the fractional part, so the series plots the true average and no longer reads low.
Job Scheduler failed when the log folder was missing¶
Issue. The Job Scheduler writes an activity log to a folder on disk. If that folder did not exist — on a new installation, or after it had been removed — the logger raised an exception rather than creating it.
Resolution. The activity log folder is created when it is missing, and the Job Scheduler runs normally.
Screen elements displaced on 4K monitors in User Control¶
Issue. The high-resolution display problem corrected in 5.65.1 remained on the User Control screen, where controls could still be drawn out of position on a 4K monitor.
Resolution. The User Control screen now scales correctly on high-resolution displays.