stephanstapel / ZUGFeRD-csharp

C# assembly for creating and reading ZUGFeRD invoices
Apache License 2.0
216 stars 115 forks source link

AccountingCustomerParty CompanyID #441

Open DaveHalma opened 5 days ago

DaveHalma commented 5 days ago

Dear EInvoice enthusiasts, dear Stephan Foremost, thanks for the amazing project! I came across an issue with the AccountingCustomerParty and thus with the current state of the InvoiceDescriptor22UBLReader. In my case, I need the cac:PartyLegalEntity in order to access the Customer CompanyID. I modified the code accordingly, and it works fine now. Did any of you came across this problem? And if so, how did you solve it? Many thanks Dave

The xml looks like this:

DE279247134 ... DB Service GmbH DE279247134 // my point of interest
stephanstapel commented 2 days ago

Can you share your code or send a pull request?