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

Revert new ordering of same day transactions #2673

Closed
tquellenberg opened this issue Feb 3, 2022 · 0 comments · Fixed by #2674
Closed

Revert new ordering of same day transactions #2673

tquellenberg opened this issue Feb 3, 2022 · 0 comments · Fixed by #2674
Labels

Comments

@tquellenberg
Copy link
Contributor

Describe the bug
#1874 changed the ordering of same day transaction. Before this change transaction were sorted by date, amount and type. The new sorting uses date and updatedAt.
For #1874 there is a second better solution (optional automatic time in addition to date) so that the sorting can be reverted without difficulties.

Two problems arise with the new sorting:

  • Imports of same day transactions leads to consistency problems when sell transaction are ordered before buy transactions.
  • Every change of a transaction modifies the updateAt and results in an annoying reordering of the transaction list.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant