;journal: account types: doc fix

This commit is contained in:
Simon Michael 2020-07-17 08:22:01 -07:00
parent fd9171df07
commit 6a772fb94e

View File

@ -1096,10 +1096,10 @@ These account types are important for controlling which accounts
appear in the [balancesheet][], [balancesheetequity][], appear in the [balancesheet][], [balancesheetequity][],
[incomestatement][] reports (and probably for other things in future). [incomestatement][] reports (and probably for other things in future).
There is also the `Cash` type, which is a subtype of `Asset`, Additionally, we recognise the `Cash` type, which is also an `Asset`,
and which causes accounts to appear in the [cashflow][] report. and which causes accounts to appear in the [cashflow][] report.
("Cash" here means [liquid assets][CCE], eg typically bank balances ("Cash" here means [liquid assets][CCE], eg bank balances
but not investments or receivables.) but typically not investments or receivables.)
##### Declaring account types ##### Declaring account types
@ -1184,7 +1184,7 @@ account expenses X
[incomestatement]: hledger.html#incomestatement [incomestatement]: hledger.html#incomestatement
[CCE]: https://en.wikipedia.org/wiki/Cash_and_cash_equivalents [CCE]: https://en.wikipedia.org/wiki/Cash_and_cash_equivalents
[regular expression]: hledger.html#regular-expressions [regular expression]: hledger.html#regular-expressions
[account equation]: https://en.wikipedia.org/wiki/Accounting_equation [accounting equation]: https://en.wikipedia.org/wiki/Accounting_equation
#### Account display order #### Account display order