Skip to content

Commit

Permalink
Merge pull request #180 from OpenPEPPOL/POACC-825
Browse files Browse the repository at this point in the history
Initial commit
  • Loading branch information
Zumbala authored Feb 23, 2025
2 parents 952d7cc + 1d918b3 commit d44d3e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build-billing.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ call :dashed "Structure"
docker run --rm -v "%PROJECT%:/src" -v "%PROJECT%/target:/target" difi/vefa-structure:0.7

call :dashed "Validator"
docker run --rm -v "%PROJECT%:/src" anskaffelser/validator:2.1.0 build -x -t -n eu.peppol.postaward.v3.billing -a rules,guide -target target/validator /src
docker run --rm -v "%PROJECT%:/src" phelger/vefa-validator:2.3.1 build -x -t -n eu.peppol.postaward.v3.billing -a rules,guide -target target/validator /src

call :dashed "Generate adoc-files from rules"
ECHO CEN-EN16931-UBL
Expand Down
4 changes: 4 additions & 0 deletions guide/release-notes/v3.0.19.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ Release date:: May 2025

== Changes to Country-Specific Rules
* Rule DK-R-008 changed to allow PayeeFinancialAccount/ID with both 7 and 8 numerical characters (PaymentMeansCode = 50 - Giro kontonummer).
* Rule DK-R-003 PEPPOL UBL & CII – Validation changed to allow support the additional UNSPSC version.
Updated validation both support version 9.05.01 and 26.08.01.
* Rule DK-R-004 PEPPOL UBL& CII - Validation changed to support additional content validation of the field AllowanceChargeReason,
when ZZZ is used for AllowanceChargeReasonCode and ChargeIndicator is true.

0 comments on commit d44d3e0

Please sign in to comment.