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

Change app name, fix recurring expense bug, fix save on exit bug #206

Merged
merged 6 commits into from
Apr 3, 2023

Conversation

nicleejy
Copy link

@nicleejy nicleejy commented Apr 3, 2023

Closes #171
Closes #189
Closes #188
Closes #174
Closes #154

Comment on lines +17 to 18
private Path expenseTrackerFilePath = Paths.get("data" , "fastTrack.json");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good image fix

Comment on lines +103 to +107
LocalDate newEndDate = LocalDate.now();
if (endDate != null) {
newEndDate = !endDate.isAfter(LocalDate.now()) ? endDate : LocalDate.now();
}
while (!nextExpenseDate.isAfter(newEndDate)) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

important bug fix

@shirsho-12 shirsho-12 merged commit 62f0164 into AY2223S2-CS2103T-W09-2:master Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants