From 258840a8dd1d8fc826be4cf19b8f3ef55bcfe4e8 Mon Sep 17 00:00:00 2001 From: Martin Forsberg Date: Thu, 9 Jun 2022 10:23:19 +0200 Subject: [PATCH 01/45] Fixed category codes [POACC-511] and added release notes --- guides/release-notes/main.adoc | 2 ++ guides/release-notes/v3.0.10.adoc | 12 ++++++++++++ structure/syntax/ubl-catalogue.xml | 1 - structure/syntax/ubl-order-response.xml | 1 - structure/syntax/ubl-order.xml | 2 -- structure/syntax/ubl-orderagreement.xml | 3 --- structure/syntax/ubl-shoppingcart.xml | 1 - 7 files changed, 14 insertions(+), 8 deletions(-) create mode 100644 guides/release-notes/v3.0.10.adoc diff --git a/guides/release-notes/main.adoc b/guides/release-notes/main.adoc index a1300085..b3ae3190 100644 --- a/guides/release-notes/main.adoc +++ b/guides/release-notes/main.adoc @@ -14,6 +14,8 @@ IMPORTANT: Changes in code lists are also reflected by changes in the validation :leveloffset: +1 +include::v3.0.10.adoc[] + include::v3.0.9.adoc[] include::v3.0.8.adoc[] diff --git a/guides/release-notes/v3.0.10.adoc b/guides/release-notes/v3.0.10.adoc new file mode 100644 index 00000000..a46dcdfa --- /dev/null +++ b/guides/release-notes/v3.0.10.adoc @@ -0,0 +1,12 @@ += Version 3.0.10 +[horizontal] +Release date:: 2022-11- + +== Changes to code lists and validation artefacts + +* Validation of code values for Tax Category codes are removed to allow for non-EU categories. In previous release (3.0.4), the TaxScheme/ID was generalized to allow for other schemes than VAT but also that category code should have been generalized. This release addresses this shortcoming (with a consequence that category code isn't validated). The change affects the following transactions: +** Order transaction (T01) +** Order Response transaction (T76) +** Catalogue transaction (T19) +** Order Agreement transaction (T110) +** Punch Out transaction (T77) diff --git a/structure/syntax/ubl-catalogue.xml b/structure/syntax/ubl-catalogue.xml index 124b25ed..b39ac040 100644 --- a/structure/syntax/ubl-catalogue.xml +++ b/structure/syntax/ubl-catalogue.xml @@ -1661,7 +1661,6 @@ Code tir19-094 - UNCL5305 S diff --git a/structure/syntax/ubl-order-response.xml b/structure/syntax/ubl-order-response.xml index b1aef473..906d0870 100644 --- a/structure/syntax/ubl-order-response.xml +++ b/structure/syntax/ubl-order-response.xml @@ -567,7 +567,6 @@ Code tir76-150 - UNCL5305 S diff --git a/structure/syntax/ubl-order.xml b/structure/syntax/ubl-order.xml index 2c416e19..4eecf4ea 100644 --- a/structure/syntax/ubl-order.xml +++ b/structure/syntax/ubl-order.xml @@ -1465,7 +1465,6 @@ The TAX category code that applies to the document level allowance or charge. Code - UNCL5305 tir01-p011 S @@ -2155,7 +2154,6 @@ The TAX category code for the item. Code tir01-150 - UNCL5305 S diff --git a/structure/syntax/ubl-orderagreement.xml b/structure/syntax/ubl-orderagreement.xml index 92addfb0..64b93520 100644 --- a/structure/syntax/ubl-orderagreement.xml +++ b/structure/syntax/ubl-orderagreement.xml @@ -961,7 +961,6 @@ Document level allowance or charge TAX category code A coded identification of what TAX category applies to the document level allowance or charge. Code - UNCL5305 S @@ -1054,7 +1053,6 @@ Coded identification of a TAX category. Code OP-110-005 - UNCL5305 S @@ -1637,7 +1635,6 @@ The TAX category code for the item. Code tir110-106 - UNCL5305 S diff --git a/structure/syntax/ubl-shoppingcart.xml b/structure/syntax/ubl-shoppingcart.xml index 9ae50e8d..43894cbf 100644 --- a/structure/syntax/ubl-shoppingcart.xml +++ b/structure/syntax/ubl-shoppingcart.xml @@ -684,7 +684,6 @@ Code tir77-034 - UNCL5305 Z From 5bbf7e997c1385914c2edf5e5f27e2bf786ed3e8 Mon Sep 17 00:00:00 2001 From: Martin Forsberg Date: Fri, 19 Aug 2022 11:55:14 +0200 Subject: [PATCH 02/45] POACC-493 - Added SalesOrderLineID for DespatchAdvice --- guides/release-notes/v3.0.10.adoc | 3 +++ .../DespatchAdvice-BIS3_UseCase5.xml | 1 + structure/syntax/ubl-despatch-advice.xml | 10 ++++++++++ 3 files changed, 14 insertions(+) diff --git a/guides/release-notes/v3.0.10.adoc b/guides/release-notes/v3.0.10.adoc index a46dcdfa..af29f99e 100644 --- a/guides/release-notes/v3.0.10.adoc +++ b/guides/release-notes/v3.0.10.adoc @@ -2,6 +2,9 @@ [horizontal] Release date:: 2022-11- +== Changes to syntax +* Despatch Advice transaction (T16) - Reference to Sales Order Line number is added as an optional business term on Despatch advice line. + == Changes to code lists and validation artefacts * Validation of code values for Tax Category codes are removed to allow for non-EU categories. In previous release (3.0.4), the TaxScheme/ID was generalized to allow for other schemes than VAT but also that category code should have been generalized. This release addresses this shortcoming (with a consequence that category code isn't validated). The change affects the following transactions: diff --git a/rules/examples/Despatch Advice use cases/DespatchAdvice-BIS3_UseCase5.xml b/rules/examples/Despatch Advice use cases/DespatchAdvice-BIS3_UseCase5.xml index 1483e6b5..fadb202e 100644 --- a/rules/examples/Despatch Advice use cases/DespatchAdvice-BIS3_UseCase5.xml +++ b/rules/examples/Despatch Advice use cases/DespatchAdvice-BIS3_UseCase5.xml @@ -137,6 +137,7 @@ 23 1 + 10 4321 diff --git a/structure/syntax/ubl-despatch-advice.xml b/structure/syntax/ubl-despatch-advice.xml index 9ffecf09..6f4d2618 100644 --- a/structure/syntax/ubl-despatch-advice.xml +++ b/structure/syntax/ubl-despatch-advice.xml @@ -1055,6 +1055,16 @@ To uniquely identify the line of the order that is being despatched. tir16-051 + 1 + + + cbc:SalesOrderLineID + Sales Order Line number. + To uniquely identify the line of the sales order that is being + despatched. + + tir16-p047 + 10 cac:OrderReference From 51a53597efad7b1e2b269edb9557f91f24418ff5 Mon Sep 17 00:00:00 2001 From: Martin Forsberg Date: Mon, 22 Aug 2022 12:16:01 +0200 Subject: [PATCH 03/45] Added CommidityClassification on line level in despatch advice [POACC-480] --- structure/syntax/ubl-despatch-advice.xml | 38 ++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/structure/syntax/ubl-despatch-advice.xml b/structure/syntax/ubl-despatch-advice.xml index 6f4d2618..ecec158e 100644 --- a/structure/syntax/ubl-despatch-advice.xml +++ b/structure/syntax/ubl-despatch-advice.xml @@ -1154,6 +1154,44 @@ tir16-056 + + cac:CommodityClassification + Commodity classification information + + cbc:ItemClassificationCode + Item classification code + A code for classifying the item by its type or nature. + Classification codes are used to allow grouping of similar items for + a various purposes e.g. public procurement (CPV), e-Commerce + (UNSPSC) etc. + Code + tir16-p048 + + listID + Item classification identifier identification scheme + identifier + The identification scheme identifier of the Item + classification identifier + UNCL7143 + STI + + + listVersionID + Item classification identifier version identification scheme + identifier + The identification scheme version identifier of the + Item classification identifier + 20.0602 + + + name + Clear text name equivalent of classification code + The textual equivalent of the code value + Office furniture + + 9873242 + + cac:HazardousItem Hazardous item information From a5d4d747c1bf5a674d2e8e7e231c9b1092190a80 Mon Sep 17 00:00:00 2001 From: Martin Forsberg Date: Mon, 22 Aug 2022 12:20:50 +0200 Subject: [PATCH 04/45] Updated release notes for commodity code (despatch advice) --- guides/release-notes/v3.0.10.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/guides/release-notes/v3.0.10.adoc b/guides/release-notes/v3.0.10.adoc index af29f99e..ec2a681d 100644 --- a/guides/release-notes/v3.0.10.adoc +++ b/guides/release-notes/v3.0.10.adoc @@ -4,6 +4,7 @@ Release date:: 2022-11- == Changes to syntax * Despatch Advice transaction (T16) - Reference to Sales Order Line number is added as an optional business term on Despatch advice line. +* Despatch Advice transaction (T16) - CommodityClassification code added as an optional business term on Despatch advice line. == Changes to code lists and validation artefacts From f951439495d57436f70903ffc8f2467e0c37af19 Mon Sep 17 00:00:00 2001 From: Georg Date: Mon, 22 Aug 2022 14:05:09 +0000 Subject: [PATCH 05/45] Added order type codes POACC-443 --- guides/release-notes/v3.0.10.adoc | 1 + structure/codelist/UNCL1001_T01.xml | 22 +++++++++++++++++----- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/guides/release-notes/v3.0.10.adoc b/guides/release-notes/v3.0.10.adoc index ec2a681d..244ea644 100644 --- a/guides/release-notes/v3.0.10.adoc +++ b/guides/release-notes/v3.0.10.adoc @@ -14,3 +14,4 @@ Release date:: 2022-11- ** Catalogue transaction (T19) ** Order Agreement transaction (T110) ** Punch Out transaction (T77) +* Added DocumentType codes for Order transactions (T01) to allow for blanket orders (code 221) and Call-off (code 226). Applies in BIS specifications Order Only and Ordering. \ No newline at end of file diff --git a/structure/codelist/UNCL1001_T01.xml b/structure/codelist/UNCL1001_T01.xml index 72f56828..a1130abb 100644 --- a/structure/codelist/UNCL1001_T01.xml +++ b/structure/codelist/UNCL1001_T01.xml @@ -7,8 +7,7 @@ UN/CEFACT openPEPPOL - - + 220 Order Document/message by means of which a buyer initiates a @@ -17,12 +16,25 @@ out in an offer, or otherwise known to the buyer. - + + + 221 + Blanket order + Usage of document/message for general order purposes with later split into quantities and delivery dates and maybe delivery locations. + + + + + 226 + Call off order + Document/message to provide split quantities and delivery dates referring to a previous blanket order. + + + 227 Consignment order - Order to deliver goods into stock with agreement on - payment when goods are sold out of this stock. + Order to deliver goods into stock with agreement on payment when goods are sold out of this stock. From b29797e6fd1258f3c3fd7f793abfb8471431be8e Mon Sep 17 00:00:00 2001 From: Martin Forsberg Date: Mon, 22 Aug 2022 16:37:55 +0200 Subject: [PATCH 06/45] [POACC-476] --- guides/release-notes/v3.0.10.adoc | 6 +- structure/syntax/ubl-despatch-advice.xml | 79 ++++++++++++++++++++++++ 2 files changed, 83 insertions(+), 2 deletions(-) diff --git a/guides/release-notes/v3.0.10.adoc b/guides/release-notes/v3.0.10.adoc index ec2a681d..8df12436 100644 --- a/guides/release-notes/v3.0.10.adoc +++ b/guides/release-notes/v3.0.10.adoc @@ -3,8 +3,10 @@ Release date:: 2022-11- == Changes to syntax -* Despatch Advice transaction (T16) - Reference to Sales Order Line number is added as an optional business term on Despatch advice line. -* Despatch Advice transaction (T16) - CommodityClassification code added as an optional business term on Despatch advice line. +* Despatch Advice transaction (T16) +** Reference to Sales Order Line number is added as an optional business term on Despatch advice line. +** Commodity Classification code added as an optional business term on Despatch advice line. +** Additional Document reference (incl business terms for attachments) added on header level. Business terms for Document references (no attachments) also added on line level. == Changes to code lists and validation artefacts diff --git a/structure/syntax/ubl-despatch-advice.xml b/structure/syntax/ubl-despatch-advice.xml index ecec158e..043f9e88 100644 --- a/structure/syntax/ubl-despatch-advice.xml +++ b/structure/syntax/ubl-despatch-advice.xml @@ -73,6 +73,66 @@ tir16-006 + + cac:AdditionalDocumentReference + Additional documents + + cbc:ID + Document identifier + An identifier for the referenced document. + tir16-p049 + doc-34 + + + cbc:DocumentType + Document description + Textual description of the document. + Text + tir16-p050 + Timesheet + + + cac:Attachment + Attachment(s) + + cbc:EmbeddedDocumentBinaryObject + Attached document + The attached document embeded as binary object, coded as Base64. + The binary object has two supplementary components: a Mime Code, which specifies the Mime type of the attachment and a Filename that is provided by (or on behalf of) the sender of the document + Binary object + tir16-p051 + + mimeCode + Attached document Mime code + The mime code of the attached document. + MimeCode + application/vnd.openxmlformats-officedocument.spreadsheetml.sheet + + + filename + Attached document filename + The file name of the attached document + Hours-spent.xlsx + + QklTIE9yZGVyIEFncmVlbWVudCAtIDQyQQ== + + + cac:ExternalReference + External reference + Reference to external document + + cbc:URI + External document URI + The Uniform Resource Identifier (URI) that identifies where the + external document is located. + Text + tir16-p052 + http://www.example.com/image.jpg + + + + + cac:DespatchSupplierParty Despatching party information @@ -1079,6 +1139,25 @@ + + cac:DocumentReference + Document reference + + cbc:ID + Document identifier + An identifier for the referenced document. + tir16-p053 + doc-30 + + + cbc:DocumentType + Document description + Textual description of the document. + Text + tir16-p054 + Weight statement + + cac:Item Item information From 7f279d43b603379b21cf3ecd28a7004394e83c2e Mon Sep 17 00:00:00 2001 From: Martin Forsberg Date: Mon, 22 Aug 2022 16:40:52 +0200 Subject: [PATCH 07/45] merge issue --- guides/release-notes/v3.0.10.adoc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/guides/release-notes/v3.0.10.adoc b/guides/release-notes/v3.0.10.adoc index 8df12436..244ea644 100644 --- a/guides/release-notes/v3.0.10.adoc +++ b/guides/release-notes/v3.0.10.adoc @@ -3,10 +3,8 @@ Release date:: 2022-11- == Changes to syntax -* Despatch Advice transaction (T16) -** Reference to Sales Order Line number is added as an optional business term on Despatch advice line. -** Commodity Classification code added as an optional business term on Despatch advice line. -** Additional Document reference (incl business terms for attachments) added on header level. Business terms for Document references (no attachments) also added on line level. +* Despatch Advice transaction (T16) - Reference to Sales Order Line number is added as an optional business term on Despatch advice line. +* Despatch Advice transaction (T16) - CommodityClassification code added as an optional business term on Despatch advice line. == Changes to code lists and validation artefacts @@ -16,3 +14,4 @@ Release date:: 2022-11- ** Catalogue transaction (T19) ** Order Agreement transaction (T110) ** Punch Out transaction (T77) +* Added DocumentType codes for Order transactions (T01) to allow for blanket orders (code 221) and Call-off (code 226). Applies in BIS specifications Order Only and Ordering. \ No newline at end of file From 45d90978fb2f92e53400e7ce733bda4bf13ce362 Mon Sep 17 00:00:00 2001 From: Martin Forsberg Date: Mon, 22 Aug 2022 16:42:07 +0200 Subject: [PATCH 08/45] merge issue 2 --- guides/release-notes/v3.0.10.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/guides/release-notes/v3.0.10.adoc b/guides/release-notes/v3.0.10.adoc index 244ea644..d2e06614 100644 --- a/guides/release-notes/v3.0.10.adoc +++ b/guides/release-notes/v3.0.10.adoc @@ -3,8 +3,10 @@ Release date:: 2022-11- == Changes to syntax -* Despatch Advice transaction (T16) - Reference to Sales Order Line number is added as an optional business term on Despatch advice line. -* Despatch Advice transaction (T16) - CommodityClassification code added as an optional business term on Despatch advice line. +* Despatch Advice transaction (T16) +** Reference to Sales Order Line number is added as an optional business term on Despatch advice line. +** Commodity Classification code added as an optional business term on Despatch advice line. +** Additional Document reference (incl business terms for attachments) added on header level. Business terms for Document references (no attachments) also added on line level. == Changes to code lists and validation artefacts From ac1a6251db5ce0156b76bcda97b7f7ba4fadd395 Mon Sep 17 00:00:00 2001 From: Martin Forsberg Date: Mon, 22 Aug 2022 16:58:20 +0200 Subject: [PATCH 09/45] Despath advice carrier party identifier [POACC-436] --- guides/release-notes/v3.0.10.adoc | 3 ++- structure/syntax/ubl-despatch-advice.xml | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/guides/release-notes/v3.0.10.adoc b/guides/release-notes/v3.0.10.adoc index d2e06614..2dbd29de 100644 --- a/guides/release-notes/v3.0.10.adoc +++ b/guides/release-notes/v3.0.10.adoc @@ -6,7 +6,8 @@ Release date:: 2022-11- * Despatch Advice transaction (T16) ** Reference to Sales Order Line number is added as an optional business term on Despatch advice line. ** Commodity Classification code added as an optional business term on Despatch advice line. -** Additional Document reference (incl business terms for attachments) added on header level. Business terms for Document references (no attachments) also added on line level. +** Optional additional Document reference (incl business terms for attachments) added on header level. Optional business terms for Document references (no attachments) also added on line level. +** Optional business term for Carrier Party Identification added to the Carrier Party information. == Changes to code lists and validation artefacts diff --git a/structure/syntax/ubl-despatch-advice.xml b/structure/syntax/ubl-despatch-advice.xml index 043f9e88..5d992118 100644 --- a/structure/syntax/ubl-despatch-advice.xml +++ b/structure/syntax/ubl-despatch-advice.xml @@ -879,6 +879,25 @@ cac:CarrierParty Carrier party + + cac:PartyIdentification + Party identification + + cbc:ID + Carrier party identifier + The carrier party identifier. + Identifier + tir16-p055 + + schemeID + Scheme identifier + Scheme identifier for party identification + ICD + 0007 + + 5533221100 + + cac:PartyName Party name From 44d531a42cbefb557ca1301514a462908d755ddc Mon Sep 17 00:00:00 2001 From: Martin Forsberg Date: Mon, 22 Aug 2022 17:20:09 +0200 Subject: [PATCH 10/45] Example file included with new business terms --- .../DespatchAdvice-BIS3_UseCase5.xml | 630 +++++++++--------- 1 file changed, 322 insertions(+), 308 deletions(-) diff --git a/rules/examples/Despatch Advice use cases/DespatchAdvice-BIS3_UseCase5.xml b/rules/examples/Despatch Advice use cases/DespatchAdvice-BIS3_UseCase5.xml index fadb202e..896348ff 100644 --- a/rules/examples/Despatch Advice use cases/DespatchAdvice-BIS3_UseCase5.xml +++ b/rules/examples/Despatch Advice use cases/DespatchAdvice-BIS3_UseCase5.xml @@ -1,310 +1,324 @@ - urn:fdc:peppol.eu:poacc:trns:despatch_advice:3 - urn:fdc:peppol.eu:poacc:bis:despatch_advice:3 - 1234 - 2019-03-15 - 08:00:00 - Use Case 5 Demonstrates the use of most of the existing terms available in the Despatch advice message - - 4321 - - - - 7385000000124 - - 7385000000124 - - - - Sellerstreet - Sstaden - 12355 - - SE - - - - Consortial - - - John - 123456789 - John@Sseler.se - - - - - - 7398000000124 - - 7390000435951 - - - - Leveransgatan 1 - Lastkaj 2 - Kstaden - 12345 - - Lastkajen - - - SE - - - - IYT Corporation - - - - Tony Erwing - 01272653214 - tony@buyer.se - - - - - - 7390000400003 - - - Köparen - - - Köpargatan 1 - Hus A - Kstaden - 12345 - - SE - - - - - - - - 7390000435968 - - - Godsmottagaren - - - Leveransgatan 1 - Avdelning 2 - Kstaden - 12345 - - Rum 7 - - - SE - - - - - - 57098761234567890 - Free text information relating to the Shipment - 20 - 0.5 - - 570987698767654567898767876765 - - - Danske post - - - - - 1178298510DK - - 2019-03-15 - 08:00:00 - 2019-03-16 - 12:00:00 - - - - - 1 - Free text information relating to the despatch line - 23 - - 1 - 10 - - 4321 - - - - Item123 - - 07311100000047 - 123 - - - OR250RHZ444 - - 898A123 - 2021-07-01 - - - - - NA - - 173111000000000013 - BX - - AAB - 7.00 - - - - - - 2 - Free text information relating to the despatch line - 6 - - 2 - - 4321 - - - - Item456 - - 010120402 - 123 - - - 2019-05-01 - - - - NA - - 173111000000000013 - PA - - AAB - 5.00 - - - - - - 3A - Free text information relating to the despatch line - 3.0 - - 3 - - 4321 - - - - Item789 - - 010120403 - - - 2021-04-15 - - - - NA - - 173111000000000020 - CT - - AAB - 3.1 - - - - - - 3B - Free text information relating to the despatch line - 0.975 - - 3 - - 4321 - - - - Item789 - - 010120403 - - - 2021-04-25 - - - - NA - - 173111000000000037 - CT - - AAB - 1.0 - - - - - - 4 - Free text information relating to the despatch line - 3 - - 5 - - 4321 - - - - Item987 - - 7611104117059 - - - ADR - 2.3 - - - OR250RHZ4464 - - 898A129 - - - - OR250RHZ445 - - - OR250RHZ446 - - - - NA - - 173111000000000044 - PA - true - - AAB - 3.60 - - - - - + urn:fdc:peppol.eu:poacc:trns:despatch_advice:3 + urn:fdc:peppol.eu:poacc:bis:despatch_advice:3 + 1234 + 2019-03-15 + 08:00:00 + Use Case 5 Demonstrates the use of most of the existing terms available in the Despatch advice message + + 4321 + + + doc-34 + Timesheet + + QklTIE9yZGVyIEFncmVlbWVudCAtIDQyQQ== + + http://www.example.com/image.jpg + + + + + + 7385000000124 + + 7385000000124 + + + Sellerstreet + Sstaden + 12355 + + SE + + + + Consortial + + + John + 123456789 + John@Sseler.se + + + + + + 7398000000124 + + 7390000435951 + + + Leveransgatan 1 + Lastkaj 2 + Kstaden + 12345 + + Lastkajen + + + SE + + + + IYT Corporation + + + + Tony Erwing + 01272653214 + tony@buyer.se + + + + + + 7390000400003 + + + Köparen + + + Köpargatan 1 + Hus A + Kstaden + 12345 + + SE + + + + + + + + 7390000435968 + + + Godsmottagaren + + + Leveransgatan 1 + Avdelning 2 + Kstaden + 12345 + + Rum 7 + + + SE + + + + + + 57098761234567890 + Free text information relating to the Shipment + 20 + 0.5 + + 570987698767654567898767876765 + + + 5533221100 + + + Danske post + + + + + 1178298510DK + + 2019-03-15 + 08:00:00 + 2019-03-16 + 12:00:00 + + + + + 1 + Free text information relating to the despatch line + 23 + + 1 + 10 + + 4321 + + + + doc-30 + Weight statement + + + Item123 + + 07311100000047 + 123 + + + 9873242 + + + OR250RHZ444 + + 898A123 + 2021-07-01 + + + + + NA + + 173111000000000013 + BX + + AAB + 7.00 + + + + + + 2 + Free text information relating to the despatch line + 6 + + 2 + + 4321 + + + + Item456 + + 010120402 + 123 + + + 2019-05-01 + + + + NA + + 173111000000000013 + PA + + AAB + 5.00 + + + + + + 3A + Free text information relating to the despatch line + 3.0 + + 3 + + 4321 + + + + Item789 + + 010120403 + + + 2021-04-15 + + + + NA + + 173111000000000020 + CT + + AAB + 3.1 + + + + + + 3B + Free text information relating to the despatch line + 0.975 + + 3 + + 4321 + + + + Item789 + + 010120403 + + + 2021-04-25 + + + + NA + + 173111000000000037 + CT + + AAB + 1.0 + + + + + + 4 + Free text information relating to the despatch line + 3 + + 5 + + 4321 + + + + Item987 + + 7611104117059 + + + ADR + 2.3 + + + OR250RHZ4464 + + 898A129 + + + + OR250RHZ445 + + + OR250RHZ446 + + + + NA + + 173111000000000044 + PA + true + + AAB + 3.60 + + + + + \ No newline at end of file From f586b7fc3748376db51119b92784e1835be752b8 Mon Sep 17 00:00:00 2001 From: Georg Date: Mon, 22 Aug 2022 15:29:34 +0000 Subject: [PATCH 11/45] Added time to delivery period POACC-435 --- guides/release-notes/v3.0.10.adoc | 3 +++ rules/examples/OrderResponse_Example.xml | 2 ++ rules/examples/Order_Example.xml | 2 ++ structure/syntax/ubl-order-response.xml | 16 ++++++++++++++++ structure/syntax/ubl-order.xml | 16 ++++++++++++++++ 5 files changed, 39 insertions(+) diff --git a/guides/release-notes/v3.0.10.adoc b/guides/release-notes/v3.0.10.adoc index 2dbd29de..97282731 100644 --- a/guides/release-notes/v3.0.10.adoc +++ b/guides/release-notes/v3.0.10.adoc @@ -8,6 +8,9 @@ Release date:: 2022-11- ** Commodity Classification code added as an optional business term on Despatch advice line. ** Optional additional Document reference (incl business terms for attachments) added on header level. Optional business terms for Document references (no attachments) also added on line level. ** Optional business term for Carrier Party Identification added to the Carrier Party information. +* Order transaction (T01) +** New business terms for RequestedDeliveryPeriod, Start time (tir01-p042) and End time (tir01-p043). Example updated. +** New business terms for PromisedDeliveryPeriod, Start time (tir01-p042) and End time (tir01-p043). Added to example. == Changes to code lists and validation artefacts diff --git a/rules/examples/OrderResponse_Example.xml b/rules/examples/OrderResponse_Example.xml index b683e2a5..1494c23c 100644 --- a/rules/examples/OrderResponse_Example.xml +++ b/rules/examples/OrderResponse_Example.xml @@ -41,7 +41,9 @@ 2013-07-15 + 12:30:00 2013-07-16 + 18:00:00 diff --git a/rules/examples/Order_Example.xml b/rules/examples/Order_Example.xml index a497d79d..cf0706ee 100644 --- a/rules/examples/Order_Example.xml +++ b/rules/examples/Order_Example.xml @@ -204,7 +204,9 @@ 2012-10-10 + 12:30:00 2012-10-20 + 18:00:00 diff --git a/structure/syntax/ubl-order-response.xml b/structure/syntax/ubl-order-response.xml index 906d0870..6c43739a 100644 --- a/structure/syntax/ubl-order-response.xml +++ b/structure/syntax/ubl-order-response.xml @@ -257,6 +257,14 @@ PEPPOL-T76-R004 2018-06-01 + + cbc:StartTime + Period start time + The time at which this period begins. Format = "hh:mm:ss" + Date + tir76-p010 + 12:30:00 + cbc:EndDate Period end date @@ -267,6 +275,14 @@ PEPPOL-T76-R004 2018-06-30 + + cbc:EndTime + Period end time + The time at which this period end. Format = "hh:mm:ss" + Date + tir76-p011 + 18:00:00 + diff --git a/structure/syntax/ubl-order.xml b/structure/syntax/ubl-order.xml index 4eecf4ea..f1c09a6a 100644 --- a/structure/syntax/ubl-order.xml +++ b/structure/syntax/ubl-order.xml @@ -1147,6 +1147,14 @@ Date tir01-099 + + cbc:StartTime + Period start time + The time at which this period begins. Format = "hh:mm:ss" + Date + tir01-p042 + 12:30:00 + cbc:EndDate Period end date @@ -1155,6 +1163,14 @@ Date tir01-100 + + cbc:EndTime + Period end time + The time at which this period end. Format = "hh:mm:ss" + Date + tir01-p043 + 18:00:00 + cac:DeliveryParty From eb26814054bbe042006e0768758a06ad77ff22ab Mon Sep 17 00:00:00 2001 From: Georg Date: Mon, 22 Aug 2022 15:44:07 +0000 Subject: [PATCH 12/45] Status codes corrected POACC-489 --- .../63-invoiceresponse/process/code-policy/status-codes.adoc | 4 ++-- guides/release-notes/v3.0.10.adoc | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/guides/profiles/63-invoiceresponse/process/code-policy/status-codes.adoc b/guides/profiles/63-invoiceresponse/process/code-policy/status-codes.adoc index a9f85b9a..496d806f 100644 --- a/guides/profiles/63-invoiceresponse/process/code-policy/status-codes.adoc +++ b/guides/profiles/63-invoiceresponse/process/code-policy/status-codes.adoc @@ -58,9 +58,9 @@ The Seller may still respond externally if he has comments or objections to the |RE |Rejected |Indication that the referenced offer or transaction (e.g., cargo booking or quotation request) is not accepted. |Status is used only when the Buyer will not process the referenced Invoice any further. + Buyer is rejecting this invoice but not necessarily the commercial transaction. Although it can be used also for rejection for commercial reasons (invoice not corresponding to delivery). |YES |YES |YES |YES -|AP |Accepted |Indication that the referenced offer or transaction (e.g., cargo booking or quotation request) has been accepted. |Status is used only when the Buyer has given a final approval of the invoice and the next step is payment |NO |NO |YES |YES +|AP |Accepted |Indication that the referenced offer or transaction (e.g., cargo booking or quotation request) has been accepted. |Status is used only when the Buyer has given a final approval of the invoice and the next step is payment |NO |NO |YES |NO |PD with PPD (1) |Partially Paid |Indicates that the referenced document or transaction has been partially paid. |Status is used together with Clarification Reason code PPD, only when the Buyer has initiated the payment of the invoice without having paid the accepted amount in full. |NO |NO |NO |NO -|PD |Fully Paid |Indicates that the referenced document or transaction has been paid. |Status is used only when the Buyer has initiated the payment of the invoice. |NO |NO |NO |NO +|PD |Fully Paid |Indicates that the referenced document or transaction has been paid. |Status is used only when the Buyer has initiated the payment of the invoice. |NO |NO |NO |YES |==== diff --git a/guides/release-notes/v3.0.10.adoc b/guides/release-notes/v3.0.10.adoc index 97282731..36d678c6 100644 --- a/guides/release-notes/v3.0.10.adoc +++ b/guides/release-notes/v3.0.10.adoc @@ -2,6 +2,10 @@ [horizontal] Release date:: 2022-11- +== BIS documentation +* Invoice Response +** Definition of status codes in section Status Codes corrected to be in line with rule OP-BR111-R012 so that Accepted is not a final status and Paid is a final status. + == Changes to syntax * Despatch Advice transaction (T16) ** Reference to Sales Order Line number is added as an optional business term on Despatch advice line. From 0c0e5bf37941819ea2e2809137697a765e1f1877 Mon Sep 17 00:00:00 2001 From: Martin Forsberg Date: Wed, 24 Aug 2022 12:30:51 +0200 Subject: [PATCH 13/45] Added TransportModeCode [POACC-478] --- guides/release-notes/v3.0.10.adoc | 2 + .../DespatchAdvice-BIS3_UseCase5.xml | 3 + structure/codelist/UNECERec19.xml | 61 +++++++++++++++++++ structure/syntax/ubl-despatch-advice.xml | 11 ++++ 4 files changed, 77 insertions(+) create mode 100644 structure/codelist/UNECERec19.xml diff --git a/guides/release-notes/v3.0.10.adoc b/guides/release-notes/v3.0.10.adoc index 36d678c6..749bfb17 100644 --- a/guides/release-notes/v3.0.10.adoc +++ b/guides/release-notes/v3.0.10.adoc @@ -12,6 +12,8 @@ Release date:: 2022-11- ** Commodity Classification code added as an optional business term on Despatch advice line. ** Optional additional Document reference (incl business terms for attachments) added on header level. Optional business terms for Document references (no attachments) also added on line level. ** Optional business term for Carrier Party Identification added to the Carrier Party information. +** Optional TransportModeCode added on header level with codes from UN/ECE Rec 19. +** Examples updated * Order transaction (T01) ** New business terms for RequestedDeliveryPeriod, Start time (tir01-p042) and End time (tir01-p043). Example updated. ** New business terms for PromisedDeliveryPeriod, Start time (tir01-p042) and End time (tir01-p043). Added to example. diff --git a/rules/examples/Despatch Advice use cases/DespatchAdvice-BIS3_UseCase5.xml b/rules/examples/Despatch Advice use cases/DespatchAdvice-BIS3_UseCase5.xml index 896348ff..8c517814 100644 --- a/rules/examples/Despatch Advice use cases/DespatchAdvice-BIS3_UseCase5.xml +++ b/rules/examples/Despatch Advice use cases/DespatchAdvice-BIS3_UseCase5.xml @@ -128,6 +128,9 @@ + + 2 + 1178298510DK diff --git a/structure/codelist/UNECERec19.xml b/structure/codelist/UNECERec19.xml new file mode 100644 index 00000000..1eb97ec6 --- /dev/null +++ b/structure/codelist/UNECERec19.xml @@ -0,0 +1,61 @@ + + + + Recommandation 19 (UN/ECE) + UNECERec19 + TRADE/CEFACT/2001/19 + UN/ECE + + + + 0 + Transport mode not specified + Transport of goods and/or persons is by sea + + + 1 + Maritime transport + Transport of goods and/or persons is by sea + + + 2 + Rail transport + Transport of goods and/or persons is by rail + + + 3 + Road transport + Transport of goods and/or persons is by road + + + 4 + Air transport + Transport of goods and/or persons is by air + + + 5 + Mail + Method to convey goods is by mail + + + 6 + Multimodal transport + Method to convey goods and/or persons is by multimodal transport + + + 7 + Fixed transport installation + Transport of item is via a fixed transport installation + + + 8 + Inland water transport + Transport of goods and/or persons is by inland water + + + 9 + Transport mode not applicable + The mode of transport is not applicable + + + diff --git a/structure/syntax/ubl-despatch-advice.xml b/structure/syntax/ubl-despatch-advice.xml index 5d992118..5501df91 100644 --- a/structure/syntax/ubl-despatch-advice.xml +++ b/structure/syntax/ubl-despatch-advice.xml @@ -932,6 +932,17 @@ + + cac:ShipmentStage + Shipment stage information + + cbc:TransportModeCode + Mode of transport + The mode of transport with which the goods were delivered. + tir16-p056 + UNECERec19 + + cac:Delivery Delivery information From f3b12c93feac5374ca9cc592ec12d300bf93d5e2 Mon Sep 17 00:00:00 2001 From: Martin Forsberg Date: Wed, 24 Aug 2022 12:37:30 +0200 Subject: [PATCH 14/45] Correction of exemplefile (filename attribute missing in despatch advice) --- .../Despatch Advice use cases/DespatchAdvice-BIS3_UseCase5.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/examples/Despatch Advice use cases/DespatchAdvice-BIS3_UseCase5.xml b/rules/examples/Despatch Advice use cases/DespatchAdvice-BIS3_UseCase5.xml index 8c517814..d78232b9 100644 --- a/rules/examples/Despatch Advice use cases/DespatchAdvice-BIS3_UseCase5.xml +++ b/rules/examples/Despatch Advice use cases/DespatchAdvice-BIS3_UseCase5.xml @@ -13,7 +13,7 @@ doc-34 Timesheet - QklTIE9yZGVyIEFncmVlbWVudCAtIDQyQQ== + QklTIE9yZGVyIEFncmVlbWVudCAtIDQyQQ== http://www.example.com/image.jpg From 5e5c2ca650bd69fbc18a09067cc223062a2fddb6 Mon Sep 17 00:00:00 2001 From: Georg Date: Wed, 24 Aug 2022 12:51:47 +0000 Subject: [PATCH 15/45] Added project reference to Order POACC-426 --- guides/release-notes/v3.0.10.adoc | 6 ++++-- rules/examples/Order_Example.xml | 3 +++ structure/syntax/ubl-order.xml | 15 +++++++++++++++ 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/guides/release-notes/v3.0.10.adoc b/guides/release-notes/v3.0.10.adoc index 749bfb17..fccbce51 100644 --- a/guides/release-notes/v3.0.10.adoc +++ b/guides/release-notes/v3.0.10.adoc @@ -14,9 +14,11 @@ Release date:: 2022-11- ** Optional business term for Carrier Party Identification added to the Carrier Party information. ** Optional TransportModeCode added on header level with codes from UN/ECE Rec 19. ** Examples updated -* Order transaction (T01) +* Order transaction (T01) ** New business terms for RequestedDeliveryPeriod, Start time (tir01-p042) and End time (tir01-p043). Example updated. -** New business terms for PromisedDeliveryPeriod, Start time (tir01-p042) and End time (tir01-p043). Added to example. +** New business term for Project reference/ID (tir01-p044). Example updated. +* Order Response transaction (T76) +** New business terms for PromisedDeliveryPeriod, Start time (tir76-p010) and End time (tir76-p011). Added to example. == Changes to code lists and validation artefacts diff --git a/rules/examples/Order_Example.xml b/rules/examples/Order_Example.xml index cf0706ee..2562a046 100644 --- a/rules/examples/Order_Example.xml +++ b/rules/examples/Order_Example.xml @@ -46,6 +46,9 @@ 34322 + + PID33 + 987654325 diff --git a/structure/syntax/ubl-order.xml b/structure/syntax/ubl-order.xml index f1c09a6a..8af95f11 100644 --- a/structure/syntax/ubl-order.xml +++ b/structure/syntax/ubl-order.xml @@ -238,6 +238,21 @@ tir01-019 + + + cac:ProjectReference + PROJECT REFERENCE + + + cbc:ID + Project reference + The identification of the project the order refers to. + Document Reference + tir01-p044 + PID33 + + + cac:BuyerCustomerParty Buyer information From 43148e5a9bda3c8218c26e1f9eb0bf677baec6d1 Mon Sep 17 00:00:00 2001 From: Martin Forsberg Date: Wed, 24 Aug 2022 15:57:18 +0200 Subject: [PATCH 16/45] Added codelist rec19 link to main page --- project.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/project.xml b/project.xml index fb5a10d3..12453638 100644 --- a/project.xml +++ b/project.xml @@ -217,6 +217,11 @@ CodeList-1 structure/codelist/UNCL5387.xml + + CodeList-1 + structure/codelist/UNECERec19.xml + + CodeList-1 structure/codelist/UNECERec20-11e.xml From 3fff735a1b2c2d4e6b03534b67e7d3c11e647694 Mon Sep 17 00:00:00 2001 From: Martin Forsberg Date: Wed, 24 Aug 2022 16:02:21 +0200 Subject: [PATCH 17/45] typo in codelist rec19 --- structure/codelist/UNECERec19.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structure/codelist/UNECERec19.xml b/structure/codelist/UNECERec19.xml index 1eb97ec6..7f20f5f9 100644 --- a/structure/codelist/UNECERec19.xml +++ b/structure/codelist/UNECERec19.xml @@ -10,7 +10,7 @@ 0 Transport mode not specified - Transport of goods and/or persons is by sea + 1 From f70f6ddbd728712558d09fa1b9bb87d28903f1ac Mon Sep 17 00:00:00 2001 From: oscarglanzmann Date: Thu, 25 Aug 2022 11:39:25 +0200 Subject: [PATCH 18/45] POACC-353 --- guides/release-notes/v3.0.10.adoc | 1 + structure/syntax/ubl-despatch-advice.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/guides/release-notes/v3.0.10.adoc b/guides/release-notes/v3.0.10.adoc index fccbce51..7546786c 100644 --- a/guides/release-notes/v3.0.10.adoc +++ b/guides/release-notes/v3.0.10.adoc @@ -13,6 +13,7 @@ Release date:: 2022-11- ** Optional additional Document reference (incl business terms for attachments) added on header level. Optional business terms for Document references (no attachments) also added on line level. ** Optional business term for Carrier Party Identification added to the Carrier Party information. ** Optional TransportModeCode added on header level with codes from UN/ECE Rec 19. +** Cardinality of DeliveredQuantity on Despatch line changed to mandatory in syntax to correctly reflect the intention of the BIS. ** Examples updated * Order transaction (T01) ** New business terms for RequestedDeliveryPeriod, Start time (tir01-p042) and End time (tir01-p043). Example updated. diff --git a/structure/syntax/ubl-despatch-advice.xml b/structure/syntax/ubl-despatch-advice.xml index 5501df91..3548cd19 100644 --- a/structure/syntax/ubl-despatch-advice.xml +++ b/structure/syntax/ubl-despatch-advice.xml @@ -1095,7 +1095,7 @@ information that is not contained explicitly in another structure. tir16-047 - + cbc:DeliveredQuantity Delivererd quantity The quantity that is despatched in the line. From a910f28f3b487380bbca6107ecd808c901d23f46 Mon Sep 17 00:00:00 2001 From: oscarglanzmann Date: Thu, 25 Aug 2022 11:55:12 +0200 Subject: [PATCH 19/45] POACC-280 --- guides/release-notes/v3.0.10.adoc | 2 ++ rules/examples/OrderAgreement_Example.xml | 1 + structure/syntax/ubl-orderagreement.xml | 9 +++++++++ 3 files changed, 12 insertions(+) diff --git a/guides/release-notes/v3.0.10.adoc b/guides/release-notes/v3.0.10.adoc index 7546786c..2c872891 100644 --- a/guides/release-notes/v3.0.10.adoc +++ b/guides/release-notes/v3.0.10.adoc @@ -20,6 +20,8 @@ Release date:: 2022-11- ** New business term for Project reference/ID (tir01-p044). Example updated. * Order Response transaction (T76) ** New business terms for PromisedDeliveryPeriod, Start time (tir76-p010) and End time (tir76-p011). Added to example. +* Order Agreement transaction (T110) +** Optional DocumentTypeCode(tir110-p008) added on ItemSpecificationDocumentReference level. Example updated. == Changes to code lists and validation artefacts diff --git a/rules/examples/OrderAgreement_Example.xml b/rules/examples/OrderAgreement_Example.xml index 6d3e89f9..e2e86993 100644 --- a/rules/examples/OrderAgreement_Example.xml +++ b/rules/examples/OrderAgreement_Example.xml @@ -213,6 +213,7 @@ 147852 + TRADE_ITEM_DESCRIPTION Timesheet UjBsR09EbGhjZ0dTQUxNQUFBUUNBRU1tQ1p0dU1GUXhEUzhi diff --git a/structure/syntax/ubl-orderagreement.xml b/structure/syntax/ubl-orderagreement.xml index 64b93520..88291244 100644 --- a/structure/syntax/ubl-orderagreement.xml +++ b/structure/syntax/ubl-orderagreement.xml @@ -1529,6 +1529,15 @@ tir110-102 docid7687 + + cbc:DocumentTypeCode + External Item Specifications Type + A functional description of the attachment/image expressed as code + Code + UNCL1001 + Image + tir110-p008 + cbc:DocumentType Document description From af35df5a50bf514b7fca611e753b4a33b8f5e61a Mon Sep 17 00:00:00 2001 From: oscarglanzmann Date: Thu, 25 Aug 2022 13:40:04 +0200 Subject: [PATCH 20/45] POACC-404 --- guides/release-notes/v3.0.10.adoc | 4 +-- rules/examples/OrderAgreement_Example.xml | 2 ++ structure/syntax/ubl-orderagreement.xml | 34 +++++++++++++++++++++++ 3 files changed, 38 insertions(+), 2 deletions(-) diff --git a/guides/release-notes/v3.0.10.adoc b/guides/release-notes/v3.0.10.adoc index 2c872891..8a153fc4 100644 --- a/guides/release-notes/v3.0.10.adoc +++ b/guides/release-notes/v3.0.10.adoc @@ -21,8 +21,8 @@ Release date:: 2022-11- * Order Response transaction (T76) ** New business terms for PromisedDeliveryPeriod, Start time (tir76-p010) and End time (tir76-p011). Added to example. * Order Agreement transaction (T110) -** Optional DocumentTypeCode(tir110-p008) added on ItemSpecificationDocumentReference level. Example updated. - +** Optional element DocumentTypeCode(tir110-p008) added on ItemSpecificationDocumentReference level. Example updated. +** Optional element CompanyID added for PartyLegalEntity in both Buyer(tir110-p009) and Seller(tir110-p010). Example updated. == Changes to code lists and validation artefacts * Validation of code values for Tax Category codes are removed to allow for non-EU categories. In previous release (3.0.4), the TaxScheme/ID was generalized to allow for other schemes than VAT but also that category code should have been generalized. This release addresses this shortcoming (with a consequence that category code isn't validated). The change affects the following transactions: diff --git a/rules/examples/OrderAgreement_Example.xml b/rules/examples/OrderAgreement_Example.xml index e2e86993..a4ec664c 100644 --- a/rules/examples/OrderAgreement_Example.xml +++ b/rules/examples/OrderAgreement_Example.xml @@ -63,6 +63,7 @@ The Supplier AB + 123456789 John Doe @@ -92,6 +93,7 @@ City Hospital + 931186755 diff --git a/structure/syntax/ubl-orderagreement.xml b/structure/syntax/ubl-orderagreement.xml index 88291244..781786ff 100644 --- a/structure/syntax/ubl-orderagreement.xml +++ b/structure/syntax/ubl-orderagreement.xml @@ -325,6 +325,23 @@ tir110-013 Seller company Ltd. + + cbc:CompanyID + Seller legal registration identifier + Identifies a company as registered with the company + registration scheme. + Identifier + tir110-p010 + + schemeID + Scheme identifier + The identification scheme identifier of the buyer legal + registration identifier. + ICD + 0002 + + 987654321 + cac:Contact @@ -488,6 +505,23 @@ tir110-010 Customer AS + + cbc:CompanyID + Buyers legal registration identifier + Identifies a company as registered with the company + registration scheme. + Identifier + tir110-p009 + + schemeID + Scheme identifier + The identification scheme identifier of the buyer legal + registration identifier. + ICD + 0002 + + 987654321 + From 5a61dffcd2da9e660b2bf587c447516dbc21dc7f Mon Sep 17 00:00:00 2001 From: oscarglanzmann Date: Thu, 25 Aug 2022 13:51:41 +0200 Subject: [PATCH 21/45] fixed typo in releasenotes --- guides/release-notes/v3.0.10.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/guides/release-notes/v3.0.10.adoc b/guides/release-notes/v3.0.10.adoc index 8a153fc4..5e3b9888 100644 --- a/guides/release-notes/v3.0.10.adoc +++ b/guides/release-notes/v3.0.10.adoc @@ -23,6 +23,7 @@ Release date:: 2022-11- * Order Agreement transaction (T110) ** Optional element DocumentTypeCode(tir110-p008) added on ItemSpecificationDocumentReference level. Example updated. ** Optional element CompanyID added for PartyLegalEntity in both Buyer(tir110-p009) and Seller(tir110-p010). Example updated. + == Changes to code lists and validation artefacts * Validation of code values for Tax Category codes are removed to allow for non-EU categories. In previous release (3.0.4), the TaxScheme/ID was generalized to allow for other schemes than VAT but also that category code should have been generalized. This release addresses this shortcoming (with a consequence that category code isn't validated). The change affects the following transactions: From 1106e13bc9fe6d4cf0e1d2b2bfa0d5ed39b2b61f Mon Sep 17 00:00:00 2001 From: oscarglanzmann Date: Thu, 25 Aug 2022 13:52:47 +0200 Subject: [PATCH 22/45] fix typo in releasenotes --- guides/release-notes/v3.0.10.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/release-notes/v3.0.10.adoc b/guides/release-notes/v3.0.10.adoc index 5e3b9888..d6ce08de 100644 --- a/guides/release-notes/v3.0.10.adoc +++ b/guides/release-notes/v3.0.10.adoc @@ -21,8 +21,8 @@ Release date:: 2022-11- * Order Response transaction (T76) ** New business terms for PromisedDeliveryPeriod, Start time (tir76-p010) and End time (tir76-p011). Added to example. * Order Agreement transaction (T110) -** Optional element DocumentTypeCode(tir110-p008) added on ItemSpecificationDocumentReference level. Example updated. -** Optional element CompanyID added for PartyLegalEntity in both Buyer(tir110-p009) and Seller(tir110-p010). Example updated. +** Optional element DocumentTypeCode (tir110-p008) added on ItemSpecificationDocumentReference level. Example updated. +** Optional element CompanyID added for PartyLegalEntity in both Buyer (tir110-p009) and Seller (tir110-p010). Example updated. == Changes to code lists and validation artefacts From 2f1ab76dd67f31e34148b5ab06136580d8399e5b Mon Sep 17 00:00:00 2001 From: Martin Forsberg Date: Fri, 26 Aug 2022 09:19:22 +0200 Subject: [PATCH 23/45] Fixed imr snippet error [POACC-491] --- .../63-invoiceresponse/descriptions/parties.adoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/guides/profiles/63-invoiceresponse/descriptions/parties.adoc b/guides/profiles/63-invoiceresponse/descriptions/parties.adoc index 3f19937f..87540c9a 100644 --- a/guides/profiles/63-invoiceresponse/descriptions/parties.adoc +++ b/guides/profiles/63-invoiceresponse/descriptions/parties.adoc @@ -25,9 +25,9 @@ This should not be general company email and phone unless the sender has in plac senderif12345 - - Buyer organization - + + Buyer organization + Invoice processing department 012312312345 @@ -52,9 +52,9 @@ If this is a service provider, then the actual Seller may be identified as part receiver12345 - - Seller company - + + Seller company + ---- From 42452388be14dedc19d82cec4be824a1c9676c40 Mon Sep 17 00:00:00 2001 From: Martin Forsberg Date: Fri, 26 Aug 2022 10:03:23 +0200 Subject: [PATCH 24/45] Updated release notes --- guides/release-notes/v3.0.10.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/guides/release-notes/v3.0.10.adoc b/guides/release-notes/v3.0.10.adoc index d6ce08de..f73cd01c 100644 --- a/guides/release-notes/v3.0.10.adoc +++ b/guides/release-notes/v3.0.10.adoc @@ -5,6 +5,7 @@ Release date:: 2022-11- == BIS documentation * Invoice Response ** Definition of status codes in section Status Codes corrected to be in line with rule OP-BR111-R012 so that Accepted is not a final status and Paid is a final status. +** Correction of examples in chapter 6.3 == Changes to syntax * Despatch Advice transaction (T16) From 0b444a441b74d61d8b9ff29be4bfe734434fb4d8 Mon Sep 17 00:00:00 2001 From: Georg Date: Mon, 29 Aug 2022 15:11:20 +0000 Subject: [PATCH 25/45] Update version ids POACC-520 --- guides/profiles/63-invoiceresponse/main.adoc | 2 +- project.xml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/guides/profiles/63-invoiceresponse/main.adoc b/guides/profiles/63-invoiceresponse/main.adoc index 27a9951c..9bb3f48c 100644 --- a/guides/profiles/63-invoiceresponse/main.adoc +++ b/guides/profiles/63-invoiceresponse/main.adoc @@ -11,7 +11,7 @@ include::../../shared/links.adoc[] :title-logo-image: ../../shared/images/peppol.png :snippet-dir: ../../../../rules/snippets/imr -= image:../../shared/images/peppol.png[float="right"]BIS Invoice Response 3.1 += image:../../shared/images/peppol.png[float="right"]BIS Invoice Response 3.2 {author} {description} diff --git a/project.xml b/project.xml index 12453638..7a192355 100644 --- a/project.xml +++ b/project.xml @@ -16,7 +16,7 @@ - Peppol BIS Punch Out 3.1 - Peppol BIS Order Agreement 3.0 - Peppol BIS Message Level Response 3.0 - - Peppol BIS Invoice Response 3.1 + - Peppol BIS Invoice Response 3.2 @@ -25,22 +25,22 @@ Structure-1 structure/syntax/ubl-order.xml - Peppol Order transaction 3.2 (T01) + Peppol Order transaction 3.3 (T01) Structure-1 structure/syntax/ubl-order-response.xml - Peppol Order Response transaction 3.0 (T76) + Peppol Order Response transaction 3.1 (T76) Structure-1 structure/syntax/ubl-orderagreement.xml - Peppol Order Agreement transaction 3.0 (T110) + Peppol Order Agreement transaction 3.1 (T110) Structure-1 structure/syntax/ubl-catalogue.xml - Peppol Catalogue transaction 3.1 (T19) + Peppol Catalogue transaction 3.2 (T19) Structure-1 @@ -50,12 +50,12 @@ Structure-1 structure/syntax/ubl-despatch-advice.xml - Peppol Despatch Advice transaction 3.1 (T16) + Peppol Despatch Advice transaction 3.2 (T16) Structure-1 structure/syntax/ubl-shoppingcart.xml - Peppol Punch Out transaction 3.1 (T77) + Peppol Punch Out transaction 3.2 (T77) Structure-1 From 50ee0e442df0099f38d1a313707d95f153d8e17c Mon Sep 17 00:00:00 2001 From: Martin Forsberg Date: Tue, 30 Aug 2022 09:48:41 +0200 Subject: [PATCH 26/45] PEPPOL-COMMON-R049 changed severity --- guides/release-notes/v3.0.10.adoc | 3 ++- rules/sch/parts/common/rules.sch | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/guides/release-notes/v3.0.10.adoc b/guides/release-notes/v3.0.10.adoc index f73cd01c..8a2c5d91 100644 --- a/guides/release-notes/v3.0.10.adoc +++ b/guides/release-notes/v3.0.10.adoc @@ -33,4 +33,5 @@ Release date:: 2022-11- ** Catalogue transaction (T19) ** Order Agreement transaction (T110) ** Punch Out transaction (T77) -* Added DocumentType codes for Order transactions (T01) to allow for blanket orders (code 221) and Call-off (code 226). Applies in BIS specifications Order Only and Ordering. \ No newline at end of file +* Added DocumentType codes for Order transactions (T01) to allow for blanket orders (code 221) and Call-off (code 226). Applies in BIS specifications Order Only and Ordering. +* Rule PEPPOL-COMMON-R049 (ICD 0007 - Swedish organization number) changed from severity warning to fatal (as announced in the may 2022 release) \ No newline at end of file diff --git a/rules/sch/parts/common/rules.sch b/rules/sch/parts/common/rules.sch index c8bbe622..02fcc5ee 100644 --- a/rules/sch/parts/common/rules.sch +++ b/rules/sch/parts/common/rules.sch @@ -44,7 +44,7 @@ Italian VAT Code (Partita Iva) must be stated in the correct format - Swedish organization number MUST be stated in the correct format. + Swedish organization number MUST be stated in the correct format. Australian Business Number (ABN) MUST be stated in the correct format. From 509c62a81f055b9804c07b0aafebd7166b317524 Mon Sep 17 00:00:00 2001 From: Martin Forsberg Date: Tue, 30 Aug 2022 09:52:27 +0200 Subject: [PATCH 27/45] PEPPOL-COMMON-R049 changed severity, updated unit tests --- rules/unit-common/PEPPOL-COMMON-R049.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/unit-common/PEPPOL-COMMON-R049.xml b/rules/unit-common/PEPPOL-COMMON-R049.xml index 7e397c80..7aeb82ed 100644 --- a/rules/unit-common/PEPPOL-COMMON-R049.xml +++ b/rules/unit-common/PEPPOL-COMMON-R049.xml @@ -26,7 +26,7 @@ - PEPPOL-COMMON-R049 + PEPPOL-COMMON-R049 - PEPPOL-COMMON-R049 + PEPPOL-COMMON-R049 Date: Fri, 9 Sep 2022 10:28:20 +0200 Subject: [PATCH 28/45] Transport mode code 0, description added --- structure/codelist/UNECERec19.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structure/codelist/UNECERec19.xml b/structure/codelist/UNECERec19.xml index 7f20f5f9..a95c5dea 100644 --- a/structure/codelist/UNECERec19.xml +++ b/structure/codelist/UNECERec19.xml @@ -10,7 +10,7 @@ 0 Transport mode not specified - + Transport mode has not been specified 1 From 44cef0c6018406e0e7bab843b41538a02246aae9 Mon Sep 17 00:00:00 2001 From: Martin Forsberg Date: Fri, 9 Sep 2022 10:33:03 +0200 Subject: [PATCH 29/45] Fixed datatype for RequestedDelivery Time --- structure/syntax/ubl-order-response.xml | 4 ++-- structure/syntax/ubl-order.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/structure/syntax/ubl-order-response.xml b/structure/syntax/ubl-order-response.xml index 6c43739a..bf710724 100644 --- a/structure/syntax/ubl-order-response.xml +++ b/structure/syntax/ubl-order-response.xml @@ -261,7 +261,7 @@ cbc:StartTime Period start time The time at which this period begins. Format = "hh:mm:ss" - Date + Time tir76-p010 12:30:00 @@ -279,7 +279,7 @@ cbc:EndTime Period end time The time at which this period end. Format = "hh:mm:ss" - Date + Time tir76-p011 18:00:00 diff --git a/structure/syntax/ubl-order.xml b/structure/syntax/ubl-order.xml index 8af95f11..ff93e0ad 100644 --- a/structure/syntax/ubl-order.xml +++ b/structure/syntax/ubl-order.xml @@ -1166,7 +1166,7 @@ cbc:StartTime Period start time The time at which this period begins. Format = "hh:mm:ss" - Date + Time tir01-p042 12:30:00 @@ -1182,7 +1182,7 @@ cbc:EndTime Period end time The time at which this period end. Format = "hh:mm:ss" - Date + Time tir01-p043 18:00:00 From 628640936f39e0011c29039ecd889b655bc25341 Mon Sep 17 00:00:00 2001 From: Martin Forsberg Date: Thu, 15 Sep 2022 11:50:59 +0200 Subject: [PATCH 30/45] Timestamp in footer deletet. --- guides/compliance/main.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/guides/compliance/main.adoc b/guides/compliance/main.adoc index 8118fc4c..f8c5fc88 100644 --- a/guides/compliance/main.adoc +++ b/guides/compliance/main.adoc @@ -7,6 +7,7 @@ openPeppol AISBL :sourcedir: . :imagesdir: images :title-logo-image: peppol.png +:last-update-label!: This section provides an overview of rules that receivers and/or senders of documents must fulfil to be compliant to a BIS. This is not a complete or normative listing of applicable rules. From 16e9e7bec34f460f1431d38f3b8b8cbe8ebb9957 Mon Sep 17 00:00:00 2001 From: Martin Forsberg Date: Fri, 16 Sep 2022 15:00:50 +0200 Subject: [PATCH 31/45] Timestamp in footer removed, release notes updated --- guides/changes/main.adoc | 1 + guides/methodology/main.adoc | 2 +- guides/methodology/schematron/main.adoc | 1 + guides/migration/main.adoc | 2 +- guides/profiles/1-catalogueonly/main.adoc | 1 + guides/profiles/18-punchout/main.adoc | 1 + guides/profiles/28-ordering/main.adoc | 1 + guides/profiles/3-order-only/main.adoc | 1 + guides/profiles/30-despatchadvice/main.adoc | 1 + guides/profiles/36-mlr/main.adoc | 1 + guides/profiles/42-orderagreement/main.adoc | 1 + guides/profiles/63-invoiceresponse/main.adoc | 1 + guides/profiles/64-catalogue-wo-response/main.adoc | 1 + guides/profiles/99-Sandbox/main.adoc | 1 + guides/release-notes/3-0-0/main.adoc | 2 +- guides/release-notes/main.adoc | 1 + guides/release-notes/v3.0.10.adoc | 1 + guides/review/main.adoc | 1 + guides/work/main.adoc | 1 + guides/work/rules/main.adoc | 1 + 20 files changed, 20 insertions(+), 3 deletions(-) diff --git a/guides/changes/main.adoc b/guides/changes/main.adoc index 85cb4068..4d3b5137 100644 --- a/guides/changes/main.adoc +++ b/guides/changes/main.adoc @@ -8,6 +8,7 @@ :source-language: xml :sectanchors: :sectnums: +:last-update-label!: The following list give a general overview of the changes made to the specifications as part of the alignment with the EN 16931 invoice. This list does not address the additional RFC that were approved and adopted. diff --git a/guides/methodology/main.adoc b/guides/methodology/main.adoc index 11bcf1d4..19109890 100644 --- a/guides/methodology/main.adoc +++ b/guides/methodology/main.adoc @@ -12,7 +12,7 @@ v0.1.0 :source-language: xml :sectanchors: :sectnums: - +:last-update-label!: :leveloffset: +1 diff --git a/guides/methodology/schematron/main.adoc b/guides/methodology/schematron/main.adoc index 4a17b012..ecf63ee9 100644 --- a/guides/methodology/schematron/main.adoc +++ b/guides/methodology/schematron/main.adoc @@ -8,6 +8,7 @@ :source-language: xml :sectanchors: :sectnums: +:last-update-label!: This document gives a guidance in how to develop schematron artefacts in openPeppol Post Award Coordinating Community. diff --git a/guides/migration/main.adoc b/guides/migration/main.adoc index 83054d6b..e4020b78 100644 --- a/guides/migration/main.adoc +++ b/guides/migration/main.adoc @@ -13,7 +13,7 @@ Draft, OpenPeppol AISBL, Post-Award Coordinating Community :sectnums: :CIUS: Core Invoice Usage Specification (CIUS) :title-logo-image: ../images/peppol.jpg - +:last-update-label!: This document specifies the migration plan for transition from the current versions of Peppol BIS specifications, as listed below, to the updated Peppol BIS specifications (BIS version 3), as well as the phase out of the current Peppol BIS version 2 specifications. This plan is based on the {migration-policy}. diff --git a/guides/profiles/1-catalogueonly/main.adoc b/guides/profiles/1-catalogueonly/main.adoc index b80643f2..f8de7032 100644 --- a/guides/profiles/1-catalogueonly/main.adoc +++ b/guides/profiles/1-catalogueonly/main.adoc @@ -14,6 +14,7 @@ include::../../shared/links.adoc[] :snippet-dir: ../../../../rules/snippets/catalogue :catalogue-path: ../../transactions/19-catalogue :response-path: ../../transactions/58-catalogue-response +:last-update-label!: {description} diff --git a/guides/profiles/18-punchout/main.adoc b/guides/profiles/18-punchout/main.adoc index 6c4cf752..e2a128d2 100644 --- a/guides/profiles/18-punchout/main.adoc +++ b/guides/profiles/18-punchout/main.adoc @@ -8,6 +8,7 @@ include::../../shared/links.adoc[] :source-language: xml :sectanchors: :sectnums: +:last-update-label!: :title-logo-image: ../../shared/images/peppol.png :snippet-dir: ../../../../rules/snippets/punchout = image:../../shared/images/peppol.png[float="right"]BIS Punch Out 3.1 diff --git a/guides/profiles/28-ordering/main.adoc b/guides/profiles/28-ordering/main.adoc index 24fec9bc..ef29493d 100644 --- a/guides/profiles/28-ordering/main.adoc +++ b/guides/profiles/28-ordering/main.adoc @@ -8,6 +8,7 @@ include::../../shared/links.adoc[] :source-language: xml :sectanchors: :sectnums: +:last-update-label!: :title-logo-image: ../../shared/images/peppol.png :order: ../../transactions/01-order :order-resp: ../../transactions/76-order-response diff --git a/guides/profiles/3-order-only/main.adoc b/guides/profiles/3-order-only/main.adoc index f3248faf..b6d5a757 100644 --- a/guides/profiles/3-order-only/main.adoc +++ b/guides/profiles/3-order-only/main.adoc @@ -8,6 +8,7 @@ include::../../shared/links.adoc[] :source-language: xml :sectanchors: :sectnums: +:last-update-label!: :transaction-path: ../../transactions/01-order :snippet-dir: ../../../../rules/snippets/order diff --git a/guides/profiles/30-despatchadvice/main.adoc b/guides/profiles/30-despatchadvice/main.adoc index 0fabd593..c627b840 100644 --- a/guides/profiles/30-despatchadvice/main.adoc +++ b/guides/profiles/30-despatchadvice/main.adoc @@ -8,6 +8,7 @@ include::../../shared/links.adoc[] :source-language: xml :sectanchors: :sectnums: +:last-update-label!: :title-logo-image: ../images/peppol.jpg :snippet-dir: ../../../../rules/snippets/despatch = image:../../shared/images/peppol.png[float="right"]Peppol BIS Despatch Advice 3.1 diff --git a/guides/profiles/36-mlr/main.adoc b/guides/profiles/36-mlr/main.adoc index 4bcb49ca..f7fcd685 100644 --- a/guides/profiles/36-mlr/main.adoc +++ b/guides/profiles/36-mlr/main.adoc @@ -8,6 +8,7 @@ include::../../shared/links.adoc[] :source-language: xml :sectanchors: :sectnums: +:last-update-label!: :title-logo-image: ../../shared/images/peppol.png :snippet-dir: ../../../../rules/snippets/mlr = image:../../shared/images/peppol.png[float="right"]BIS Message Level Response 3.0 diff --git a/guides/profiles/42-orderagreement/main.adoc b/guides/profiles/42-orderagreement/main.adoc index 1944506d..8479521c 100644 --- a/guides/profiles/42-orderagreement/main.adoc +++ b/guides/profiles/42-orderagreement/main.adoc @@ -8,6 +8,7 @@ include::../../shared/links.adoc[] :source-language: xml :sectanchors: :sectnums: +:last-update-label!: :title-logo-image: ../../shared/images/peppol.png :snippet-dir: ../../../../rules/snippets/order-agreement diff --git a/guides/profiles/63-invoiceresponse/main.adoc b/guides/profiles/63-invoiceresponse/main.adoc index 9bb3f48c..31433c30 100644 --- a/guides/profiles/63-invoiceresponse/main.adoc +++ b/guides/profiles/63-invoiceresponse/main.adoc @@ -8,6 +8,7 @@ include::../../shared/links.adoc[] :source-language: xml :sectanchors: :sectnums: +:last-update-label!: :title-logo-image: ../../shared/images/peppol.png :snippet-dir: ../../../../rules/snippets/imr diff --git a/guides/profiles/64-catalogue-wo-response/main.adoc b/guides/profiles/64-catalogue-wo-response/main.adoc index 5f930c73..36a43ad6 100644 --- a/guides/profiles/64-catalogue-wo-response/main.adoc +++ b/guides/profiles/64-catalogue-wo-response/main.adoc @@ -11,6 +11,7 @@ include::../../shared/links.adoc[] :source-language: xml :sectanchors: :sectnums: +:last-update-label!: :snippet-dir: ../../../../rules/snippets/catalogue :catalogue-path: ../../transactions/19-catalogue diff --git a/guides/profiles/99-Sandbox/main.adoc b/guides/profiles/99-Sandbox/main.adoc index 0a5818c3..db2fccea 100644 --- a/guides/profiles/99-Sandbox/main.adoc +++ b/guides/profiles/99-Sandbox/main.adoc @@ -13,6 +13,7 @@ v3.0.0 :source-language: xml :sectanchors: :sectnums: +:last-update-label!: :title-logo-image: ../../shared/images/peppol.png {description} diff --git a/guides/release-notes/3-0-0/main.adoc b/guides/release-notes/3-0-0/main.adoc index ed2734ba..0cdafbfa 100644 --- a/guides/release-notes/3-0-0/main.adoc +++ b/guides/release-notes/3-0-0/main.adoc @@ -6,7 +6,7 @@ :source-highlighter: coderay :source-language: xml :sectanchors: - +:last-update-label!: This release is a new non-backwards compatible major upgrade of all OpenPeppol BIS specifications, other than the BIS Billing 3.0. diff --git a/guides/release-notes/main.adoc b/guides/release-notes/main.adoc index b3ae3190..82465ae6 100644 --- a/guides/release-notes/main.adoc +++ b/guides/release-notes/main.adoc @@ -5,6 +5,7 @@ openPeppol AISBL :toc: left :toclevels: 2 :sourcedir: . +:last-update-label!: :imagesdir: images :title-logo-image: peppol.png diff --git a/guides/release-notes/v3.0.10.adoc b/guides/release-notes/v3.0.10.adoc index 8a2c5d91..fed03638 100644 --- a/guides/release-notes/v3.0.10.adoc +++ b/guides/release-notes/v3.0.10.adoc @@ -6,6 +6,7 @@ Release date:: 2022-11- * Invoice Response ** Definition of status codes in section Status Codes corrected to be in line with rule OP-BR111-R012 so that Accepted is not a final status and Paid is a final status. ** Correction of examples in chapter 6.3 +* Editorial change in the documentaion templates. Many pages in previous releases had a "Last updated" timestamp in the page footer. The timestamp indicated when the HTML-page was generated by the documentation tool, not when the actual content of the page was updated/changed. The timestamp is now removed since it caused a lot of confusion. == Changes to syntax * Despatch Advice transaction (T16) diff --git a/guides/review/main.adoc b/guides/review/main.adoc index 3f9549dd..cf0016c5 100644 --- a/guides/review/main.adoc +++ b/guides/review/main.adoc @@ -8,6 +8,7 @@ :source-language: xml :sectanchors: :sectnums: +:last-update-label!: :leveloffset: +1 diff --git a/guides/work/main.adoc b/guides/work/main.adoc index ebac4a4b..0fc44cb8 100644 --- a/guides/work/main.adoc +++ b/guides/work/main.adoc @@ -8,6 +8,7 @@ :source-language: xml :sectanchors: :sectnums: +:last-update-label!: :leveloffset: +1 diff --git a/guides/work/rules/main.adoc b/guides/work/rules/main.adoc index b4c3a35b..3a46f1b8 100644 --- a/guides/work/rules/main.adoc +++ b/guides/work/rules/main.adoc @@ -8,6 +8,7 @@ :source-language: xml :sectanchors: :sectnums: +:last-update-label!: :leveloffset: +1 From 430a0dfd2a02195718e9d09db67beb3ec6a9a490 Mon Sep 17 00:00:00 2001 From: Martin Forsberg Date: Fri, 16 Sep 2022 15:15:54 +0200 Subject: [PATCH 32/45] [POACC-513] PEPPOL-COMMON-R050 corrected --- guides/release-notes/v3.0.10.adoc | 3 ++- rules/sch/parts/common/rules.sch | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/guides/release-notes/v3.0.10.adoc b/guides/release-notes/v3.0.10.adoc index fed03638..b290406c 100644 --- a/guides/release-notes/v3.0.10.adoc +++ b/guides/release-notes/v3.0.10.adoc @@ -35,4 +35,5 @@ Release date:: 2022-11- ** Order Agreement transaction (T110) ** Punch Out transaction (T77) * Added DocumentType codes for Order transactions (T01) to allow for blanket orders (code 221) and Call-off (code 226). Applies in BIS specifications Order Only and Ordering. -* Rule PEPPOL-COMMON-R049 (ICD 0007 - Swedish organization number) changed from severity warning to fatal (as announced in the may 2022 release) \ No newline at end of file +* Rule PEPPOL-COMMON-R049 (ICD 0007 - Swedish organization number) changed from severity warning to fatal (as announced in the may 2022 release) +* Correction in Rule PEPPOL-COMMON-R050 (validation of Australian Business Number (ABN)) corrected \ No newline at end of file diff --git a/rules/sch/parts/common/rules.sch b/rules/sch/parts/common/rules.sch index 02fcc5ee..4c3a9020 100644 --- a/rules/sch/parts/common/rules.sch +++ b/rules/sch/parts/common/rules.sch @@ -47,6 +47,6 @@ Swedish organization number MUST be stated in the correct format. - Australian Business Number (ABN) MUST be stated in the correct format. + Australian Business Number (ABN) MUST be stated in the correct format. From 74b7f58e5940b0662fd28accb839633904ccbd34 Mon Sep 17 00:00:00 2001 From: Martin Forsberg Date: Fri, 16 Sep 2022 15:29:59 +0200 Subject: [PATCH 33/45] Reference added to MLR business rules from main page [POACC-524] --- project.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/project.xml b/project.xml index 7a192355..3479bd32 100644 --- a/project.xml +++ b/project.xml @@ -110,6 +110,13 @@ rules/sch/parts/PEPPOL-M-T110.sch Business rules for Peppol Order Agreement transaction 3.0 + + T71 + native:Schematron + rules/sch/parts/PEPPOL-M-T71.sch + Business rules for Peppol Message Level Response transaction 3.0 + + T111 native:Schematron From 50e7651206f59581bded41ac6b0897be9578136c Mon Sep 17 00:00:00 2001 From: Martin Forsberg Date: Fri, 16 Sep 2022 15:44:09 +0200 Subject: [PATCH 34/45] Corrected snippet for order response (plus typo) [POACC-525] --- guides/release-notes/v3.0.10.adoc | 1 + .../76-order-response/description/response-code.adoc | 2 +- rules/snippets/order-response/snippet-2.xml | 8 +------- 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/guides/release-notes/v3.0.10.adoc b/guides/release-notes/v3.0.10.adoc index b290406c..b09f4990 100644 --- a/guides/release-notes/v3.0.10.adoc +++ b/guides/release-notes/v3.0.10.adoc @@ -7,6 +7,7 @@ Release date:: 2022-11- ** Definition of status codes in section Status Codes corrected to be in line with rule OP-BR111-R012 so that Accepted is not a final status and Paid is a final status. ** Correction of examples in chapter 6.3 * Editorial change in the documentaion templates. Many pages in previous releases had a "Last updated" timestamp in the page footer. The timestamp indicated when the HTML-page was generated by the documentation tool, not when the actual content of the page was updated/changed. The timestamp is now removed since it caused a lot of confusion. +* Order Response example in the BIS documentation (sectino 7.1.1) has been corrected. The example shows a response with type "Received" (code AB) but the example said that there was amendments in the details (which is not allowed with code AB) == Changes to syntax * Despatch Advice transaction (T16) diff --git a/guides/transactions/76-order-response/description/response-code.adoc b/guides/transactions/76-order-response/description/response-code.adoc index e8e179c3..d36acef4 100644 --- a/guides/transactions/76-order-response/description/response-code.adoc +++ b/guides/transactions/76-order-response/description/response-code.adoc @@ -49,7 +49,7 @@ a| include::{snippet-response-dir}/snippet-1.xml[tags=response-header] ---- -.UBL example of an order response using response code "AB" (order is received +.UBL example of an order response using response code "AB" (order is received) [source, xml, indent=0] ---- include::{snippet-response-dir}/snippet-2.xml[tags=received] diff --git a/rules/snippets/order-response/snippet-2.xml b/rules/snippets/order-response/snippet-2.xml index 6917e24c..af72517d 100644 --- a/rules/snippets/order-response/snippet-2.xml +++ b/rules/snippets/order-response/snippet-2.xml @@ -10,7 +10,6 @@ 2013-07-01 06:10:10 AB - Response message with amendments in the details EUR YourRef @@ -38,11 +37,6 @@ - - - 2013-07-15 - 2013-07-16 - - + From 56c3b772c18edac3b0f35405ce6851675ad74945 Mon Sep 17 00:00:00 2001 From: oscarglanzmann Date: Fri, 7 Oct 2022 08:20:31 +0200 Subject: [PATCH 35/45] POACC-512 --- guides/release-notes/v3.0.10.adoc | 4 ++++ guides/shared/links.adoc | 2 +- .../19-catalogue/description/quantitiesandunits.adoc | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/guides/release-notes/v3.0.10.adoc b/guides/release-notes/v3.0.10.adoc index b09f4990..e6a1d03f 100644 --- a/guides/release-notes/v3.0.10.adoc +++ b/guides/release-notes/v3.0.10.adoc @@ -8,6 +8,10 @@ Release date:: 2022-11- ** Correction of examples in chapter 6.3 * Editorial change in the documentaion templates. Many pages in previous releases had a "Last updated" timestamp in the page footer. The timestamp indicated when the HTML-page was generated by the documentation tool, not when the actual content of the page was updated/changed. The timestamp is now removed since it caused a lot of confusion. * Order Response example in the BIS documentation (sectino 7.1.1) has been corrected. The example shows a response with type "Received" (code AB) but the example said that there was amendments in the details (which is not allowed with code AB) +* Catalogue with response +** Removed broken link to example files in section 6.8 and pointed out the main page Appendix A instead. +* Catalogue without response +** Removed broken link to example files in section 6.8 and pointed out the main page Appendix A instead. == Changes to syntax * Despatch Advice transaction (T16) diff --git a/guides/shared/links.adoc b/guides/shared/links.adoc index f735ee78..c96d6bd2 100644 --- a/guides/shared/links.adoc +++ b/guides/shared/links.adoc @@ -61,7 +61,7 @@ :order-UC: https://github.com/OpenPEPPOL/poacc-upgrade-3/tree/master/rules/use-case-examples/order[Use case example files] :order-response-UC: https://github.com/OpenPEPPOL/poacc-upgrade-3/tree/master/rules/use-case-examples/order-response[Use case example files] :imr-UC: https://docs.peppol.eu/poacc/upgrade-3/files/PEPPOLBIS-Examples.zip[Use case example files] -:examples-zip: http://test-docs.peppol.eu/poacc/upgrade-3/files/PEPPOLBIS-Examples.zip[Example files (ZIP)] +:examples-zip: http://docs.peppol.eu/poacc/upgrade-3/files/PEPPOLBIS-Examples.zip[Example files (ZIP)] //internal :link-codelist: link:/poacc/upgrade-3/codelist/[Code list section] diff --git a/guides/transactions/19-catalogue/description/quantitiesandunits.adoc b/guides/transactions/19-catalogue/description/quantitiesandunits.adoc index 1d73f69f..0163723d 100644 --- a/guides/transactions/19-catalogue/description/quantitiesandunits.adoc +++ b/guides/transactions/19-catalogue/description/quantitiesandunits.adoc @@ -2,7 +2,7 @@ == Quantities and units The table below lists quantities and units in the catalogue transaction. All quantities must be based on a Unit Of Measure (UOM) according UNECE Recommendation 20 and Recommendation 21 for UOM. -For xml-examples for quantities and units, we refer to {examples-zip}. +For xml-examples for quantities and units, we refer to Appendix A on the main page. Following are two examples showing the use of different elements. From 2104ce63705a1d09a57a1ea06f818111a247598b Mon Sep 17 00:00:00 2001 From: oscarglanzmann Date: Fri, 7 Oct 2022 08:31:48 +0200 Subject: [PATCH 36/45] POACC-503 --- guides/release-notes/v3.0.10.adoc | 1 + guides/shared/files/vat-cat-line.adoc | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/guides/release-notes/v3.0.10.adoc b/guides/release-notes/v3.0.10.adoc index e6a1d03f..936d7040 100644 --- a/guides/release-notes/v3.0.10.adoc +++ b/guides/release-notes/v3.0.10.adoc @@ -12,6 +12,7 @@ Release date:: 2022-11- ** Removed broken link to example files in section 6.8 and pointed out the main page Appendix A instead. * Catalogue without response ** Removed broken link to example files in section 6.8 and pointed out the main page Appendix A instead. +* Correction of a bullet point explaining the example in section "Line TAX Category" in all BISes that uses it. == Changes to syntax * Despatch Advice transaction (T16) diff --git a/guides/shared/files/vat-cat-line.adoc b/guides/shared/files/vat-cat-line.adoc index d08098fa..a4c3a1fa 100644 --- a/guides/shared/files/vat-cat-line.adoc +++ b/guides/shared/files/vat-cat-line.adoc @@ -11,4 +11,5 @@ Each line may have the item TAX information including category code and percenta include::../snippets/snippet-common.xml[tags=vat-line] ---- <1> TAX category according to codelist {vat-codes} -<2> Value must identify the correct tax type. For example VAT, GST or sales tax. +<2> The TAX percentage rate that applies to the item unless specific trade reasons apply such as exemptions +<3> Value must identify the correct tax type. For example VAT, GST or sales tax. From cfd6a69b8e6548c44b7d0a3aa6bd3d1a38b2469b Mon Sep 17 00:00:00 2001 From: Georg Date: Tue, 18 Oct 2022 17:12:06 +0000 Subject: [PATCH 37/45] Update eas.xml POACC-510 --- structure/codelist/eas.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/structure/codelist/eas.xml b/structure/codelist/eas.xml index 9ab5410b..d521cdb4 100644 --- a/structure/codelist/eas.xml +++ b/structure/codelist/eas.xml @@ -53,18 +53,10 @@ 0142 SECETI Object Identifiers - - 0147 - Standard Company Code - 0151 Australian Business Number (ABN) Scheme - - 0170 - Teikoku Company Code - 0183 Numéro d'identification suisse des enterprises (IDE), Swiss Unique Business From b0e9bd3303ce9506e5edf7508b2056feb21a5aa8 Mon Sep 17 00:00:00 2001 From: Georg Date: Tue, 18 Oct 2022 18:22:30 +0000 Subject: [PATCH 38/45] Added table for order type codes POACC-443 --- .../01-order/description/index.adoc | 2 + .../01-order/description/order-type.adoc | 48 +++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 guides/transactions/01-order/description/order-type.adoc diff --git a/guides/transactions/01-order/description/index.adoc b/guides/transactions/01-order/description/index.adoc index bc49dc4e..ed52c23d 100644 --- a/guides/transactions/01-order/description/index.adoc +++ b/guides/transactions/01-order/description/index.adoc @@ -25,4 +25,6 @@ include::tax-total.adoc[] include::../../../shared/files/vat-cat-line.adoc[] +include::order-type.adoc[] + :leveloffset: -1 diff --git a/guides/transactions/01-order/description/order-type.adoc b/guides/transactions/01-order/description/order-type.adoc new file mode 100644 index 00000000..3c6bbd04 --- /dev/null +++ b/guides/transactions/01-order/description/order-type.adoc @@ -0,0 +1,48 @@ += Order Type Code +Following values may be uses as order type code but shall be treated as synonyms with 220 and process in the same way, unless bi-laterally agreed differently. + + +[cols="1,4"] +|=== +h| Document location +| `cbc:OrderTypeCode` +h| Source codelist +| + link:http://www.unece.org/fileadmin/DAM/trade/untdid/d16b/tred/tred1001.htm[UN/CEFACT code list 1001, D.16B] +|=== + + +[cols="1h,2s,4a,1,1m", options="header"] +.Code list +|=== +| Code +| Name +| Description +| Synonym with +| UBL Message type + +| 220 +| Order +| Document/message by means of which a buyer initiates a transaction with a seller involving the supply of goods or services as specified, according to conditions set out in an offer, or otherwise known to the buyer. +| +| Order + +| 221 +| Blanket order +| Usage of document/message for general order purposes with later split into quantities and delivery dates and maybe delivery locations. +| 220 +| Order + +| 226 +| Call off order +| Document/message to provide split quantities and delivery dates referring to a previous blanket order. +| 220 +| Order + +| 227 +| Consignment order +| Order to deliver goods into stock with agreement on payment when goods are sold out of this stock. +| 220 +| Order + +|=== From 33d9966bc7d646034180d2df2fe1ac1e60f39da5 Mon Sep 17 00:00:00 2001 From: Georg Date: Wed, 19 Oct 2022 15:23:05 +0000 Subject: [PATCH 39/45] Added new codes POACC-535 --- structure/codelist/ICD.xml | 21 +++++++++++++++++++++ structure/codelist/eas.xml | 8 ++++++++ 2 files changed, 29 insertions(+) diff --git a/structure/codelist/ICD.xml b/structure/codelist/ICD.xml index 39ed3283..4b521ff9 100644 --- a/structure/codelist/ICD.xml +++ b/structure/codelist/ICD.xml @@ -1082,4 +1082,25 @@ Classes moyennes et Energie OVTcode Intended Purpose/App. Area: Identification scheme will be used for electronic trade purposes in e-invoicing, purchasing, electronic receipts. Issuing agency: TIEKE- Tietoyhteiskunnan kehittamiskeskus, FINLAND. + + 0217 + The Netherlands Chamber of Commerce and Industry establishment number + Intended Purpose/App. Area: Electronic invoicing. Issuing agency: Nederlands Normalisatie Instituut (NEN) + + + 0218 + Unified registration number (Latvia) + Intended Purpose/App. Area: Each legal entity registered with the Register of Enterprises of the Republic of Latvia is assigned a unique unified registration number. This unique unified registration number is used to identify legal subjects for every purpose where it might be necessary, including for the use of the tax authority. Issuing agency: The Register of Enterprises of the Republic of Latvia. + + + 0219 + Taxpayer registration code (Latvia) + Intended Purpose/App. Area: For use in Electronic data interchange (EDI) to identify private and public organizations. Issuing agency: State Revenue Service of the Republic of Latvia. + + + 0220 + The Register of Natural Persons (Latvia) + Intended Purpose/App. Area: The Register combines the functionality of the current information system of the Population Register and Civil Register. The Register is a uniform state registration and recording system of information and natural persons that provides identification of natural persons, data processing and accumulation, and includes and updates information about civil entries. The data included in the Register is used for statistical surveys, tax forecasting and calculation, organizing of elections and other processes of national importance. When entering information regarding a person in the Register, the Office of Citizenship and Migration Affairs of the Republic of Latvia shall assign an automatically generated individual personal identity number thereto. Issuing agency: Office of Citizenship and Migration Affairs of the Republic of Latvia. + + diff --git a/structure/codelist/eas.xml b/structure/codelist/eas.xml index d521cdb4..21792c82 100644 --- a/structure/codelist/eas.xml +++ b/structure/codelist/eas.xml @@ -150,6 +150,10 @@ 0216 OVTcode + + 0217 + The Netherlands Chamber of Commerce and Industry establishment number + 9901 Danish Ministry of the Interior and Health @@ -326,5 +330,9 @@ 9957 French VAT number + + 9959 + Employer Identification Number (EIN, USA) + From 11c35f54d77d3d68eab653ff5fd331f71fe61ed7 Mon Sep 17 00:00:00 2001 From: Georg Date: Wed, 19 Oct 2022 15:32:02 +0000 Subject: [PATCH 40/45] Added codes POACC-535 --- guides/release-notes/v3.0.10.adoc | 6 ++++-- structure/codelist/eas.xml | 8 -------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/guides/release-notes/v3.0.10.adoc b/guides/release-notes/v3.0.10.adoc index 936d7040..eeaa8bc6 100644 --- a/guides/release-notes/v3.0.10.adoc +++ b/guides/release-notes/v3.0.10.adoc @@ -1,6 +1,6 @@ = Version 3.0.10 [horizontal] -Release date:: 2022-11- +Release date:: 2022-11-01 == BIS documentation * Invoice Response @@ -42,4 +42,6 @@ Release date:: 2022-11- ** Punch Out transaction (T77) * Added DocumentType codes for Order transactions (T01) to allow for blanket orders (code 221) and Call-off (code 226). Applies in BIS specifications Order Only and Ordering. * Rule PEPPOL-COMMON-R049 (ICD 0007 - Swedish organization number) changed from severity warning to fatal (as announced in the may 2022 release) -* Correction in Rule PEPPOL-COMMON-R050 (validation of Australian Business Number (ABN)) corrected \ No newline at end of file +* Correction in Rule PEPPOL-COMMON-R050 (validation of Australian Business Number (ABN)) corrected +* Added eas codes 0217 and 9959. Removed 9906 and 9907. +* Added icd codes 0217, 0218, 0219, 0220 \ No newline at end of file diff --git a/structure/codelist/eas.xml b/structure/codelist/eas.xml index 21792c82..b049ea18 100644 --- a/structure/codelist/eas.xml +++ b/structure/codelist/eas.xml @@ -158,14 +158,6 @@ 9901 Danish Ministry of the Interior and Health - - 9906 - Ufficio responsabile gestione partite IVA - - - 9907 - TAX Authority - 9910 Hungary VAT number From ae7a0d3ab9c479168226cb0e204a43c833507aef Mon Sep 17 00:00:00 2001 From: Georg Date: Wed, 19 Oct 2022 15:45:12 +0000 Subject: [PATCH 41/45] Update project.xml POACC-537 --- project.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.xml b/project.xml index 3479bd32..f0c4608a 100644 --- a/project.xml +++ b/project.xml @@ -8,8 +8,8 @@ - Overview of alignments BIS DOCUMENTS - - Peppol BIS Order only 3.2 - - Peppol BIS Ordering 3.2 + - Peppol BIS Order only 3.3 + - Peppol BIS Ordering 3.3 - Peppol BIS Catalogue with response 3.1 - Peppol BIS Catalogue without response 3.1 - Peppol BIS Despatch Advice 3.1 From fa61d89e3125e0373faf6f09da89b774565b8b08 Mon Sep 17 00:00:00 2001 From: Georg Date: Wed, 19 Oct 2022 16:02:33 +0000 Subject: [PATCH 42/45] Fixing version numbers POACC-537 --- guides/profiles/28-ordering/main.adoc | 2 +- guides/profiles/3-order-only/main.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/profiles/28-ordering/main.adoc b/guides/profiles/28-ordering/main.adoc index ef29493d..85e2aa4c 100644 --- a/guides/profiles/28-ordering/main.adoc +++ b/guides/profiles/28-ordering/main.adoc @@ -15,7 +15,7 @@ include::../../shared/links.adoc[] :snippet-dir: ../../../../rules/snippets/order :snippet-response-dir: ../../../../rules/snippets/order-response -= image:../../shared/images/peppol.png[float="right"]BIS Ordering 3.2 += image:../../shared/images/peppol.png[float="right"]BIS Ordering 3.3 {author} diff --git a/guides/profiles/3-order-only/main.adoc b/guides/profiles/3-order-only/main.adoc index b6d5a757..ff6536de 100644 --- a/guides/profiles/3-order-only/main.adoc +++ b/guides/profiles/3-order-only/main.adoc @@ -12,7 +12,7 @@ include::../../shared/links.adoc[] :transaction-path: ../../transactions/01-order :snippet-dir: ../../../../rules/snippets/order -= image:../../shared/images/peppol.png[float="right"]BIS Order only 3.2 += image:../../shared/images/peppol.png[float="right"]BIS Order only 3.3 {author} {description} From 4611b0e8653c4749dfd8e3726269a635bdc90bac Mon Sep 17 00:00:00 2001 From: Georg Date: Wed, 19 Oct 2022 16:09:37 +0000 Subject: [PATCH 43/45] Aligning version numbers POACC-523 --- rules/sch/PEPPOLBIS-T01.sch | 2 +- rules/sch/PEPPOLBIS-T110.sch | 2 +- rules/sch/PEPPOLBIS-T111.sch | 2 +- rules/sch/PEPPOLBIS-T16.sch | 2 +- rules/sch/PEPPOLBIS-T19.sch | 2 +- rules/sch/PEPPOLBIS-T76.sch | 2 +- rules/sch/PEPPOLBIS-T77.sch | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/rules/sch/PEPPOLBIS-T01.sch b/rules/sch/PEPPOLBIS-T01.sch index ef9eaa0e..be064267 100644 --- a/rules/sch/PEPPOLBIS-T01.sch +++ b/rules/sch/PEPPOLBIS-T01.sch @@ -3,7 +3,7 @@ xmlns:xi="http://www.w3.org/2001/XInclude" schemaVersion="iso" queryBinding="xslt2"> - Rules for PEPPOL Order transaction 3.0 + Rules for PEPPOL Order transaction 3.3 diff --git a/rules/sch/PEPPOLBIS-T110.sch b/rules/sch/PEPPOLBIS-T110.sch index 4a7bb5ef..5a3be200 100644 --- a/rules/sch/PEPPOLBIS-T110.sch +++ b/rules/sch/PEPPOLBIS-T110.sch @@ -3,7 +3,7 @@ xmlns:xi="http://www.w3.org/2001/XInclude" schemaVersion="iso" queryBinding="xslt2"> - Rules for PEPPOL Order Agreement transaction 3.0 + Rules for PEPPOL Order Agreement transaction 3.1 diff --git a/rules/sch/PEPPOLBIS-T111.sch b/rules/sch/PEPPOLBIS-T111.sch index a4ea923e..807bfd3f 100644 --- a/rules/sch/PEPPOLBIS-T111.sch +++ b/rules/sch/PEPPOLBIS-T111.sch @@ -3,7 +3,7 @@ xmlns:xi="http://www.w3.org/2001/XInclude" schemaVersion="iso" queryBinding="xslt2"> - Rules for PEPPOL Invoice Response transaction 3.0 + Rules for PEPPOL Invoice Response transaction 3.1 diff --git a/rules/sch/PEPPOLBIS-T16.sch b/rules/sch/PEPPOLBIS-T16.sch index e9f84ca4..e179f3fd 100644 --- a/rules/sch/PEPPOLBIS-T16.sch +++ b/rules/sch/PEPPOLBIS-T16.sch @@ -3,7 +3,7 @@ xmlns:xi="http://www.w3.org/2001/XInclude" schemaVersion="iso" queryBinding="xslt2"> - Rules for PEPPOL Despatch Advice transaction 3.0 + Rules for PEPPOL Despatch Advice transaction 3.2 diff --git a/rules/sch/PEPPOLBIS-T19.sch b/rules/sch/PEPPOLBIS-T19.sch index 76446bdb..449f6ea3 100644 --- a/rules/sch/PEPPOLBIS-T19.sch +++ b/rules/sch/PEPPOLBIS-T19.sch @@ -3,7 +3,7 @@ xmlns:xi="http://www.w3.org/2001/XInclude" schemaVersion="iso" queryBinding="xslt2"> - Rules for PEPPOL Catalogue transaction 3.0 + Rules for PEPPOL Catalogue transaction 3.2 diff --git a/rules/sch/PEPPOLBIS-T76.sch b/rules/sch/PEPPOLBIS-T76.sch index 85edaba9..cb26c012 100644 --- a/rules/sch/PEPPOLBIS-T76.sch +++ b/rules/sch/PEPPOLBIS-T76.sch @@ -3,7 +3,7 @@ xmlns:xi="http://www.w3.org/2001/XInclude" schemaVersion="iso" queryBinding="xslt2"> - Rules for PEPPOL Order Response transaction 3.0 + Rules for PEPPOL Order Response transaction 3.1 diff --git a/rules/sch/PEPPOLBIS-T77.sch b/rules/sch/PEPPOLBIS-T77.sch index f2899b02..cb4abda4 100644 --- a/rules/sch/PEPPOLBIS-T77.sch +++ b/rules/sch/PEPPOLBIS-T77.sch @@ -3,7 +3,7 @@ xmlns:xi="http://www.w3.org/2001/XInclude" schemaVersion="iso" queryBinding="xslt2"> - Rules for PEPPOL Punch Out transaction 3.0 + Rules for PEPPOL Punch Out transaction 3.2 From ecfae047150c75e253633e91a0ba3bfffc6b4a3d Mon Sep 17 00:00:00 2001 From: Georg Date: Wed, 26 Oct 2022 10:24:09 +0000 Subject: [PATCH 44/45] Remove eas code 217 --- guides/release-notes/v3.0.10.adoc | 2 +- structure/codelist/eas.xml | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/guides/release-notes/v3.0.10.adoc b/guides/release-notes/v3.0.10.adoc index eeaa8bc6..a7a5357c 100644 --- a/guides/release-notes/v3.0.10.adoc +++ b/guides/release-notes/v3.0.10.adoc @@ -43,5 +43,5 @@ Release date:: 2022-11-01 * Added DocumentType codes for Order transactions (T01) to allow for blanket orders (code 221) and Call-off (code 226). Applies in BIS specifications Order Only and Ordering. * Rule PEPPOL-COMMON-R049 (ICD 0007 - Swedish organization number) changed from severity warning to fatal (as announced in the may 2022 release) * Correction in Rule PEPPOL-COMMON-R050 (validation of Australian Business Number (ABN)) corrected -* Added eas codes 0217 and 9959. Removed 9906 and 9907. +* Added eas codes 9959. Removed 9906 and 9907. * Added icd codes 0217, 0218, 0219, 0220 \ No newline at end of file diff --git a/structure/codelist/eas.xml b/structure/codelist/eas.xml index b049ea18..b87003d1 100644 --- a/structure/codelist/eas.xml +++ b/structure/codelist/eas.xml @@ -150,10 +150,6 @@ 0216 OVTcode - - 0217 - The Netherlands Chamber of Commerce and Industry establishment number - 9901 Danish Ministry of the Interior and Health From 790095988331eb8f714aa921000f3a66b6056789 Mon Sep 17 00:00:00 2001 From: Jerry Dimitriou Date: Wed, 2 Nov 2022 21:09:58 +0200 Subject: [PATCH 45/45] Updated release date --- guides/release-notes/v3.0.10.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/release-notes/v3.0.10.adoc b/guides/release-notes/v3.0.10.adoc index a7a5357c..d8920bee 100644 --- a/guides/release-notes/v3.0.10.adoc +++ b/guides/release-notes/v3.0.10.adoc @@ -1,6 +1,6 @@ = Version 3.0.10 [horizontal] -Release date:: 2022-11-01 +Release date:: 2022-11-03 == BIS documentation * Invoice Response @@ -44,4 +44,4 @@ Release date:: 2022-11-01 * Rule PEPPOL-COMMON-R049 (ICD 0007 - Swedish organization number) changed from severity warning to fatal (as announced in the may 2022 release) * Correction in Rule PEPPOL-COMMON-R050 (validation of Australian Business Number (ABN)) corrected * Added eas codes 9959. Removed 9906 and 9907. -* Added icd codes 0217, 0218, 0219, 0220 \ No newline at end of file +* Added icd codes 0217, 0218, 0219, 0220