Tobias Kuhn

Results 5 comments of Tobias Kuhn

Thanks for merging the change, and PaymentMeans is defined as "0 .. unbounded" in all EN16931 and EXTENDED: After that's correct, I guess the issue can be closed.

@jakobjw, you are absolutely right. I've just fixed the type in the readme and conftest. Thanks for the feedback.

Hi @hannob, do you think the example really needs to pass the mustang validation? I used the sample as a starting point and adjusted the structure to match our invoice...

Hallo Benno, ich glaube, es ist OK, die leeren Tags rauszufiltern. Laut ZUGFeRD Standard sind leere Tags in der XML-Struktur nicht erlaubt. Gruß, Tobias

You are right, the example was not updated after Note model change #69. To make it work, you can use: `doc.header.notes.add(IncludedNote(content="Test Node 1"))` instead of ``` note = IncludedNote() note.content.add("Test...