;doc: adjust traditional top level accounts

Across the rest of the documentation and other accounting documentation
it appears to imply that the more traditional top level name would be
revenue. In fact the income statement says that is a subtraction between
revenue and expenses to derive the income. While the account types that
hledger supports are named revenue so it seems more natural to name this
revenue.
This commit is contained in:
Doug Goldstein 2021-01-09 14:27:05 -06:00 committed by Simon Michael
parent eafdae3886
commit 62cd34ae8a

View File

@ -1751,7 +1751,7 @@ flag or `real:1` query.
Account names typically have several parts separated by a full colon, from
which hledger derives a hierarchical chart of accounts. They can be
anything you like, but in finance there are traditionally five top-level
accounts: `assets`, `liabilities`, `income`, `expenses`, and `equity`.
accounts: `assets`, `liabilities`, `revenue`, `expenses`, and `equity`.
Account names may contain single spaces, eg: `assets:accounts receivable`.
Because of this, they must always be followed by **two or more spaces** (or newline).