;cli, journal: doc: consistent heading capitalisation, whitespace
This commit is contained in:
parent
c51245652f
commit
3b59a95a54
@ -351,7 +351,7 @@ Be sure to note the unusual two-space delimiter between account name and amount.
|
||||
This makes it easy to write account names containing spaces.
|
||||
But if you accidentally leave only one space (or tab) before the amount, the amount will be considered part of the account name.
|
||||
|
||||
### Virtual Postings
|
||||
### Virtual postings
|
||||
|
||||
A posting with a parenthesised account name is called a *virtual posting*
|
||||
or *unbalanced posting*, which means it is exempt from the usual rule
|
||||
@ -585,7 +585,7 @@ $ hledger bal -N --flat -B
|
||||
€100 assets:euros
|
||||
```
|
||||
|
||||
## Lot Prices and Lot Dates
|
||||
## Lot prices and lot dates
|
||||
|
||||
Ledger allows another kind of price,
|
||||
[lot price](http://ledger-cli.org/3.0/doc/ledger3.html#Fixing-Lot-Prices)
|
||||
@ -596,7 +596,7 @@ hledger will parse these, for compatibility with Ledger journals, but currently
|
||||
A [transaction price](#transaction-prices), lot price and/or lot date may appear in any order,
|
||||
after the posting amount and before the balance assertion if any.
|
||||
|
||||
## Balance Assertions
|
||||
## Balance assertions
|
||||
|
||||
hledger supports
|
||||
[Ledger-style balance assertions](http://ledger-cli.org/3.0/doc/ledger3.html#Balance-assertions)
|
||||
@ -744,7 +744,7 @@ Eg a [commodity directive](http://hledger.org/journal.html#declaring-commodities
|
||||
may limit the display precision, but this will not affect balance assertions.
|
||||
Balance assertion failure messages show exact amounts.
|
||||
|
||||
## Balance Assignments
|
||||
## Balance assignments
|
||||
|
||||
[Ledger-style balance assignments](http://ledger-cli.org/3.0/doc/ledger3.html#Balance-assignments) are also supported.
|
||||
These are like [balance assertions](#balance-assertions), but with no posting amount on the left side of the equals sign;
|
||||
|
||||
@ -918,7 +918,7 @@ Examples:
|
||||
| `date:thismonth-` | |
|
||||
| `date:thismonth` | |
|
||||
|
||||
## Report intervals
|
||||
## Report intervals
|
||||
|
||||
A report interval can be specified so that commands like
|
||||
[register](#register), [balance](#balance) and [activity](#activity) will divide their
|
||||
@ -1538,7 +1538,7 @@ _include_({{Hledger/Cli/Commands/Tags.md}})
|
||||
_include_({{Hledger/Cli/Commands/Test.md}})
|
||||
|
||||
|
||||
## Add-on Commands
|
||||
## Add-on commands
|
||||
|
||||
hledger also searches for external add-on commands, and will include these in the commands list.
|
||||
These are programs or scripts in your PATH whose name starts with `hledger-`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user