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

Can't click-to-view transactions if net outflow is 0 #7

Open
JamesTheAwesomeDude opened this issue Oct 24, 2022 · 2 comments
Open

Can't click-to-view transactions if net outflow is 0 #7

JamesTheAwesomeDude opened this issue Oct 24, 2022 · 2 comments

Comments

@JamesTheAwesomeDude
Copy link

Normally, you can click on a category's outflow amount to view a small pop-up with the transactions.

When there are no transactions in a category in a given month, the $0.00 is hidden.

However, the $0.00 is also hidden when there are transactions that simply sum to $0.00 (for example, if I was reimbursed for some expenditure).

@JamesTheAwesomeDude
Copy link
Author

One workaround I used is just fudging the numbers a bit: rounding the allocated-to-takeout split of a per diem payout up to the nearest dollar prevented this bug from occurring in a month that otherwise lacked takeout purchases.

@aeharding
Copy link
Member

Thanks for reporting. I can confirm this issue. Definitely an edge case, but makes sense to show $0.00 (and allow viewing transactions) if transactions exist that add up to $0. PRs welcome, if you get to this before I have time. :)

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

No branches or pull requests

2 participants