Replies: 2 comments 1 reply
-
Hallo @rimmel-ai , Auf Item-Ebene wird dies nur im Extended-Profil geschrieben. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Danke für die Info.
Ich benutze Comfort.
invoice.Save(stream, ZUGFeRDVersion.Version23, Profile.Comfort);
Hab es jetzt mit Profile.Extended getestet. Funktioniert.
Für die x-Rechnung
invoice.Save(stream, ZUGFeRDVersion.Version23, Profile.XRechnung);
funktioniert es aber nicht. Oder kann man da auch was anderes einstellen?
Danke und Grüße
Albert Rimmel
Von: Stephan ***@***.***>
Gesendet: Mittwoch, 9. April 2025 19:30
An: stephanstapel/ZUGFeRD-csharp ***@***.***>
Cc: rimmel-ai ***@***.***>; Mention ***@***.***>
Betreff: Re: [stephanstapel/ZUGFeRD-csharp] Lieferdatum und Lieferscheinnummer pro Position in XML nicht sichtbar (Discussion #718)
Hallo @rimmel-ai <https://github.com/rimmel-ai> ,
welches Profil nutzt Du?
Auf Item-Ebene wird dies nur im Extended-Profil geschrieben.
—
Reply to this email directly, view it on GitHub <#718 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/BMNPFY3ZKQZH5OIF43U2TBT2YVKIZAVCNFSM6AAAAAB2ZQOTHCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENZYGE3DGNY> .
You are receiving this because you were mentioned. <https://github.com/notifications/beacon/BMNPFY6PY3UM2YMHF2O2TTT2YVKIZA5CNFSM6AAAAAB2ZQOTHCWGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAYMEEK.gif> Message ID: ***@***.*** ***@***.***> >
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Verwende Version 17.0.0. Die Werte für deliveryNoteDate bzw. deliveryNoteID werden nicht in die XML ausgeben. An was könnte das liegen?
desc.AddTradeLineItem(
....
deliveryNoteDate: lieferDatum,
deliveryNoteID: lieferscheinNummer
);
Danke.
Beta Was this translation helpful? Give feedback.
All reactions