Skip to content

Commit

Permalink
Merge pull request #149 from OpenPEPPOL/POACC-730
Browse files Browse the repository at this point in the history
Poacc 730
  • Loading branch information
jerouris authored May 22, 2024
2 parents 26bb6ff + 5d81009 commit e7cb61b
Show file tree
Hide file tree
Showing 7 changed files with 97 additions and 68 deletions.
14 changes: 12 additions & 2 deletions guide/release-notes/v3.0.17.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,23 @@ Release date:: May 2024

== Changes to BIS document

None

== Changes to code lists and validation artefacts

* Added new Swedish rule (SE-R-013) for validation of the check number of a Swedish Organization number. The rule is introduced as severity warning. All rules which verify the format of Organization numbers (SE-R-003, SE-R-004 and SE-R-013) will be changed to severity fatal in the next release.

* Update for rule NL-R-007 (mandatory payment means), the check should not fire if the document is a credit note with a positive amount.

* Update of PEPPOL-COMMON-R049, which validates identifiers using ICD/EAS 0007. The change is adding validation of the check number of a Swedish Organization number.
* Removing Currency code Sierra Leone SLL, new code is SLE
* Adding Payment means code 98
* Adding Item type identification code GMN
* Adding charge code PRV
* Adding VAT Exemption reason codes VATEX-FR-FRANCHISE, VATEX-FR-CNWVAT

== EN 16931 schematrons updated
* Changes in the code lists supported
* BT-32 path check missing in BR-AE-02, BR-AE-03, and BR-AE-04 in CII
* [BR-63] fails if multiple URIUniversalCommunication are present
* BR-33 / BR-CO-21 rules validation doesn't work on CII files (OK on UBL files)
* Undocumented and missing changes in v.1.3.11 release
* missing cardinality check for Value added tax point date (BT-7) and Value added tax point date code (BT-8) in CII
104 changes: 54 additions & 50 deletions rules/sch/CEN-EN16931-CII.sch

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions rules/sch/CEN-EN16931-UBL.sch

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions structure/codelist/ISO4217_2015.xml
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,8 @@
<Name>Saint Helena Pound</Name>
</Code>
<Code>
<Id>SLL</Id>
<Name>Leone</Name>
<Id>SLE</Id>
<Name>Sierra Leone</Name>
</Code>
<Code>
<Id>SOS</Id>
Expand Down
5 changes: 5 additions & 0 deletions structure/codelist/UNCL4461.xml
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,11 @@
<Description>Amounts which two partners owe to each other to be compensated in order to
avoid useless payments.</Description>
</Code>
<Code>
<Id>98</Id>
<Name>JP, Electronically Recorded Monetary Claims</Name>
<Description>An electronically recorded monetary claim is a claim that is separate from the underlying debt that gave rise to its accrual.Therefore, even if an electronically recorded monetary claim is accrued as a means of payment of the underlying debt, the underlying debt will not be extinguished as a matter of course.</Description>
</Code>
<Code>
<Id>ZZZ</Id>
<Name>Mutually defined</Name>
Expand Down
5 changes: 5 additions & 0 deletions structure/codelist/UNCL7143.xml
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,11 @@
<Name>Buyer's internal product group code</Name>
<Description>Product group code used within a buyer's internal systems.</Description>
</Code>
<Code>
<Id>GMN</Id>
<Name>Global model number</Name>
<Description>The GMN is the GS1-identification key used to identify a product model or product family based on attributes common to the model or family as defined by industry or regulation.</Description>
</Code>
<Code>
<Id>GN</Id>
<Name>National product group code</Name>
Expand Down
5 changes: 5 additions & 0 deletions structure/codelist/UNCL7161.xml
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,11 @@
<Name>Palletizing</Name>
<Description>The service of palletizing.</Description>
</Code>
<Code>
<Id>PRV</Id>
<Name>Price variation</Name>
<Description>Price variation related to energy and or raw materials cost variation.</Description>
</Code>
<Code>
<Id>RAB</Id>
<Name>Repacking</Name>
Expand Down

0 comments on commit e7cb61b

Please sign in to comment.