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

Recurring transaction statistics panel #245

Open
4 tasks done
shinebrillant opened this issue Nov 10, 2024 · 3 comments
Open
4 tasks done

Recurring transaction statistics panel #245

shinebrillant opened this issue Nov 10, 2024 · 3 comments
Labels
type: bug Something isn't working

Comments

@shinebrillant
Copy link
Contributor

shinebrillant commented Nov 10, 2024

Prerequisites

Current Behavior

Originally I had four recurring transactions.

ResizedImage_2024-11-11_20-23-04_1270

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.

Screenshot_20241111-200351

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

ResizedImage_2024-11-12_20-56-07_1292

Steps to Reproduce

Add a multi-digit recurrent transaction.

Additional Information

No response

@shinebrillant shinebrillant added the type: bug Something isn't working label Nov 10, 2024
@enrique-lozano
Copy link
Owner

Could you upload a screenshot with the problem? I'm not really sure of what do you mean

@enrique-lozano enrique-lozano added the status: needs info Further information is requested label Nov 11, 2024
@vincius0000
Copy link

It makes sense to fix this for currencies where inflation is very high.

For such cases instead of showing full number, I might show 3.2M instead of 3,200,000.

To see the actual number you could simply click on transaction.

For any other case, big numbers shouldn't cause such big changes in size, therefore we may have to add clipping

@enrique-lozano what do you think?

@enrique-lozano
Copy link
Owner

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

@enrique-lozano enrique-lozano removed the status: needs info Further information is requested label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants