added extra field kwh at m3, expand cost field to 10 komma, added maloid,counter add dialog, auto set unit

This commit is contained in:
2026-02-05 20:34:45 +01:00
parent 80dd5cc157
commit e8919cfa81
22 changed files with 329 additions and 165 deletions
+5 -3
View File
@@ -336,9 +336,11 @@ export interface EnergyContractDetails {
contractId: number;
meterId?: number;
meter?: Meter;
annualConsumption?: number;
basePrice?: number;
unitPrice?: number;
maloId?: string; // Marktlokations-ID
annualConsumption?: number; // kWh für Strom, m³ für Gas
annualConsumptionKwh?: number; // kWh für Gas (zusätzlich zu m³)
basePrice?: number; // €/Monat
unitPrice?: number; // €/kWh (Arbeitspreis)
bonus?: number;
previousProviderName?: string;
previousCustomerNumber?: string;