From e73201314b967bd53e2080546408fd64639d4747 Mon Sep 17 00:00:00 2001 From: oscarglanzmann Date: Wed, 28 Aug 2024 14:50:38 +0200 Subject: [PATCH 01/10] POACC-477 --- structure/syntax/ubl-despatch-advice.xml | 144 +++++++++++++++++++++++ 1 file changed, 144 insertions(+) diff --git a/structure/syntax/ubl-despatch-advice.xml b/structure/syntax/ubl-despatch-advice.xml index 3548cd19..81e7cb11 100644 --- a/structure/syntax/ubl-despatch-advice.xml +++ b/structure/syntax/ubl-despatch-advice.xml @@ -981,6 +981,150 @@ tir16-045 + + cac:DeliveryParty + Delivery party + + cac:PartyIdentification + Party identification + Identification of the delivery party. The party to whom the goods are delivered + + cbc:ID + Delivery party identifier + In this BIS: The identifier of the party that should receive the + ordered items + tir01-101 + + schemeID + Deliver party registration identifier identification scheme + identifier + The identification scheme identifier of the deliverparty + identifier. + ICD + 0002 + + 987654321 + + + + cac:PartyName + Party name + + cbc:Name + Delivery party name + In this + BIS: The name of the party that should receive the delivery + Text + tir01-102 + Surgery department + + + + cac:PostalAddress + Final Delivery address + The final address for the delivery + + cbc:StreetName + Address line 1 + The main address line in a postal address usually the street + name and number. + Text + tir01-p029 + + + cbc:AdditionalStreetName + Address line 2 + An additional address line in a postal address that can be used + to give further details supplementing the main line. Common use are + secondary house number in a complex or in a building. + Text + tir01-p030 + + + cbc:CityName + City + The common name of the city where the postal address is. The + name is written in full rather than as a code. + Text + tir01-p031 + + + cbc:PostalZone + Post code + The identifier for an addressable group of properties according + to the relevant national postal service, such as a ZIP code or Post + Code. + Text + tir01-p032 + + + cbc:CountrySubentity + Country subdivision + For specifying a region, county, state, province etc. within a + country by using text. + Text + tir01-p033 + + + cac:AddressLine + Address line + + cbc:Line + Address line 3 + An additional address line in an address that can be used + to give further details supplementing the main line. + Text + tir01-p034 + Gate 34 + + + + cac:Country + Country + + cbc:IdentificationCode + Country code + A code that identifies the country.The lists of valid + countries are registered with the ISO 3166-1 Maintenance agency, + "Codes for the representation of names of countries and their + subdivisions". Codes must be according to the alpha-2 + representation. + Code + tir01-p035 + ISO3166 + NL + + + + + cac:Contact + Contact information + Contact information for the delivery party + + cbc:Name + Contact person name + The name of the contact person. + Text + tir01-103 + + + cbc:Telephone + Contact telephone number + A phone number for the contact person. If the person has a + direct number, this is that number. + Text + tir01-104 + + + cbc:ElectronicMail + Contact email address + The e-mail address for the contact person. If the person has a + direct e-mail this is that email. + Text + tir01-106 + + + cac:Despatch Actual or expected despatch period From ccad394a31976f1a9636b420b1c7c62473dc8760 Mon Sep 17 00:00:00 2001 From: oscarglanzmann Date: Thu, 29 Aug 2024 19:32:22 +0200 Subject: [PATCH 02/10] POACC-477 --- guides/profiles/30-despatchadvice/principles/parties.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guides/profiles/30-despatchadvice/principles/parties.adoc b/guides/profiles/30-despatchadvice/principles/parties.adoc index 5bc1a3ca..5fb90a71 100644 --- a/guides/profiles/30-despatchadvice/principles/parties.adoc +++ b/guides/profiles/30-despatchadvice/principles/parties.adoc @@ -56,6 +56,10 @@ a| *(UBL:OriginatorCustomerParty)* |The party who will eventually receive and consume the goods and on whose behalf the buyer makes the purchase. + +*Delivery party* +*(cac:Delivery/cac:DeliveryParty)* + |A unit to where the consignee forwards the goods. A final delivery point. |==== The diagram below shows the roles in the fulfillment process. From 50e9a3bc70fca91cdada19d2665be5de698b56a3 Mon Sep 17 00:00:00 2001 From: MartinForsberg-Ecru Date: Mon, 2 Sep 2024 19:34:24 +0200 Subject: [PATCH 03/10] POACC-760 --- project.xml | 6 ++++++ .../TransportHandlingUnitIDschemeID.xml | 21 +++++++++++++++++++ structure/syntax/ubl-despatch-advice.xml | 2 ++ 3 files changed, 29 insertions(+) create mode 100644 structure/codelist/TransportHandlingUnitIDschemeID.xml diff --git a/project.xml b/project.xml index 1644e476..6f645e8b 100644 --- a/project.xml +++ b/project.xml @@ -302,6 +302,12 @@ CodeList-1 structure/codelist/StatusReason.xml + + CodeList-1 + structure/codelist/TransportHandlingUnitIDschemeID.xml + + + native:File diff --git a/structure/codelist/TransportHandlingUnitIDschemeID.xml b/structure/codelist/TransportHandlingUnitIDschemeID.xml new file mode 100644 index 00000000..486f1028 --- /dev/null +++ b/structure/codelist/TransportHandlingUnitIDschemeID.xml @@ -0,0 +1,21 @@ + + + + Transport Handling Unit ID scheme(openPEPPOL) + TransportHandlingUnitIDschemID + 1.0 + OpenPEPPOL + OpenPEPPOL + + + SSCC + Serial Shipping Container Code + Code used to identify a logistic unit + + + ZZZ + Mutually defined + Identifier scheme which is mutually defined by the trading partners + + + \ No newline at end of file diff --git a/structure/syntax/ubl-despatch-advice.xml b/structure/syntax/ubl-despatch-advice.xml index 3548cd19..3e589b29 100644 --- a/structure/syntax/ubl-despatch-advice.xml +++ b/structure/syntax/ubl-despatch-advice.xml @@ -1447,6 +1447,8 @@ Handling unit identifier Identifies the transport handling unit. tir16-061 + TransportHandlingUnitIDschemID + SSCC cbc:TransportHandlingUnitTypeCode From 1940197249baa9dc534bc7a7b5e263b96c2f79ca Mon Sep 17 00:00:00 2001 From: MartinForsberg-Ecru Date: Mon, 2 Sep 2024 19:40:48 +0200 Subject: [PATCH 04/10] Quick-fix of release notes --- guides/release-notes/v3.0.14.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/release-notes/v3.0.14.adoc b/guides/release-notes/v3.0.14.adoc index a16905b7..40022862 100644 --- a/guides/release-notes/v3.0.14.adoc +++ b/guides/release-notes/v3.0.14.adoc @@ -15,6 +15,6 @@ Release date:: November 2024 * Catalogue transaction (T19) == Changes to code lists and validation artefacts - +* Added new codelist with code values SSCC (Serial Shipping Container Code) and ZZZ (Mutually defined) to the optional attribute that indicates the type/scheme for Transport handling unit identifier (in Despatch Advice) == Other From 37f5ce2d370df897419d46e526022f04603d4a00 Mon Sep 17 00:00:00 2001 From: MartinForsberg-Ecru Date: Mon, 2 Sep 2024 19:48:24 +0200 Subject: [PATCH 05/10] Corrected syntax report --- structure/syntax/ubl-despatch-advice.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/structure/syntax/ubl-despatch-advice.xml b/structure/syntax/ubl-despatch-advice.xml index 3e589b29..c30e3841 100644 --- a/structure/syntax/ubl-despatch-advice.xml +++ b/structure/syntax/ubl-despatch-advice.xml @@ -1447,8 +1447,15 @@ Handling unit identifier Identifies the transport handling unit. tir16-061 - TransportHandlingUnitIDschemID - SSCC + 173500538500000016 + + schemeID + Scheme identifier + Scheme identifier for the handling unit identifier + TransportHandlingUnitIDschemID + SSCC + + cbc:TransportHandlingUnitTypeCode From c53c41284ead68f0c111b2a72e3b99d7161f5201 Mon Sep 17 00:00:00 2001 From: MartinForsberg-Ecru Date: Tue, 3 Sep 2024 10:01:16 +0200 Subject: [PATCH 06/10] new attribute set to optional --- structure/syntax/ubl-despatch-advice.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/structure/syntax/ubl-despatch-advice.xml b/structure/syntax/ubl-despatch-advice.xml index c30e3841..050ea9ea 100644 --- a/structure/syntax/ubl-despatch-advice.xml +++ b/structure/syntax/ubl-despatch-advice.xml @@ -1448,13 +1448,13 @@ Identifies the transport handling unit. tir16-061 173500538500000016 - + schemeID Scheme identifier Scheme identifier for the handling unit identifier TransportHandlingUnitIDschemID SSCC - + From 19e94eb13537d7760b9de32553e94af90d3098a8 Mon Sep 17 00:00:00 2001 From: MartinForsberg-Ecru Date: Wed, 11 Sep 2024 11:24:26 +0200 Subject: [PATCH 07/10] POAC-767 updated release notes --- guides/release-notes/v3.0.14.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/guides/release-notes/v3.0.14.adoc b/guides/release-notes/v3.0.14.adoc index 40022862..65ebb685 100644 --- a/guides/release-notes/v3.0.14.adoc +++ b/guides/release-notes/v3.0.14.adoc @@ -5,7 +5,9 @@ Release date:: November 2024 == BIS documentation * BIS Catalogue -** Added and sample file and use case which describes consignment orders and vendor-managed inventory for Order Only and Ordering BIS. + +* BIS Ordering and Order Only +** Added and sample file and use case which describes consignment orders and vendor-managed inventory == Changes to syntax From 94aa48ffc96451161d7016200336bd65528cbb6f Mon Sep 17 00:00:00 2001 From: MartinForsberg-Ecru Date: Wed, 11 Sep 2024 11:30:48 +0200 Subject: [PATCH 08/10] editorial --- guides/release-notes/v3.0.14.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/release-notes/v3.0.14.adoc b/guides/release-notes/v3.0.14.adoc index 65ebb685..223cd444 100644 --- a/guides/release-notes/v3.0.14.adoc +++ b/guides/release-notes/v3.0.14.adoc @@ -7,7 +7,7 @@ Release date:: November 2024 * BIS Catalogue * BIS Ordering and Order Only -** Added and sample file and use case which describes consignment orders and vendor-managed inventory +** Added sample file and use case which describes consignment orders and vendor-managed inventory == Changes to syntax From 89117c5272e83a6880fd65558c70b465270e29b4 Mon Sep 17 00:00:00 2001 From: MartinForsberg-Ecru Date: Wed, 11 Sep 2024 11:46:20 +0200 Subject: [PATCH 09/10] POACC-760 improved release notes --- guides/release-notes/v3.0.14.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guides/release-notes/v3.0.14.adoc b/guides/release-notes/v3.0.14.adoc index 223cd444..02c0c415 100644 --- a/guides/release-notes/v3.0.14.adoc +++ b/guides/release-notes/v3.0.14.adoc @@ -14,6 +14,8 @@ Release date:: November 2024 * Order transaction (T01) * Order Response transaction (T76) * Order Response transaction Advanced (T116) +* Despatch Advice (T16) +** Optional attribute added to indicate the scheme of the Transport Handling Unit identifier. * Catalogue transaction (T19) == Changes to code lists and validation artefacts From 449ccbe06f53ca930376d8f7f63677245604ecc2 Mon Sep 17 00:00:00 2001 From: oscarglanzmann Date: Thu, 12 Sep 2024 13:41:12 +0200 Subject: [PATCH 10/10] POACC-477 --- guides/release-notes/v3.0.14.adoc | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 guides/release-notes/v3.0.14.adoc diff --git a/guides/release-notes/v3.0.14.adoc b/guides/release-notes/v3.0.14.adoc new file mode 100644 index 00000000..e908b703 --- /dev/null +++ b/guides/release-notes/v3.0.14.adoc @@ -0,0 +1,27 @@ += Version 3.0.14 +[horizontal] +Release date:: November 2024 + +== BIS documentation + +* BIS Catalogue + +* BIS Ordering and Order Only +** Added sample file and use case which describes consignment orders and vendor-managed inventory + +* BIS Despatch Advice +** Optional party Delivery Party added to align with Order. + +== Changes to syntax +* Order transaction (T01) +* Order Response transaction (T76) +* Order Response transaction Advanced (T116) +* Despatch Advice (T16) +** Optional attribute added to indicate the scheme of the Transport Handling Unit identifier. +** Optional element group Delivery Party added. +* Catalogue transaction (T19) + +== Changes to code lists and validation artefacts +* Added new codelist with code values SSCC (Serial Shipping Container Code) and ZZZ (Mutually defined) to the optional attribute that indicates the type/scheme for Transport handling unit identifier (in Despatch Advice) + +== Other