Describe the bug
Adding a negative expense works. However, the details view is missing the minus sign.
To Reproduce
Steps to reproduce the behavior:
- Any group
- Add a negative expense like
-200
- Click on the expense in the group to see its details
- See the expense lost its minus sign in the upper part (text detailed part below is just fine)
Expected behavior
The minus sign is shown in the details view.
Screenshots

App version
2.1.2
Desktop (please complete the following information):
- OS: Win11
- Browser Chrome
- Version latest
Smartphone (please complete the following information):
- Device: Google
- OS: Android
- Browser Google Chrome
- Version latest
Additional context
Please also notice: if you click on edit in the expense details view, do not change anything, i.e. keep the wrong 200 that would appear in my example and just hit save, the expense seems to be kept stored as a negative expense just as before - even though it got saved without the minus sign this time by the user.
If however the amount is changed, e.g. you change to 200.01 the data seems to be stored as positive value internally. So it's split from "you received" to "you spent" suddenly.
Describe the bug
Adding a negative expense works. However, the details view is missing the minus sign.
To Reproduce
Steps to reproduce the behavior:
-200Expected behavior
The minus sign is shown in the details view.
Screenshots

App version
2.1.2
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Please also notice: if you click on edit in the expense details view, do not change anything, i.e. keep the wrong
200that would appear in my example and just hit save, the expense seems to be kept stored as a negative expense just as before - even though it got saved without the minus sign this time by the user.If however the amount is changed, e.g. you change to
200.01the data seems to be stored as positive value internally. So it's split from "you received" to "you spent" suddenly.