container: hledger-flow: electrum: use transaction label for tax memo
Even though the transaction label is already included as a notes tag, having this information as a memo for tax reports is incredibly helpful.
This commit is contained in:
@@ -45,13 +45,13 @@ if %direction ^IN$
|
|||||||
& %label (Income|Payment)
|
& %label (Income|Payment)
|
||||||
account2 income:electrum:%subaccount:BTC
|
account2 income:electrum:%subaccount:BTC
|
||||||
comment txid:%txid, notes:%label, direction:%direction, taxed_as:INCOME
|
comment txid:%txid, notes:%label, direction:%direction, taxed_as:INCOME
|
||||||
comment2 %timestamp,INCOME,electrum:%subaccount:BTC,BTC,%value_without_fee,USD,%fiat_value,Payment received
|
comment2 %timestamp,INCOME,electrum:%subaccount:BTC,BTC,%value_without_fee,USD,%fiat_value,%label
|
||||||
|
|
||||||
if %direction ^IN$
|
if %direction ^IN$
|
||||||
& %label Gift
|
& %label Gift
|
||||||
account2 income:electrum:%subaccount:gifts:BTC
|
account2 income:electrum:%subaccount:gifts:BTC
|
||||||
comment txid:%txid, notes:%label, direction:%direction, taxed_as:GIFTIN
|
comment txid:%txid, notes:%label, direction:%direction, taxed_as:GIFTIN
|
||||||
comment2 %timestamp,GIFTIN,electrum:%subaccount:BTC,BTC,%value_without_fee,USD,%fiat_value,To %subaccount
|
comment2 %timestamp,GIFTIN,electrum:%subaccount:BTC,BTC,%value_without_fee,USD,%fiat_value,%label
|
||||||
# NOTE: fiat_value must be manually updated in custom rules if your given cost-basis will be different
|
# NOTE: fiat_value must be manually updated in custom rules if your given cost-basis will be different
|
||||||
|
|
||||||
# OUT
|
# OUT
|
||||||
@@ -59,7 +59,7 @@ if %direction ^IN$
|
|||||||
if %direction ^OUT$
|
if %direction ^OUT$
|
||||||
account2 expenses:electrum:%subaccount:BTC
|
account2 expenses:electrum:%subaccount:BTC
|
||||||
comment txid:%txid, notes:%label, taxed_as:SPEND
|
comment txid:%txid, notes:%label, taxed_as:SPEND
|
||||||
comment2 %timestamp,SPEND,electrum:%subaccount:BTC,BTC,%value_without_fee,USD,%fiat_value,From %subaccount
|
comment2 %timestamp,SPEND,electrum:%subaccount:BTC,BTC,%value_without_fee,USD,%fiat_value,%label
|
||||||
|
|
||||||
if %direction ^OUT$
|
if %direction ^OUT$
|
||||||
& %label (Self|Equity transfer|Capital contribution)
|
& %label (Self|Equity transfer|Capital contribution)
|
||||||
@@ -72,7 +72,7 @@ if %direction ^OUT$
|
|||||||
& %label Gift
|
& %label Gift
|
||||||
account2 expenses:electrum:%subaccount:gifts:BTC
|
account2 expenses:electrum:%subaccount:gifts:BTC
|
||||||
comment txid:%txid, notes:%label, direction:%direction, taxed_as:GIFT
|
comment txid:%txid, notes:%label, direction:%direction, taxed_as:GIFT
|
||||||
comment2 %timestamp,GIFT,electrum:%subaccount:BTC,BTC,%value_without_fee,USD,%fiat_value,From %subaccount
|
comment2 %timestamp,GIFT,electrum:%subaccount:BTC,BTC,%value_without_fee,USD,%fiat_value,%label
|
||||||
|
|
||||||
# Fees
|
# Fees
|
||||||
if %direction ^OUT$
|
if %direction ^OUT$
|
||||||
|
|||||||
Reference in New Issue
Block a user