From 04853ff17fafc5a4e484ff00cd5a5fd3d0d75f21 Mon Sep 17 00:00:00 2001 From: Georg Date: Fri, 22 Sep 2023 14:22:41 +0000 Subject: [PATCH 1/2] Add invoice type codes POACC-548 --- guide/profile/codes/invoice-specific.adoc | 12 ++++++++++++ rules/sch/PEPPOL-EN16931-CII.sch | 2 +- rules/sch/PEPPOL-EN16931-UBL.sch | 2 +- structure/codelist/UNCL1001-inv.xml | 14 +++++++++++++- 4 files changed, 27 insertions(+), 3 deletions(-) diff --git a/guide/profile/codes/invoice-specific.adoc b/guide/profile/codes/invoice-specific.adoc index 33c5a555..34c2a0ee 100644 --- a/guide/profile/codes/invoice-specific.adoc +++ b/guide/profile/codes/invoice-specific.adoc @@ -63,6 +63,12 @@ include::../../syntax/codelists/inv-type.adoc[] | 380 | Invoice +|326 +|Partial invoice +|Document/message specifying details of an incomplete invoice. +| 380 +| Invoice + |331 |Commercial invoice which includes a packing list |Commercial transaction (invoice) will include a packing list. @@ -81,6 +87,12 @@ include::../../syntax/codelists/inv-type.adoc[] | 380 | Invoice +|384 +|Corrected invoice +|Commercial invoice that includes revised information differing from an earlier submission of the same invoice. +| 380 +| Invoice + |386 |Prepayment invoice |An invoice to pay amounts for goods and services in advance; these amounts will be subtracted from the final invoice. diff --git a/rules/sch/PEPPOL-EN16931-CII.sch b/rules/sch/PEPPOL-EN16931-CII.sch index 3c855f7e..3908d952 100644 --- a/rules/sch/PEPPOL-EN16931-CII.sch +++ b/rules/sch/PEPPOL-EN16931-CII.sch @@ -533,7 +533,7 @@ Last update: 2022 May release 3.0.13. Invoice type code MUST be set according to the profile. diff --git a/rules/sch/PEPPOL-EN16931-UBL.sch b/rules/sch/PEPPOL-EN16931-UBL.sch index ccae7f38..4260095b 100644 --- a/rules/sch/PEPPOL-EN16931-UBL.sch +++ b/rules/sch/PEPPOL-EN16931-UBL.sch @@ -692,7 +692,7 @@ Last update: 2023 May release 3.0.15. Invoice type code MUST be set according to the profile. diff --git a/structure/codelist/UNCL1001-inv.xml b/structure/codelist/UNCL1001-inv.xml index b8b197de..8d0a7baa 100644 --- a/structure/codelist/UNCL1001-inv.xml +++ b/structure/codelist/UNCL1001-inv.xml @@ -56,6 +56,12 @@ Payment request for completed units A request for payment for completed units. + + + 326 + Partial invoice + Document/message specifying details of an incomplete invoice. + 331 @@ -85,7 +91,13 @@ relevant party. - + + + 384 + Corrected invoice + Commercial invoice that includes revised information differing from an earlier submission of the same invoice. + + 386 Prepayment invoice From ac645442dd3ed9613a2c6612df806167eb2eb8f3 Mon Sep 17 00:00:00 2001 From: Georg Date: Fri, 22 Sep 2023 15:10:07 +0000 Subject: [PATCH 2/2] Update v3.0.16.adoc POACC-548 --- guide/release-notes/v3.0.16.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/release-notes/v3.0.16.adoc b/guide/release-notes/v3.0.16.adoc index cfa211fa..dfa585ef 100644 --- a/guide/release-notes/v3.0.16.adoc +++ b/guide/release-notes/v3.0.16.adoc @@ -12,5 +12,7 @@ Release date:: 2023-11-01 * The structure of the Peppol Schematron rule set has been improved for better quality. A function that was previously located in the Greek rules section is now correctly positioned alongside other functions. +* Added invoice type codes 326 "Partial invoice" and 384 "Corrected invoice" as synonyms to code 380. + == Changes to Country-Specific Rules