Originally created by @epar7 on GitHub (Aug 10, 2025).
Hello!
After the latest update, I noticed that the amount field, while in euro currency, does not accept the comma, only the period. It is showing normally in the views.
While in Monthly view:
While eiting:
If I press "Update", the amount will become 650. If I press comma, it is not showing in the field and if I press period and then "Update", it will save the transaction and show 6,50 in the view.
Originally created by @epar7 on GitHub (Aug 10, 2025).
Hello!
After the latest update, I noticed that the amount field, while in euro currency, does not accept the comma, only the period. It is showing normally in the views.
While in Monthly view:
<img width="167" height="69" alt="Image" src="https://github.com/user-attachments/assets/50ac20e7-ec9a-4224-a110-dc17382039b7" />
While eiting:
<img width="369" height="90" alt="Image" src="https://github.com/user-attachments/assets/00cc3aac-bcef-4b61-b28f-b6cda2bf7b85" />
If I press "Update", the amount will become 650. If I press comma, it is not showing in the field and if I press period and then "Update", it will save the transaction and show 6,50 in the view.
Hey there, could you take a screenshot of your user settings?
You can get to the menu by going to the sidebar, clicking the cog button besides your e-mail and then clicking Settings
@eitchtee commented on GitHub (Aug 10, 2025):
Hey there, could you take a screenshot of your user settings?
You can get to the menu by going to the sidebar, clicking the cog button besides your e-mail and then clicking Settings
Thank you, there seems to be a regression in how the number format config overrides the locale's default formatting.
I believe I've managed to replicate this and I'm investigating the cause, just so I know we're on the same page and not some other unrelated bug, can you confirm that using a dot in place of a comma for decimals works as expected?
@eitchtee commented on GitHub (Aug 10, 2025):
Thank you, there seems to be a regression in how the number format config overrides the locale's default formatting.
I believe I've managed to replicate this and I'm investigating the cause, just so I know we're on the same page and not some other unrelated bug, can you confirm that using a dot in place of a comma for decimals works as expected?
Thanks for raising this issue. I've found the cause and fixed it.
I'm releasing v0.15.1 with the fix right now, in a few minutes it will be available on DockerHub to be pulled.
Edit: It's available, let me know if you find any other issues
@eitchtee commented on GitHub (Aug 10, 2025):
Thanks for raising this issue. I've found the cause and fixed it.
I'm releasing v0.15.1 with the fix right now, in a few minutes it will be available on DockerHub to be pulled.
Edit: It's available, let me know if you find any other issues
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @epar7 on GitHub (Aug 10, 2025).
Hello!
After the latest update, I noticed that the amount field, while in euro currency, does not accept the comma, only the period. It is showing normally in the views.
While in Monthly view:
While eiting:
If I press "Update", the amount will become 650. If I press comma, it is not showing in the field and if I press period and then "Update", it will save the transaction and show 6,50 in the view.
@eitchtee commented on GitHub (Aug 10, 2025):
Hey there, could you take a screenshot of your user settings?
You can get to the menu by going to the sidebar, clicking the cog button besides your e-mail and then clicking Settings
@epar7 commented on GitHub (Aug 10, 2025):
Hello!
@eitchtee commented on GitHub (Aug 10, 2025):
Thank you, there seems to be a regression in how the number format config overrides the locale's default formatting.
I believe I've managed to replicate this and I'm investigating the cause, just so I know we're on the same page and not some other unrelated bug, can you confirm that using a dot in place of a comma for decimals works as expected?
@epar7 commented on GitHub (Aug 10, 2025):
Yes, the dot can be used in the amount field and is representing the decimals.
@eitchtee commented on GitHub (Aug 10, 2025):
Thanks for raising this issue. I've found the cause and fixed it.
I'm releasing v0.15.1 with the fix right now, in a few minutes it will be available on DockerHub to be pulled.
Edit: It's available, let me know if you find any other issues