;doc: account type updates (#1822)
This commit is contained in:
parent
4ec441925a
commit
8ef82f5cd8
@ -3096,8 +3096,8 @@ Here are some tips for working with 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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user