.
This commit is contained in:
@@ -220,8 +220,8 @@ export async function pdfVerbrauchsausweisGewerbe(ausweis: VerbrauchsausweisGewe
|
|||||||
|
|
||||||
// Datenerhebung durch Eigentümer
|
// Datenerhebung durch Eigentümer
|
||||||
pages[0].drawText("x", {
|
pages[0].drawText("x", {
|
||||||
x: 296,
|
x: 296.5,
|
||||||
y: height - 588,
|
y: height - 587.5,
|
||||||
size: 10,
|
size: 10,
|
||||||
font: bold
|
font: bold
|
||||||
})
|
})
|
||||||
@@ -484,7 +484,7 @@ export async function pdfVerbrauchsausweisGewerbe(ausweis: VerbrauchsausweisGewe
|
|||||||
addEnergieverbrauchSkalaPfeile(pages[2])
|
addEnergieverbrauchSkalaPfeile(pages[2])
|
||||||
|
|
||||||
if (ausweis.warmwasser_enthalten) {
|
if (ausweis.warmwasser_enthalten) {
|
||||||
pages[3].drawText("x", {
|
pages[2].drawText("x", {
|
||||||
x: 42,
|
x: 42,
|
||||||
y: height - 301,
|
y: height - 301,
|
||||||
size: 10,
|
size: 10,
|
||||||
@@ -493,7 +493,7 @@ export async function pdfVerbrauchsausweisGewerbe(ausweis: VerbrauchsausweisGewe
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (ausweis.kuehlung_enthalten) {
|
if (ausweis.kuehlung_enthalten) {
|
||||||
pages[3].drawText("x", {
|
pages[2].drawText("x", {
|
||||||
x: 42,
|
x: 42,
|
||||||
y: height - 313,
|
y: height - 313,
|
||||||
size: 10,
|
size: 10,
|
||||||
@@ -502,7 +502,7 @@ export async function pdfVerbrauchsausweisGewerbe(ausweis: VerbrauchsausweisGewe
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (ausweis.stromverbrauch_enthaelt_heizung) {
|
if (ausweis.stromverbrauch_enthaelt_heizung) {
|
||||||
pages[3].drawText("x", {
|
pages[2].drawText("x", {
|
||||||
x: 42,
|
x: 42,
|
||||||
y: height - 464,
|
y: height - 464,
|
||||||
size: 10,
|
size: 10,
|
||||||
@@ -511,7 +511,7 @@ export async function pdfVerbrauchsausweisGewerbe(ausweis: VerbrauchsausweisGewe
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (ausweis.stromverbrauch_enthaelt_warmwasser) {
|
if (ausweis.stromverbrauch_enthaelt_warmwasser) {
|
||||||
pages[3].drawText("x", {
|
pages[2].drawText("x", {
|
||||||
x: 132,
|
x: 132,
|
||||||
y: height - 464,
|
y: height - 464,
|
||||||
size: 10,
|
size: 10,
|
||||||
@@ -520,7 +520,7 @@ export async function pdfVerbrauchsausweisGewerbe(ausweis: VerbrauchsausweisGewe
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (ausweis.stromverbrauch_enthaelt_lueftung) {
|
if (ausweis.stromverbrauch_enthaelt_lueftung) {
|
||||||
pages[3].drawText("x", {
|
pages[2].drawText("x", {
|
||||||
x: 219,
|
x: 219,
|
||||||
y: height - 464,
|
y: height - 464,
|
||||||
size: 10,
|
size: 10,
|
||||||
@@ -529,7 +529,7 @@ export async function pdfVerbrauchsausweisGewerbe(ausweis: VerbrauchsausweisGewe
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (ausweis.stromverbrauch_enthaelt_beleuchtung) {
|
if (ausweis.stromverbrauch_enthaelt_beleuchtung) {
|
||||||
pages[3].drawText("x", {
|
pages[2].drawText("x", {
|
||||||
x: 282,
|
x: 282,
|
||||||
y: height - 464,
|
y: height - 464,
|
||||||
size: 10,
|
size: 10,
|
||||||
@@ -538,7 +538,7 @@ export async function pdfVerbrauchsausweisGewerbe(ausweis: VerbrauchsausweisGewe
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (ausweis.stromverbrauch_enthaelt_kuehlung) {
|
if (ausweis.stromverbrauch_enthaelt_kuehlung) {
|
||||||
pages[3].drawText("x", {
|
pages[2].drawText("x", {
|
||||||
x: 423,
|
x: 423,
|
||||||
y: height - 464,
|
y: height - 464,
|
||||||
size: 10,
|
size: 10,
|
||||||
@@ -547,7 +547,7 @@ export async function pdfVerbrauchsausweisGewerbe(ausweis: VerbrauchsausweisGewe
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (ausweis.stromverbrauch_enthaelt_sonstige) {
|
if (ausweis.stromverbrauch_enthaelt_sonstige) {
|
||||||
pages[3].drawText("x", {
|
pages[2].drawText("x", {
|
||||||
x: 493,
|
x: 493,
|
||||||
y: height - 464,
|
y: height - 464,
|
||||||
size: 10,
|
size: 10,
|
||||||
|
|||||||
Reference in New Issue
Block a user