many updates :-)

This commit is contained in:
Gerhard Scheikl
2026-05-08 10:40:19 +02:00
parent 5b2aa5d62b
commit 770c6fd16a
16 changed files with 876 additions and 151 deletions
+2
View File
@@ -118,6 +118,7 @@ function mapIssuer(s: ShopSettings): IssuerData {
iban: s.iban,
bic: s.bic,
footerNote: s.footerNote,
footerNoteEn: s.footerNoteEn,
};
}
@@ -181,6 +182,7 @@ function mapLinesAndTotals(order: RawOrderForInvoice): {
quantity: qty,
unitPriceNet: round2(unitNet),
totalNet: round2(lineNet),
imageUrl: li.imageUrl ?? undefined,
});
netSum += lineNet;