-
Notifications
You must be signed in to change notification settings - Fork 30
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
No comma replacement in Bill type section #44
Comments
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Thanks for the bug report. It should be fixed now in v1.3.1-1-nightly which was released. Could you give it a try? This issue was also affecting custom owed amounts. I thought it was alright because comas were replaced when evaluating a formula but not when just writing a simple number with a coma 😁. So |
Thank you for the quick fix. It's working now when using commas 😃 There ist one cosmetic thing: When entering amount in main section comma will immediately replaced with point (but only when entering a number with comma - when using simple math only the first number with comma will be replaced). This replacement is not happening in custom owed amount. One stupid question: Why |
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Thanks for your precise remarks. I think everything is fixed in latest nightly. Strange javascript decimals is now ok and comas are replaced on each new character when typing main amount. Could you try it? |
Strange decimals are fixed and comma replacement ist working in main amount 👍 To have a consistent behaviour comma replacement in personal amount would also make sense in my opinion. |
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
You're right, thanks for the feedback and the remarks. Next release is coming soon. |
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
This should be fixed in v1.3.1-6-nightly. Could you try it? |
It's fixed 👍 |
Yay! Thanks |
When entering personal amount in the bill type section there is no comma replacement to a point. In the regular section there is a replacement from comma to a point. The missing replacement results in wrong results because everything after the comma will be ignored.
Example:
The text was updated successfully, but these errors were encountered: