Add amountSats to expense items

This commit is contained in:
Râu Cao 2025-01-20 12:44:04 -05:00
parent af4b4407b8
commit b2b9d318cc
Signed by: raucao
GPG Key ID: 37036C356E56CC51
2 changed files with 10 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"description": "Dedicated server: andromeda.kosmos.org, April 2020",
"currency": "EUR",
"amount": 39.00,
"amountSats": 422966,
"date": "2020-05-06",
"url": "https://wiki.kosmos.org/Infrastructure#Hetzner",
"tags": ["infrastructure", "server", "hetzner"]

View File

@ -60,6 +60,15 @@ module.exports = {
42.0
]
},
"amountSats": {
"type": "number",
"title": "Amount in sats",
"description": "Amount in BTC satoshis",
"default": 0,
"examples": [
21000
]
},
"date": {
"type": "string",
"format": "date",