Skip to content

Commit

Permalink
Merge branch 'qa' of https://github.com/OpenPEPPOL/logistics-bis into qa
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgenErlandsson committed Oct 25, 2023
2 parents a1e2230 + 6738b17 commit 27d2ef3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions rules/examples/AdvancedDespatchAdvice_Example_Full.xml
Original file line number Diff line number Diff line change
Expand Up @@ -499,9 +499,9 @@
</cac:Shipment>
<cac:DespatchLine>
<cbc:ID>10</cbc:ID>
<cbc:Note>Mrs Green agreed to waive charge</cbc:Note>
<cbc:DeliveredQuantity unitCode="C62">10</cbc:DeliveredQuantity>
<cbc:OutstandingQuantity unitCode="C62">2</cbc:OutstandingQuantity>
<cbc:Note>Gift</cbc:Note>
<cbc:DeliveredQuantity unitCode="EA">10</cbc:DeliveredQuantity>
<cbc:OutstandingQuantity unitCode="EA">2</cbc:OutstandingQuantity>
<cbc:OutstandingReason>Text</cbc:OutstandingReason>
<cac:OrderLineReference>
<cbc:LineID>1</cbc:LineID>
Expand Down Expand Up @@ -554,7 +554,7 @@
<cbc:Name>Rigidity</cbc:Name>
<cbc:NameCode listID="IPNC">EPDNumber</cbc:NameCode>
<cbc:Value>NEPD-1717-700-SE</cbc:Value>
<cbc:ValueQuantity unitCode="C62">15.00</cbc:ValueQuantity>
<cbc:ValueQuantity unitCode="EA">15.00</cbc:ValueQuantity>
<cbc:ValueQualifier>descr</cbc:ValueQualifier>
</cac:AdditionalItemProperty>
<cac:ManufacturerParty>
Expand Down
8 changes: 4 additions & 4 deletions rules/mapping/AdvancedDespatchAdvice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11144,7 +11144,7 @@
<Data ss:Type="String">General note regarding the despach advice line. Free-form text applying to the Despatch Line. This element may contain notes or any other similar information that is not contained explicitly in another structure.</Data>
</Cell>
<Cell>
<Data ss:Type="String">Mrs Green agreed to waive charge</Data>
<Data ss:Type="String">Gift</Data>
</Cell>
<Cell>
<Data ss:Type="String">/ubl:DespatchAdvice/cac:DespatchLine/cbc:Note</Data>
Expand Down Expand Up @@ -11196,7 +11196,7 @@
<Data ss:Type="String">The unit of measure that applies to the ordered quantity.</Data>
</Cell>
<Cell>
<Data ss:Type="String">C62</Data>
<Data ss:Type="String">EA</Data>
</Cell>
<Cell>
<Data ss:Type="String">/ubl:DespatchAdvice/cac:DespatchLine/cbc:DeliveredQuantity/unitCode</Data>
Expand Down Expand Up @@ -11248,7 +11248,7 @@
<Data ss:Type="String">The unit of measure that applies to the ordered quantity.</Data>
</Cell>
<Cell>
<Data ss:Type="String">C62</Data>
<Data ss:Type="String">EA</Data>
</Cell>
<Cell>
<Data ss:Type="String">/ubl:DespatchAdvice/cac:DespatchLine/cbc:OutstandingQuantity/unitCode</Data>
Expand Down Expand Up @@ -12680,7 +12680,7 @@
<Data ss:Type="String">The unit of measure that applies to the value quantity.</Data>
</Cell>
<Cell>
<Data ss:Type="String">C62</Data>
<Data ss:Type="String">EA</Data>
</Cell>
<Cell>
<Data ss:Type="String">/ubl:DespatchAdvice/cac:DespatchLine/cac:Item/cac:AdditionalItemProperty/cbc:ValueQuantity/unitCode</Data>
Expand Down
8 changes: 4 additions & 4 deletions structure/syntax/ubl-advanced-despatch-advice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2728,7 +2728,7 @@
to the Despatch Line. This element may contain notes or any other similar
information that is not contained explicitly in another structure.</Description>
<Reference type="BUSINESS_TERM">tir16-047</Reference>
<Value type="EXAMPLE">Mrs Green agreed to waive charge</Value>
<Value type="EXAMPLE">Gift</Value>
</Element>
<Element>
<Term>cbc:DeliveredQuantity</Term>
Expand All @@ -2745,7 +2745,7 @@
quantity.</Description>
<DataType>Code</DataType>
<Reference type="CODE_LIST">UNECERec20</Reference>
<Value type="EXAMPLE">C62</Value>
<Value type="EXAMPLE">EA</Value>
</Attribute>
</Element>
<Element cardinality="0..1">
Expand All @@ -2763,7 +2763,7 @@
quantity.</Description>
<DataType>Code</DataType>
<Reference type="CODE_LIST">UNECERec20</Reference>
<Value type="EXAMPLE">C62</Value>
<Value type="EXAMPLE">EA</Value>
</Attribute>
</Element>
<Element cardinality="0..n">
Expand Down Expand Up @@ -3136,7 +3136,7 @@
quantity.</Description>
<DataType>Code</DataType>
<Reference type="CODE_LIST">UNECERec20</Reference>
<Value type="EXAMPLE">C62</Value>
<Value type="EXAMPLE">EA</Value>
</Attribute>
</Element>
<Element cardinality="0..1">
Expand Down

0 comments on commit 27d2ef3

Please sign in to comment.