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

Error: Incorrect use of thousand-mark comma #9

Open
Enrico68 opened this issue Oct 31, 2016 · 4 comments
Open

Error: Incorrect use of thousand-mark comma #9

Enrico68 opened this issue Oct 31, 2016 · 4 comments

Comments

@Enrico68
Copy link

Hello whenever I try to add a transaction I have the following error

Error: Incorrect use of thousand-mark comma
While parsing file "", line 3:
While parsing posting:
  Assets:Cash         € 1,00,,000
                      ^^^^^^^^^^^^^

This a screen of the transaction.

@Rudd-O
Copy link
Owner

Rudd-O commented Oct 31, 2016

On 10/31/2016 11:15 AM, Enrico Pirani wrote:

Hello whenever I try to add a transaction I have the following error

|Error: Incorrect use of thousand-mark comma While parsing file "",
line 3: While parsing posting: Assets:Cash € 1,00,,000 ^^^^^^^^^^^^^ |

This https://postimg.org/image/6lvjqa2er/ a screen of the transaction.

Your system seems to have a locale that uses commas for decimals. Input
transaction decimals using commas, not periods. Tell me how it went.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#9, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAVIwmzI23LYPP0VdUC9RgZQWLSsAAB7ks5q5c3cgaJpZM4Kk6AG.

Rudd-O
http://rudd-o.com/

@Enrico68
Copy link
Author

Now I get this error

Error: Too many commas in amount
While parsing file "", line 3:
While parsing posting:
  Assets:Cash         € 1.00,.000
                      ^^^^^^^^^^^^^
Error: Too many commas in amount

screen. I cannot change my LOCALE, I think I will mess up my system .

@Enrico68
Copy link
Author

Fixied with export LC_MONETARY="en_US.UTF-8" .

@Rudd-O
Copy link
Owner

Rudd-O commented Nov 5, 2016

Let's not close this. I will have a fix for it so you do not have to do such shenanigans.

@Rudd-O Rudd-O reopened this Nov 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants