You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for existing issues that already report this problem, without success.
I have updated the app to the last released version.
Current Behavior
Originally I had four recurring transactions.
If there are many digits in the number, it will be compressed into the text display space.
This amount that is too long will block other items from being displayed.
Expected Behavior
Just move the amount below the text to display it.
The description and amount can be displayed on separate lines and can be displayed in full without abbreviation.
Total expense per period
* without ...
every day or every year.
total cost
Steps to Reproduce
Add a multi-digit recurrent transaction.
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Yep, I think that for this problem we need to format the amount number only. As @vincius0000 said, we need to convert 3,200,000 to 3,2M and 6,767.92 to 6,76K.
I think that this simple fix should resolve the issue
Prerequisites
Current Behavior
Originally I had four recurring transactions.
If there are many digits in the number, it will be compressed into the text display space.
This amount that is too long will block other items from being displayed.
Expected Behavior
Just move the amount below the text to display it.
The description and amount can be displayed on separate lines and can be displayed in full without abbreviation.
Steps to Reproduce
Add a multi-digit recurrent transaction.
Additional Information
No response
The text was updated successfully, but these errors were encountered: