hledger-*: update pages (#12860)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
Simon Michael
2024-05-29 22:41:08 -10:00
committed by GitHub
parent 862591ca18
commit 45168b603d
7 changed files with 14 additions and 14 deletions

View File

@@ -16,7 +16,7 @@
`hledger balance {{expenses}} --monthly --row-total --average --sort-amount --budget`
- Similar to the above, shorter form, matching accounts by Expense type and summarising to two levels, without compression:
- Similar to the above, shorter form, matching accounts by `Expense` type, as a two level tree without squashing boring accounts:
`hledger bal type:{{X}} -MTAS --budget -t -{{2}} --no-elide`
@@ -28,10 +28,10 @@
`hledger bal -HQ date:{{2024}} type:{{AL}} -ES -{{3}}`
- Show investment assets' market value in home currency at the end of each quarter:
- Show investment assets' market value in base currency at the end of each quarter:
`hledger bal -HVQ {{assets:investments}}`
- Show unrealised capital gain/loss from market price changes each quarter, in non-cryptocurrency investment assets:
- Show unrealised capital gains/losses from market price changes in each quarter, for non-cryptocurrency investment assets:
`hledger bal --gain -Q {{assets:investments}} not:{{cryptocurrency}}`