;doc: account type updates (#1822)

This commit is contained in:
Simon Michael 2022-02-03 15:41:12 -10:00
parent 4ec441925a
commit 8ef82f5cd8

View File

@ -3096,8 +3096,8 @@ Here are some tips for working with account types.
<!-- monospace to work around https://github.com/simonmichael/hledger/issues/1573 -->
```
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
^(debts?|liabilit(y|ies))(:|$) | Liability
^equity:(trad(e|ing)|conversion)s?(:|$) | Conversion