Previously, amounts wider than the column headings would be separated by only a single space. Also there was an extra space before the first column.
14 lines
728 B
Plaintext
14 lines
728 B
Plaintext
hledger -f balance-multicol.journal balance --pretty-tables -M
|
|
>>>
|
|
Balance changes in 2012/12/01-2013/03/31:
|
|
|
|
║ 2012/12 2013/01 2013/02 2013/03
|
|
═════════════════╬════════════════════════════════════
|
|
assets ║ 0 0 1 0
|
|
assets:cash ║ 0 0 1 0
|
|
assets:checking ║ 10 0 0 1
|
|
─────────────────╫────────────────────────────────────
|
|
║ 10 0 2 1
|
|
|
|
>>>=0
|