fix: remove KFZ formula rows from engine (now manual from Jan 2028)
All checks were successful
Build pitch-deck / build-push-deploy (push) Successful in 1m10s
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-consent (push) Successful in 35s
CI / test-python-voice (push) Successful in 34s
CI / test-bqas (push) Successful in 33s

This commit is contained in:
Benjamin Admin
2026-04-22 13:44:17 +02:00
parent 4e34fa6da9
commit 31e1420cdc
3 changed files with 12 additions and 28 deletions

View File

@@ -254,9 +254,7 @@ export async function computeFinanzplan(pool: Pool, scenarioId: string): Promise
// Formula-based rows: derive from headcount (excl. founders) or customers
const formulaRows: { label: string; perUnit: number; source: MonthlyValues }[] = [
{ label: 'Fort-/Weiterbildungskosten (F)', perUnit: 300, source: hcWithoutFounders },
{ label: 'Fahrzeugkosten (F)', perUnit: 200, source: hcWithoutFounders },
{ label: 'KFZ-Steuern (F)', perUnit: 25, source: hcWithoutFounders },
{ label: 'KFZ-Versicherung (F)', perUnit: 150, source: hcWithoutFounders },
// KFZ costs are manual (from Jan 2028), not formula-based
{ label: 'Reisekosten (F)', perUnit: 75, source: headcount },
{ label: 'Bewirtungskosten (F)', perUnit: 50, source: totalBestandskunden },
{ label: 'Internet/Mobilfunk (F)', perUnit: 50, source: headcount },