From d83cc81397da8a860c04925cb278eaf45ffa8316 Mon Sep 17 00:00:00 2001 From: Hoid Date: Sat, 14 Feb 2026 14:07:38 +0000 Subject: [PATCH] =?UTF-8?q?Business=20financials:=20add=20domain=20cost=20?= =?UTF-8?q?(=E2=82=AC15)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/business/memory/financials.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/projects/business/memory/financials.json b/projects/business/memory/financials.json index 45e074f..1fa2ce3 100644 --- a/projects/business/memory/financials.json +++ b/projects/business/memory/financials.json @@ -1,10 +1,17 @@ { "budget": 200.00, "currency": "EUR", - "spent": 3.29, + "spent": 18.29, "revenue": 0.00, - "balance": 196.71, + "balance": 181.71, "expenses": [ + { + "date": "2026-02-14", + "item": "Domain docfast.dev (INWX, 1 year)", + "amount": 15.00, + "recurring": "yearly", + "notes": "Renewal €20/year from year 2" + }, { "date": "2026-02-14", "item": "Hetzner CAX11 server (docfast-1, nbg1)",