Release 2.10.07 Notes

Contents Show

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

Issue#

Application Module

Primary Function

Detail

Reported Issues

SUG-1128

Scheduled Job Administration

End of Month

Issue: When running EOM for Osage, standard error messages were generated in the standard error message log and only 3 of 7 folders ran successfully.

Resolution: EOM has been debugged to determine the issue and a SQL statement has been prepared to rerun the month of September. After running the SQL, EOM successfully ran for Osage.

SUG-1133

Clinic

Issue Benefits

Issue: Users are unable to add benefits for an almost 2 year old child at the end of the certification. Also, the doctor's prescription cannot extend past the certification end date.

Resolution: Since a recent change was implemented to calculate the 7th set of checks FDTU = Last Expected LDTU + 1 day, the logic check fails if the new FDTU is past the Certification End Date and the system will not allow the 7th set. A code fix has been made, introducing LastPossibleFDTU as the date to be compared against instead of CertEndDate. LastPossibleFDTU = MaxDate (CertEndDate + 1 or LastSetLDTU + 1).