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

(Alternate) PayPal converter currency equivalency #46

Open
501st-alpha1 opened this issue Apr 7, 2018 · 0 comments
Open

(Alternate) PayPal converter currency equivalency #46

501st-alpha1 opened this issue Apr 7, 2018 · 0 comments

Comments

@501st-alpha1
Copy link
Contributor

When I use ledger-autosync on my most recent PayPal CSV export, the output doesn't use the currency that I want it to.

For an input line of:

"12/1/2017","15:03:52","PST","John Smith","General Payment","Completed","USD","-10.00","","0.00"

I get this output:

2017/12/01 John Smith: General Payment
    Assets:PayPal                                      -10.00 USD
    ;; csvid: abc123
    Expenses:Misc                                       10.00 USD

The USD is pulled directly from the CSV file, but I want it to display as e.g. $10.00 instead. I couldn't find anything built-in to Ledger to handle this; it appears the alias directive only applies to accounts and payees (though I don't get an error when I put one under a commodity). If I replace "USD" with "$" in the CSV file, it works as expected, but I'd rather not modify the original file if possible.

Is this something ledger-autosync could handle?

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

1 participant