-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Bug: Income category is present in Expense transaction. Also Vice versa #2016
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
Comments
I can take this up to fix if this is not an expected behavior |
@sammieboy97 good catch, this is not expected behavior. I think we should only show "expense" categories when dealing with expenses as you mention. |
I'm taking this up. Will raise a PR soon. Thanks for confirming @zachgoll |
@sammieboy97 this would be a very valuable fix as I am also struggling with this one. On a side note, there are a few more bugs that I have noticed around this issue:
|
@sammieboy97 Yes, it's an issue that still present from a while. Don't forget to check it on CSV import page, when you are assigning categories to the imported data, it is showing all categories for positive and negative amounts. Also, I don't know if is the expected behaviour, but you are not able to have a category with the same name as income and expense. Sometimes, it could be useful. For example, C2C payments like "Bizum" in Spain could be income or expense (it deppends if you are receiving or sending the payment). Now I have to create 2 categories "Bizum Income" and "Bizum Expense" but with this approach it's hard to automatize the categories based on the concept. So, will be great if you take a look on that and say your comments about that implementation :) Thank you |
General checklist
How are you using Maybe?
Self hoster checklist
Paying, hosted users should delete this entire section.
If you are a self-hosted user, please complete all of the information below. Issues with incomplete information will be marked as
Needs Info
to help our small team prioritize bug fixes.Bug description
Income category is present in Expense transaction. Also Vice versa
To Reproduce
Create Expense Category
Open Transaction tab
Open create new Transaction
Open Income Tab
Click on Category, the Expense category you created will be visible
Expected behavior
Only Income categories should be present inside Income transaction.
Same for expense
Screenshots and/or recordings
The text was updated successfully, but these errors were encountered: