Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eliminate duplicate dates between balance periods #62

Merged

Conversation

idpaterson
Copy link
Contributor

@idpaterson idpaterson commented Jan 9, 2024

In the latest Chrome Web Store release account balance exports include duplicate dates and therefore error out when importing into Monarch. This is a critical bug fix.

Fixes #61 which is echoed by reviews on the Chrome Web Store for the latest version. The change that I made in #22 was too focused on exporting individual months, subtracting one day from the end of the period was still necessary, but only before the final period. This implementation avoids duplicate dates and to avoid regression on #22 ensures that the last day of the last period is not omitted.

P.S. GitHub is having a rough morning so I think that is why some of the checks are failing here.

@oaosman84 oaosman84 merged commit ebaf99c into monarchmoney:main Jan 9, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Errors Exporting Historical Data
2 participants