Replace infrastructure costs with actual domain invoice data

Start ledger January 2025. Record coulomb.social (3.75 EUR/mo) and
coulomb.pro (3.00 EUR/mo) as per-domain expense rows. Remove Bubble and
placeholder overhead. Add infrastructure reference catalogs; virtual server
records pending invoice data.
This commit is contained in:
2026-06-22 02:14:06 +02:00
parent 31db9f8f31
commit 86ce511764
11 changed files with 391 additions and 403 deletions

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"currency": "EUR",
"domains": [
{
"name": "coulomb.social",
"tld": ".social",
"monthly_eur": "3.75",
"icann_fee_annual_eur": "0.14",
"billing_period": "2026-01-31/2027-01-30",
"annual_total_eur": "45.00",
"vat_rate": "19.0"
},
{
"name": "coulomb.pro",
"tld": ".pro",
"monthly_eur": "3.00",
"icann_fee_annual_eur": "0.14",
"billing_period": "2026-01-31/2027-01-30",
"annual_total_eur": "36.00",
"vat_rate": "19.0"
}
],
"monthly_total_eur": "6.75",
"note": "Reference catalog from registrar invoices. Expense ledger rows live in expense_records.json."
}

View File

@@ -0,0 +1,6 @@
{
"version": 1,
"currency": "EUR",
"servers": [],
"note": "Virtual server expense records pending actual invoice data. Add entries here and mirror monthly rows in expense_records.json when available."
}