beancount / ledger2beancount

Ledger to Beancount text-based converter
GNU General Public License v3.0
79 stars 15 forks source link

Strip price when cost==price, even if one is per-unit and one is total #225

Closed tbm closed 3 years ago

tbm commented 3 years ago

Compare the first and the second:

2020-10-09 * Test
    Assets:Test      10.00 EUR {0.90 GBP} @ 0.90 GBP
    Assets:Test

2020-10-09 * Test
    Assets:Test      10.00 EUR {0.90 GBP} @@ 9.00 GBP
    Assets:Test

ledger2beancount should be smart enough to handle the second.