beancount/ledger2beancount

Balance assignment not handled correctly

tbm opened this issue · 3 comments

tbm commented

Handled correctly:

2020-07-26 * No posting
    Assets:Test           1.00 EUR
    Assets:AAAA

2020-07-26 * No posting
    Assets:Test           = 10.00 EUR
    Assets:BBBB

Not handled correctly:

2020-07-26 * No posting
    Assets:Test           1.00 EUR
    Assets:AAAA

2020-07-26 * No posting
    Assets:Test           = 10.00 EUR
    Assets:BBBB             -9.00 EUR
tbm commented

In the second case we don't generate the pad directive.

tbm commented

In the second case we don't generate the pad directive.

Actually, I think everything is working as it should. In the second case we don't need a pad.

tbm commented

It works as expected afaict.