Replies: 1 comment
-
Discussion can be closed as it was my mistake by not setting party.Name |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I'm getting the following validation errors because ram:BuyerTradeParty/ram:Name is missing:
https://www.portinvoice.com
(Mustang)
[BR-07]-An Invoice shall contain the Buyer name (BT-44). [ID FX-SCH-A-000016] from /xslt/ZF_232/FACTUR-X_EXTENDED.xslt)
/*:CrossIndustryInvoice[namespace-uri()='urn:un:unece:uncefact:data:standard:CrossIndustryInvoice:100'][1]
and
valitool
[VD-Valitool-24]-Das Element >Name< muss mindestens >1< Mal vorkommen. Es fehlt oder ist nicht häufig genug aufgeführt. Oftmals handelt es sich um einen Folgefehler des vorhergehenden Fehlers.
/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedTradeProduct/ram:GlobalID/rsm:CrossIndustryInvoice/rsm:SupplyChainTradeTransaction/ram:ApplicableHeaderTradeAgreement/ram:BuyerTradeParty
https://validator.invoice-portal.de
Invoice-Portal Validator Result: (valitool)
Invoice-Portal Validator Result
[BR-07]-An Invoice shall contain the Buyer name (BT-44).
Here is the code:
I'm using the lastest version: 16.1.0.
<ram:BuyerTradeParty> <ram:DefinedTradeContact> <ram:PersonName>Winfried Schuster</ram:PersonName> <ram:TelephoneUniversalCommunication> <ram:CompleteNumber>0721 / 54 32 10</ram:CompleteNumber> </ram:TelephoneUniversalCommunication> <ram:EmailURIUniversalCommunication> <ram:URIID>[email protected]</ram:URIID> </ram:EmailURIUniversalCommunication> </ram:DefinedTradeContact> <ram:PostalTradeAddress> <ram:PostcodeCode>76133</ram:PostcodeCode> <ram:LineOne>Winfried Schuster</ram:LineOne> <ram:LineTwo>Hardtstr. 2</ram:LineTwo> <ram:CityName>Karlsruhe</ram:CityName> <ram:CountryID>DE</ram:CountryID> </ram:PostalTradeAddress> </ram:BuyerTradeParty>
This line is missing:
<ram:Name>Winfried Schuster</ram:Name>
I can vaguely remember that in an older version this line was there.
Beta Was this translation helpful? Give feedback.
All reactions