You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background
Transactions entered using the historical data entry (HDE) feature have three dates associated with them:
Effective date: a specific input field in the HDE form that describes when the transaction is effective (when it occurred)
Recorded date: the date the transaction was added to the queue in the HDE feature
Approved date: the date the transaction was committed (approved) in the HDE feature
The download as xls feature allows the user to download data directly from TFRS. This feature is available on the Transactions page. Downloading the transactions data into a spreadsheet includes a column called 'Effective Date' that is intended to display the effective date for the different approved transactions.
Describe the Bugs
Bug #1: The effective date is being changed to a future date (tomorrow's date) regardless of what the user inputs in the Effective Date field within the Historical Data Entry (HDE) feature. For example, today is January 5, 2024; the user inputs a transaction into the HDE feature and indicates that the effective date is December 15, 2023. Upon committing the transaction, the effective date is changed to January 6, 2024 (which is tomorrow's date, a future date). The effective date should be December 15, 2023.
Bug 1.0.0.1 #1: is impacting TFRS main release dev
Bug #2: The date being displayed in the downloaded transactions sheet for transactions entered using the historical data entry feature is the "Approved date". This is not the correct date to display. It should be showing the Effective date, which is the date entered into the specific input field in the HDE form.
Both of these bugs are only impacting transactions entered using the HDE feature. They are not impacting transactions approved within the credit transfer feature and/or the compliance reporting feature.
Bug #1 Screenshots: taken from TFRS main branch, dev environment
Transaction ID# 1279 added to the queue showing the correct effective date that the user inputted (2023-09-01):
Transaction ID# 1279 after commit, showing incorrect future effective date of January 6; transaction was committed on January 5:
The text was updated successfully, but these errors were encountered:
justin-lepitzki
changed the title
TFRS - The 'Download as xls' transactions sheet is not showing the correct effective date for transactions entered using the Historical Data Entry feature
TFRS - Issues with the effective date for transactions entered using the Historical Data Entry feature
Jan 6, 2024
Background
Transactions entered using the historical data entry (HDE) feature have three dates associated with them:
The download as xls feature allows the user to download data directly from TFRS. This feature is available on the Transactions page. Downloading the transactions data into a spreadsheet includes a column called 'Effective Date' that is intended to display the effective date for the different approved transactions.
Describe the Bugs
Bug #1: The effective date is being changed to a future date (tomorrow's date) regardless of what the user inputs in the Effective Date field within the Historical Data Entry (HDE) feature. For example, today is January 5, 2024; the user inputs a transaction into the HDE feature and indicates that the effective date is December 15, 2023. Upon committing the transaction, the effective date is changed to January 6, 2024 (which is tomorrow's date, a future date). The effective date should be December 15, 2023.
Bug #2: The date being displayed in the downloaded transactions sheet for transactions entered using the historical data entry feature is the "Approved date". This is not the correct date to display. It should be showing the Effective date, which is the date entered into the specific input field in the HDE form.
Impacted transactions:
Steps To Reproduce
Bug #1:
Bug #2:
See transaction ID #1217 in TFRS January release, dev environment: https://tfrs-dev.apps.silver.devops.gov.bc.ca/credit_transactions/view/1217
Screenshot of Historical Data Entry form:
Bug #1 Screenshots: taken from TFRS main branch, dev environment
Transaction ID# 1279 added to the queue showing the correct effective date that the user inputted (2023-09-01):
Transaction ID# 1279 after commit, showing incorrect future effective date of January 6; transaction was committed on January 5:
The text was updated successfully, but these errors were encountered: