From e73201314b967bd53e2080546408fd64639d4747 Mon Sep 17 00:00:00 2001 From: oscarglanzmann Date: Wed, 28 Aug 2024 14:50:38 +0200 Subject: [PATCH 1/3] 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 2/3] 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 449ccbe06f53ca930376d8f7f63677245604ecc2 Mon Sep 17 00:00:00 2001 From: oscarglanzmann Date: Thu, 12 Sep 2024 13:41:12 +0200 Subject: [PATCH 3/3] 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