Replies: 1 comment 1 reply
-
Hi, this should not be present in the latest version which you find on github. Please use this code until a new release is created. Cheers, Stephan |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm completely new to this topic and try to implement this libary in my app, but I have problem with validation. With Profile=XRechnung I will get the supplier name direct in the node PartyName. But according to the validator it should look like
cac:PartyName
cbc:NameLieferant GmbH</cbc:Name>
</cac:PartyName>
cac:PostalAddress
I'm using the latest version V15 and I'm not able to figure out , where i can change this setting.
currently I'm using
desc.Save(memoryStream, ZUGFeRDVersion.Version23,s2industries.ZUGFeRD.Profile.XRechnung,ZUGFeRDFormats.UBL);
Further I would like to ask, why spain will be not part of the ElectronicAddressSchemeIdentifiers enum? Is there a reason or only missing?
Any help would be welcome.
Robert
Beta Was this translation helpful? Give feedback.
All reactions