mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
23 lines
626 B
Plaintext
23 lines
626 B
Plaintext
2022-01-01
|
|
assets:dollars $-135
|
|
assets:euros €100
|
|
|
|
comment
|
|
|
|
$ hledger -f- print -x --infer-cost --infer-equity
|
|
2022-01-01
|
|
assets:dollars $-135 @@ €100
|
|
equity:conversion:$-€:$ $135
|
|
equity:conversion:$-€:€ €-100
|
|
assets:euros €100
|
|
|
|
>=
|
|
|
|
$ hledger -f- print -x --infer-cost --infer-equity | hledger -f- bal -c '$1.'
|
|
$-135 assets:dollars
|
|
€100 assets:euros
|
|
$135 equity:conversion:$-€:$
|
|
€-100 equity:conversion:$-€:€
|
|
--------------------
|
|
0
|