fix: inverted expenses amount, add if blocks for
hetzner, storj, namecheap
This commit is contained in:
parent
6fd3788333
commit
31d9bf6967
|
@ -10,5 +10,14 @@ currency €
|
|||
|
||||
decimal-mark ,
|
||||
|
||||
account1 expenses:infra
|
||||
account2 assets:bank
|
||||
account1 assets:bank
|
||||
account2 expenses:infra
|
||||
if hetzner
|
||||
account2 expenses:infra:server
|
||||
description hetzner
|
||||
if namecheap
|
||||
account2 expenses:infra:domain
|
||||
description namecheap
|
||||
if storj
|
||||
account2 expenses:infra:file-storage
|
||||
description storj
|
||||
|
|
Loading…
Reference in a new issue