Übersetzungen + Prüfbox Bezahlung

This commit is contained in:
Moritz Utcke
2023-08-31 23:12:18 +06:00
parent 0fac93486f
commit 7bf1b9a6c6
90 changed files with 3015 additions and 417 deletions

View File

@@ -26,6 +26,7 @@
];
export let gebaeude: Gebaeude;
export let ausweis: Verbrauchsausweis;
const fuelMap: Record<string, string[]> = {};
for (const fuel of fuelList) {
@@ -37,8 +38,6 @@
let month: string = "01";
let year: string = "2018";
$: ausweis = gebaeude.ausweis || new Verbrauchsausweis();
$: {
if (month && year) {
ausweis.kennwerte.zeitraum = moment(`${month}.01.${year}`);