hledger-flow: electrum: add subaccount to applicable memos
This commit is contained in:
@@ -48,13 +48,13 @@ if %direction ^IN$
|
|||||||
if %direction ^IN$
|
if %direction ^IN$
|
||||||
& %label Gift
|
& %label Gift
|
||||||
account2 income:electrum:%subaccount:gifts:BTC
|
account2 income:electrum:%subaccount:gifts:BTC
|
||||||
comment2 %timestamp,GIFTIN,electrum,BTC,%value_without_fee,USD,%fiat_value,Unknown
|
comment2 %timestamp,GIFTIN,electrum,BTC,%value_without_fee,USD,%fiat_value,To %subaccount
|
||||||
|
|
||||||
# OUT
|
# OUT
|
||||||
|
|
||||||
if %direction ^OUT$
|
if %direction ^OUT$
|
||||||
account2 expenses:electrum:%subaccount:BTC
|
account2 expenses:electrum:%subaccount:BTC
|
||||||
comment2 %timestamp,SPEND,electrum,BTC,%value_without_fee,USD,,
|
comment2 %timestamp,SPEND,electrum,BTC,%value_without_fee,USD,,From %subaccount
|
||||||
|
|
||||||
if %direction ^OUT$
|
if %direction ^OUT$
|
||||||
& %label (Self|Equity transfer|Capital contribution)
|
& %label (Self|Equity transfer|Capital contribution)
|
||||||
@@ -65,7 +65,7 @@ if %direction ^OUT$
|
|||||||
if %direction ^OUT$
|
if %direction ^OUT$
|
||||||
& %label Gift
|
& %label Gift
|
||||||
account2 expenses:electrum:%subaccount:gifts:BTC
|
account2 expenses:electrum:%subaccount:gifts:BTC
|
||||||
comment2 %timestamp,GIFT,electrum,BTC,%value_without_fee,USD,%fiat_value,Unknown
|
comment2 %timestamp,GIFT,electrum,BTC,%value_without_fee,USD,%fiat_value,From %subaccount
|
||||||
|
|
||||||
# Fees
|
# Fees
|
||||||
if %direction ^OUT$
|
if %direction ^OUT$
|
||||||
|
|||||||
Reference in New Issue
Block a user