Release 2.09.07 Notes

Contents Show

Changes made in this release of the software are detailed below.

Issue#

Application Module

Primary Function

Detail

Reported Issues

MN-503

Clinic

Schedule Appointments for Household

Issue: When two staff members have the Schedule Appointments for Household screen open at the same time, they are able to schedule appointments for the same date and time without invoking the overbook message. The Schedule Appointments for Household screen does not refresh to display the updated data.

Resolution: A Refresh button has been added to the Schedule Appointments for Household screen. This allows a clinic worker scheduling appointments to refresh the calendar data prior to confirming an appointment time for a WIC participant.

For emphasis, this button is larger than other standard application buttons. It will be enabled on any single day (i.e., today's date, tomorrow, a single day next week) and disabled for any view other than daily (i.e., weekly or monthly). It will be disabled after being engaged until the refresh is complete, at which time it will be re-enabled.

MN-505

Clinic

Income Calculator

Issue: Users receive an "Arithmetic Overflow" standard error message when attempting to enter income in the Income Calculator screen.

Resolution: The Int16 datatype was causing the arithmetic overflow standard error message. This standard error message occurred when the Income Calculator screen date was null and the system attempted to calculate the difference in days between the current date and screen date. This datatype was unable to accommodate the higher difference value. The datatype has been changed to Int32 which can accommodate higher values.