mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-12 19:08:34 +03:00
16 lines
344 B
Plaintext
16 lines
344 B
Plaintext
# add should use the (final) default commodity if any
|
|
# disabled as add currently requires ctrl-c to terminate
|
|
#
|
|
# printf 'D £1000.00\n' >add-default-commodity-$$.j; hledger -fadd-default-commodity-$$.j add; rm -f add-default-commodity-$$.j
|
|
# <<<
|
|
# 2010/1/1
|
|
|
|
# a
|
|
# 1000
|
|
# b
|
|
# >>>
|
|
# 2010/01/01 y
|
|
# a £1000.00
|
|
# b £-1000.00
|
|
|