Skip to content

Commit

Permalink
POACC-778
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinForsberg-Ecru committed Feb 17, 2025
1 parent c6d111c commit f8d92c3
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 12 deletions.
7 changes: 4 additions & 3 deletions guides/release-notes/v3.0.15.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Release date:: May 2025
** RELEASE NOTES

== Changes to syntax
* Order transaction (T01)
* Order transaction (T01) [MINOR CHANGE TO TRANSACTION VERSION NUMBER]
** Added new codelist to Item CertificateTypeCode (PackagingMarkedLabelAccrediationCode from GS1 GDSN) which can be used in addition to the current NA value. The element was previously fixed to NA as the element was mandatory in UBL.
* Order Change(T114)
** RELEASE NOTES
Expand All @@ -18,14 +18,15 @@ Release date:: May 2025
** RELEASE NOTES
* Order Response transaction Advanced (T116)
** RELEASE NOTES
* Despatch Advice (T16)
** RELEASE NOTES
* Despatch Advice (T16) [MINOR CHANGE TO TRANSACTION VERSION NUMBER]
** New code values for net weight and net volume used for Despatch Advice (T16) line level measurement dimensions. Description of the elements updated accordingly (cbc:AttributeID and cbc:Measure).
* Catalogue transaction (T19)
** RELEASE NOTES
* Punchout transaction (T77)
** RELEASE NOTES

== Changes to code lists and validation artefacts
* New codelist for PackagingMarkedLabelAccrediationCode from GS1 GDSN
* Codelist 66313 (measurement dimensions) updated. Used in Despatch Advice (T16).

== Other
16 changes: 15 additions & 1 deletion structure/codelist/UNCL6313-T16.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@
<Description> The volume unadjusted for factors such as temperature or
gravity.</Description>
</Code>

<Code>
<Id>AAX</Id>
<Name>Net volume</Name>
<Description>
The volume after adjustment for factors such as
temperature or gravity.
</Description>
</Code>
<Code>
<Id>AAL</Id>
<Name>Net Weight</Name>
<Description>
Weight (mass) of goods including any packing normally going with them to a buyer in a retail sale.
</Description>
</Code>

</CodeList>
17 changes: 9 additions & 8 deletions structure/syntax/ubl-despatch-advice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1653,23 +1653,24 @@
<Element>
<Term>cbc:AttributeID</Term>
<Name>Attribute identifier</Name>
<Description>Code to indicate if the measure is gross weight or gross
<Description>Code to indicate if the measure is net/gross weight or net/gross
volume</Description>
<Reference type="CODE_LIST">UNCL6313-T16</Reference>
<Value type="EXAMPLE">AAW</Value>
</Element>
<Element cardinality="0..1">
<Term>cbc:Measure</Term>
<Name>Handling unit gross weight or handling unit gross volume</Name>
<Description>Handling gross weight, including packaging as dispatched by
dispatching party.Handling gross volume, including packaging as
dispatched by dispatching party.</Description>
<Reference type="BUSINESS_TERM">tir16-086tir16-087</Reference>
<Name>Handling unit net/gross weight or handling unit net/gross volume</Name>
<Description>Handling net or gross weight and net or gross volume being despatched in this transport handling unit.</Description>
<Reference type="BUSINESS_TERM">tir16-086 (Gross weight)</Reference>
<Reference type="BUSINESS_TERM">tir16-087 (Gross volume)</Reference>
<Reference type="BUSINESS_TERM">tir16-p057 (Net weight)</Reference>
<Reference type="BUSINESS_TERM">tir16-p058 (Net volume)</Reference>
<Attribute>
<Term>unitCode</Term>
<Name>Handling unit gross weight or volume unit of measure</Name>
<Name>Handling unit net/gross weight or net/volume unit of measure</Name>
<Description>The unit of measure that applies to the handling unit
gross weight or to the handling unit gross volume.</Description>
net/gross weight or to the handling unit net/gross volume.</Description>
<DataType>Code</DataType>
<Reference type="CODE_LIST">UNECERec20</Reference>
<Value type="EXAMPLE">CTN</Value>
Expand Down

0 comments on commit f8d92c3

Please sign in to comment.