This commit is contained in:
2025-05-27 18:02:19 +00:00
parent feb0a67518
commit e6f6ff4d03
5 changed files with 855 additions and 494 deletions

View File

@ -196,7 +196,7 @@ export class XRechnungDecoder extends UBLBaseDecoder {
incidenceId: invoiceId,
from: seller,
to: buyer,
subject: `Invoice ${invoiceId}`,
subject: notes.length > 0 ? notes[0] : `Invoice ${invoiceId}`,
items: items,
dueInDays: dueInDays,
reverseCharge: false,