1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/hledger-balancesheet.md
Simon Michael 45168b603d
hledger-*: update pages (#12860)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2024-05-30 10:41:08 +02:00

968 B

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 balancesheet

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

hledger balancesheet type:C

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

hledger balancesheet --empty --tree

  • Show the balances at the end of each month:

hledger balancesheet --monthly

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

hledger balancesheet --monthly -V

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

hledger balancesheet --quarterly --tree --depth 2

  • Short form of the above, and generate HTML output in bs.html:

hledger bs -Qt -2 -o bs.html