;bal: doc: tweaks

This commit is contained in:
Simon Michael 2021-03-05 14:55:24 -08:00
parent e521518eb6
commit 3a7c578f2d

View File

@ -405,7 +405,7 @@ For reference, here is what the combinations of accumulation and valuation show:
| `--cumulative` | change from report start to period end | sum of posting-date market values from report start to period end | period-end value of change from report start to period end | DATE-value of change from report start to period end | | `--cumulative` | change from report start to period end | sum of posting-date market values from report start to period end | period-end value of change from report start to period end | DATE-value of change from report start to period end |
| `--historical /-H` | change from journal start to period end (historical end balance) | sum of posting-date market values from journal start to period end | period-end value of change from journal start to period end | DATE-value of change from journal start to period end | | `--historical /-H` | change from journal start to period end (historical end balance) | sum of posting-date market values from journal start to period end | period-end value of change from journal start to period end | DATE-value of change from journal start to period end |
### Frequently used balance reports ### Useful balance reports
Some frequently used `balance` options/reports are: Some frequently used `balance` options/reports are:
@ -440,6 +440,9 @@ Also:
- `bal -M --valuechange investments`\ - `bal -M --valuechange investments`\
Show monthly change in market value of investment assets. Show monthly change in market value of investment assets.
- `bal investments --valuechange -D date:lastweek amt:'>1000' -STA [--invert]`\
Show top gainers [or losers] last week
### Budget report ### Budget report
The `--budget` report type activates extra columns showing any budget goals for each account and period. The `--budget` report type activates extra columns showing any budget goals for each account and period.