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

Ensure the exported data is sorted by the expense date #306

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

allenzwyang
Copy link

According to the getGroupExpenses, the UI appears to sort expenses by expense date first, and then by creation date if multiple expenses have the same expense date.

This PR adds a createdAt column to the export feature and sorts the data in ascending order using the same logic as the UI.

@allenzwyang allenzwyang changed the title Ensure the exported data is sorted by the expense date (Fixes #305) Ensure the exported data is sorted by the expense date Feb 15, 2025
@allenzwyang allenzwyang marked this pull request as ready for review February 15, 2025 07:47
@allenzwyang
Copy link
Author

Hi @scastiel ,

Would you mind taking a look at this PR?

Or let me know what I need to do to get it merged. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant