beancount / ledger2beancount

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

Doesn't recognize all tags #262

Closed tbm closed 1 year ago

tbm commented 1 year ago

Ledger allows these tags:

ledger -f d tags
foo/bar
test+

but l2b doesn't recognize them.

Test case:

2022-12-15 * Tag test
    ; :foo/bar:
    A              10.00 EUR
    B

2022-12-15 * Tag test
    ; :test+:
    A              10.00 EUR
    B
tbm commented 1 year ago

hledger also allows them fwiw