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

No way to have multiple currencies #127

Open
yisraeldov opened this issue Mar 19, 2019 · 0 comments · May be fixed by #128
Open

No way to have multiple currencies #127

yisraeldov opened this issue Mar 19, 2019 · 0 comments · May be fixed by #128

Comments

@yisraeldov
Copy link

If I have a file with the currency symbol for credit and debit, the currency symbol is stripped and the transaction is not balanced.

Example CSV:

07/02/19,ALIEXPRESS,$ 12.40,₪ 46.32,
07/02/19,ALIEXPRESS,$ 8.29,₪ 30.97,
07/02/19,ALIEXPRESS.COM,$ 10.98,₪ 41.02,

this will result in transactions like:

2019-02-03 * ALIEXPRESS.COM
    ; MD5Sum: c4d25e113867328107d41df888567599
    ; CSV: 03/02/19,ALIEXPRESS.COM,$ 7.60,₪ 28.34,
    Expenses:Unknown                                                ₪ 7.60
    Liabilities:CreditCard:CalFix                                   ₪ -28.34

2019-02-03 * ALIEXPRESS.COM
    ; MD5Sum: ec1c415dbec58336d539fe46a279bf8b
    ; CSV: 03/02/19,ALIEXPRESS.COM,$ 3.36,₪ 12.53,
    Expenses:Unknown                                                ₪ 3.36
    Liabilities:CreditCard:CalFix                                   ₪ -12.53

2019-02-03 * WWW.ALIEXPRESS.COM
    ; MD5Sum: 1e95004ef338600cfd343c75c88d5b82
    ; CSV: 03/02/19,WWW.ALIEXPRESS.COM,$ 10.58,₪ 39.45,
    Expenses:Unknown                                                ₪ 10.58
    Liabilities:CreditCard:CalFix                                   ₪ -39.45

There should be a way to just get the raw transaction.

@yisraeldov yisraeldov linked a pull request Mar 20, 2019 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant