forked from EvergreenCrypto/docker-finance
container: hledger-flow: ledger: fix fees subaccount ordering
Keep consistent with all other rules.
This commit is contained in:
@@ -39,7 +39,7 @@ if %type ^OUT$
|
||||
& %fees [1-9]
|
||||
account3 assets:ledger:%account_name:%currency_
|
||||
amount3 -%fees %currency_
|
||||
account4 expenses:ledger:fees:%account_name:%currency_
|
||||
account4 expenses:ledger:%account_name:fees:%currency_
|
||||
amount4 %fees %currency_
|
||||
comment type:%type, status:%status_, xpub:%xpub, txid:%txid, direction:%direction, taxed_as:SPEND
|
||||
comment2
|
||||
@@ -82,7 +82,7 @@ if %currency_ ^ADA$
|
||||
& %fees [1-9]
|
||||
account3 assets:ledger:%account_name:%currency_
|
||||
amount3 -%fees %currency_
|
||||
account4 expenses:ledger:fees:%account_name:%currency_
|
||||
account4 expenses:ledger:%account_name:fees:%currency_
|
||||
amount4 %fees %currency_
|
||||
comment type:%type, status:%status_, xpub:%xpub, txid:%txid, direction:%direction, taxed_as:SPEND
|
||||
comment3 %date +0000,SPEND,ledger:%account_name:%currency_,%currency_,%fees,USD,,FEE
|
||||
@@ -95,7 +95,7 @@ if %currency_ ^ADA$
|
||||
account2 equity:ledger:%account_name:withdrawal:stake_key_reg:%currency_
|
||||
account3 assets:ledger:%account_name:%currency_
|
||||
amount3 -%amount_ %currency_
|
||||
account4 expenses:ledger:fees:%account_name:%currency_
|
||||
account4 expenses:ledger:%account_name:fees:%currency_
|
||||
amount4 %amount_ %currency_
|
||||
comment type:%type, status:%status_, xpub:%xpub, txid:%txid, direction:%direction, taxed_as:SPEND
|
||||
comment2 Stake key registration withdrawal
|
||||
|
||||
Reference in New Issue
Block a user