Add amountSats to expense items
This commit is contained in:
parent
af4b4407b8
commit
b2b9d318cc
@ -3,6 +3,7 @@
|
|||||||
"description": "Dedicated server: andromeda.kosmos.org, April 2020",
|
"description": "Dedicated server: andromeda.kosmos.org, April 2020",
|
||||||
"currency": "EUR",
|
"currency": "EUR",
|
||||||
"amount": 39.00,
|
"amount": 39.00,
|
||||||
|
"amountSats": 422966,
|
||||||
"date": "2020-05-06",
|
"date": "2020-05-06",
|
||||||
"url": "https://wiki.kosmos.org/Infrastructure#Hetzner",
|
"url": "https://wiki.kosmos.org/Infrastructure#Hetzner",
|
||||||
"tags": ["infrastructure", "server", "hetzner"]
|
"tags": ["infrastructure", "server", "hetzner"]
|
||||||
|
@ -60,6 +60,15 @@ module.exports = {
|
|||||||
42.0
|
42.0
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"amountSats": {
|
||||||
|
"type": "number",
|
||||||
|
"title": "Amount in sats",
|
||||||
|
"description": "Amount in BTC satoshis",
|
||||||
|
"default": 0,
|
||||||
|
"examples": [
|
||||||
|
21000
|
||||||
|
]
|
||||||
|
},
|
||||||
"date": {
|
"date": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"format": "date",
|
"format": "date",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user