mirror of
https://github.com/simonmichael/hledger.git
synced 2025-01-08 11:49:44 +03:00
f4b3f1c094
* Add an option to use unicode in balance tables fixes #522 * Add a test for unicode tables * Document --pretty-tables * Support --pretty-tables in BalanceView
28 lines
896 B
Plaintext
28 lines
896 B
Plaintext
# 1.
|
|
hledger -f - balancesheet -M --pretty-tables
|
|
<<<
|
|
2016/1/1
|
|
assets 1
|
|
b
|
|
>>>
|
|
Balance Sheet
|
|
|
|
║ 2016/01/31
|
|
═════════════╬═════════════
|
|
Assets ║
|
|
─────────────╫─────────────
|
|
assets ║ 1
|
|
─────────────╫─────────────
|
|
║ 1
|
|
═════════════╬═════════════
|
|
Liabilities ║
|
|
─────────────╫─────────────
|
|
─────────────╫─────────────
|
|
║
|
|
═════════════╬═════════════
|
|
Total ║
|
|
|
|
|
|
>>>2
|
|
>>>= 0
|