Contract balance report Add a function to clear contract data

Issue No: CT-2892
Created 1/11/2019 7:15:26 AM
Type Feature
Priority Blocker
Status Closed
Resolution Fixed
Fixed Version 18.3
Description Add a function to the Contract balance report htat will allow the user to recalculate risk data.   This will clear tblCTContractBalance   for the end date set in the paramaters of the report   DELETE FROM tblCTContractBalance WHERE dtmEndDate = '2018-10-31'     !pastedImage_d110652_0.png!     Hitting the refresh contract data with the following window would result in sql running the following query   DELETE FROM tblCTContractBalance WHERE dtmEndDate = '2018-10-31'     !pastedImage_d110652_1.png!