;doc: account type updates (#1822)
This commit is contained in:
parent
4ec441925a
commit
8ef82f5cd8
@ -3095,15 +3095,15 @@ Here are some tips for working with account types.
|
|||||||
if they don't work for you, just ignore them and declare your account types.
|
if they don't work for you, just ignore them and declare your account types.
|
||||||
<!-- monospace to work around https://github.com/simonmichael/hledger/issues/1573 -->
|
<!-- monospace to work around https://github.com/simonmichael/hledger/issues/1573 -->
|
||||||
```
|
```
|
||||||
If account's name contains this (CI) regular expression: | its type is:
|
If account's name contains this (CI) regular expression: | its type is:
|
||||||
---------------------------------------------------------|-------------
|
--------------------------------------------------------------------|-------------
|
||||||
^assets:(.+:)?(cash|bank)(:|$) | Cash
|
^assets?(:.+)?:(cash|bank|che(ck|que?)(ing)?|savings?|current)(:|$) | Cash
|
||||||
^assets?(:|$) | Asset
|
^assets?(:|$) | Asset
|
||||||
^(debts?|liabilit(y|ies))(:|$) | Liability
|
^(debts?|liabilit(y|ies))(:|$) | Liability
|
||||||
^equity:(trad(e|ing)|conversion)s?(:|$) | Conversion
|
^equity:(trad(e|ing)|conversion)s?(:|$) | Conversion
|
||||||
^equity(:|$) | Equity
|
^equity(:|$) | Equity
|
||||||
^(income|revenue)s?(:|$) | Revenue
|
^(income|revenue)s?(:|$) | Revenue
|
||||||
^expenses?(:|$) | Expense
|
^expenses?(:|$) | Expense
|
||||||
```
|
```
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user