;doc:beancount output: mention limitations: P and balance assignments
This commit is contained in:
parent
a92f880a20
commit
5b89f89ed0
@ -847,6 +847,10 @@ You can use [account aliases](#alias-directive) to rewrite your account names te
|
||||
as in this [hledger2beancount.conf](https://github.com/simonmichael/hledger/blob/master/examples/hledger2beancount.conf) config file.
|
||||
<!-- (see also "hledger and Beancount" <https://hledger.org/beancount.html>). -->
|
||||
|
||||
2024-12-20: Some more things not yet handled for you:
|
||||
- P directives are not converted automatically - convert those yourself
|
||||
- Balance assignments are not converted (Beancount doesnt support them) - replace those with explicit amounts
|
||||
|
||||
#### Beancount account names
|
||||
|
||||
Aside from the top-level names, hledger will adjust your account names to make valid
|
||||
|
||||
Loading…
Reference in New Issue
Block a user