This commit is contained in:
Jens Cornelsen
2025-04-15 16:17:45 +02:00
parent 3912262f4b
commit d4be779cf1

View File

@@ -102,7 +102,7 @@ export async function pdfVerbrauchsausweisGewerbe(ausweis: VerbrauchsausweisGewe
})
if (ausweis.warmwasser_enthalten) {
pages[0].drawText(`${ausweis.brennstoff_1}, ${ausweis.brennstoff_2 || ""}`, {
pages[3].drawText(`${ausweis.brennstoff_1}, ${ausweis.brennstoff_2 || ""}`, {
x: 211,
y: height - 299,
size: 10
@@ -484,7 +484,7 @@ export async function pdfVerbrauchsausweisGewerbe(ausweis: VerbrauchsausweisGewe
addEnergieverbrauchSkalaPfeile(pages[2])
if (ausweis.warmwasser_enthalten) {
pages[0].drawText("x", {
pages[3].drawText("x", {
x: 42,
y: height - 301,
size: 10,
@@ -493,7 +493,7 @@ export async function pdfVerbrauchsausweisGewerbe(ausweis: VerbrauchsausweisGewe
}
if (ausweis.kuehlung_enthalten) {
pages[0].drawText("x", {
pages[3].drawText("x", {
x: 42,
y: height - 313,
size: 10,
@@ -502,7 +502,7 @@ export async function pdfVerbrauchsausweisGewerbe(ausweis: VerbrauchsausweisGewe
}
if (ausweis.stromverbrauch_enthaelt_heizung) {
pages[0].drawText("x", {
pages[3].drawText("x", {
x: 42,
y: height - 464,
size: 10,
@@ -511,7 +511,7 @@ export async function pdfVerbrauchsausweisGewerbe(ausweis: VerbrauchsausweisGewe
}
if (ausweis.stromverbrauch_enthaelt_warmwasser) {
pages[0].drawText("x", {
pages[3].drawText("x", {
x: 132,
y: height - 464,
size: 10,
@@ -520,7 +520,7 @@ export async function pdfVerbrauchsausweisGewerbe(ausweis: VerbrauchsausweisGewe
}
if (ausweis.stromverbrauch_enthaelt_lueftung) {
pages[0].drawText("x", {
pages[3].drawText("x", {
x: 219,
y: height - 464,
size: 10,
@@ -529,7 +529,7 @@ export async function pdfVerbrauchsausweisGewerbe(ausweis: VerbrauchsausweisGewe
}
if (ausweis.stromverbrauch_enthaelt_beleuchtung) {
pages[0].drawText("x", {
pages[3].drawText("x", {
x: 282,
y: height - 464,
size: 10,
@@ -538,7 +538,7 @@ export async function pdfVerbrauchsausweisGewerbe(ausweis: VerbrauchsausweisGewe
}
if (ausweis.stromverbrauch_enthaelt_kuehlung) {
pages[0].drawText("x", {
pages[3].drawText("x", {
x: 423,
y: height - 464,
size: 10,
@@ -547,7 +547,7 @@ export async function pdfVerbrauchsausweisGewerbe(ausweis: VerbrauchsausweisGewe
}
if (ausweis.stromverbrauch_enthaelt_sonstige) {
pages[0].drawText("x", {
pages[3].drawText("x", {
x: 493,
y: height - 464,
size: 10,