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

Fixed several bugs #135

Merged
merged 4 commits into from
Apr 13, 2024
Merged

Fixed several bugs #135

merged 4 commits into from
Apr 13, 2024

Conversation

chenhowy
Copy link

Fixed deleting at incorrect index.
Fixed help command.
Fixed generate-report accepting bad inputs.
Fixed null dateTime errors

@chenhowy
Copy link
Author

Most of the unhandled bugs were from the same source: when entering an invalid date or time, the dateTime object becomes null, hence if this object is still null after creating inflow/outflow/reminder, an error message will be shown to the user that there was incorrect input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment