beancount / ledger2beancount

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

tags after post date not recognized #233

Closed tbm closed 3 years ago

tbm commented 3 years ago
2020-10-22 * Test
    Assets:Test          5.00 EUR
    Assets:Test         -5.00 EUR ;[2018-02-02] :foo:

leads to:

...
  Assets:Test         -5.00 EUR ;:foo:
    date: 2018-02-02
tbm commented 3 years ago

Actually, ledger behaviour isn't quite defined here.

tbm commented 3 years ago

ledger ignores the auxdate when the comment also has a tag, but I think that's a bug, so there's no reason for ledger2beancount not to handle this correctly.

I filed a bug on ledger: https://github.com/ledger/ledger/issues/1968