1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 05:35:26 +02:00
tldr/pages/common/hledger-balancesheet.md
Managor 79b8d3e3b8
*: replace … with individual dots and refresh pages (#16368)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2025-05-04 10:20:26 +03:00

1.1 KiB

hledger balancesheet

Show the end balances in asset and liability accounts. Amounts are shown with normal positive sign, as in conventional financial statements. More information: https://hledger.org/hledger.html#balancesheet.

  • Show the current balances in Asset and Liability accounts, excluding zeros:

hledger {{[bs|balancesheet]}}

  • Show just the liquid assets (Cash account type):

hledger {{[bs|balancesheet]}} type:C

  • Include accounts with zero balances, and show the account hierarchy:

hledger {{[bs|balancesheet]}} {{[-E|--empty]}} {{[-t|--tree]}}

  • Show the balances at the end of each month:

hledger {{[bs|balancesheet]}} {{[-M|--monthly]}}

  • Show the balances' market value in home currency at the end of each month:

hledger {{[bs|balancesheet]}} {{[-M|--monthly]}} {{[-V|--market]}}

  • Show quarterly balances, with just the top two levels of account hierarchy:

hledger {{[bs|balancesheet]}} {{[-Qt|--quarterly --tree]}} {{[-2|--depth 2]}}

  • Same as above above, and generate HTML output in bs.html:

hledger {{[bs|balancesheet]}} {{[-Qt|--quarterly --tree]}} {{[-2|--depth 2]}} {{[-o|--output-file]}} bs.html