Skip to content

Commit

Permalink
Merge pull request #116 from OpenPEPPOL/2022-q3-release-candidate
Browse files Browse the repository at this point in the history
2022 q3 release candidate
  • Loading branch information
jerouris authored Nov 2, 2022
2 parents 71c6c10 + 9f8ca44 commit 664a859
Show file tree
Hide file tree
Showing 26 changed files with 217 additions and 864 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-barnch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: |
aws s3 sync --acl public-read --region eu-west-1 target/site ${{ secrets.AWS_S3_PATH }}/${GITHUB_REF#refs/heads/}
aws s3 sync --acl public-read --region eu-west-1 target/site ${{ secrets.AWS_S3_PATH }}/poacc/${GITHUB_REF#refs/heads/}/billing/3.0
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ docker run --rm -i -v $PROJECT:/src -v $PROJECT/target/generated:/target --entry
docker run --rm -i -v $PROJECT:/src -v $PROJECT/target/generated:/target --entrypoint java klakegg/saxon:9.8.0-7 -cp /saxon.jar net.sf.saxon.Query -s:/src/rules/sch/PEPPOL-EN16931-UBL.sch -q:tools/xquery/rules_asciidoc_peppol.xquery -o:/target/PEPPOL-EN16931-UBL-GENERAL.sch.adoc
docker run --rm -i -v $PROJECT:/src -v $PROJECT/target/generated:/target --entrypoint java klakegg/saxon:9.8.0-7 -cp /saxon.jar net.sf.saxon.Query -s:/src/rules/sch/PEPPOL-EN16931-UBL.sch -q:tools/xquery/rules_asciidoc_peppol_national.xquery -o:/target/PEPPOL-EN16931-UBL-NATIONAL.sch.adoc

# Example files
docker run --rm -i -v $PROJECT/target/site/files:/src alpine:3.6 rm -rf /src/BIS-Billing3-Examples.zip
docker run --rm -i -v $PROJECT/rules/examples:/src -v $PROJECT/target/site/files:/target -w /src kramos/alpine-zip -r /target/BIS-Billing3-Examples.zip .


# Guides
docker run --rm -i -v $PROJECT:/documents -v $PROJECT/target:/target difi/asciidoctor
Expand Down
3 changes: 1 addition & 2 deletions guide/bis/appendix/examples.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
[[examples]]
= Example files

The example files are published on GitHub. In addition, several example files have been developed in order to extract snippets into this guide. You might freely use them, but be aware that they include several comments used to extract the snippets.
The example files can be downloaded from the main page of this specification. In addition, several example files have been developed in order to extract snippets into this guide. You might freely use them, but be aware that they include several comments used to extract the snippets.

* {link-examples}
* {link-snippets}
1 change: 1 addition & 0 deletions guide/bis/main.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ v{version}
:source-language: xml
:sectanchors:
:sectnums:
:last-update-label!:
:CIUS: Core Invoice Usage Specification (CIUS)
:title-logo-image: ../images/peppol.jpg

Expand Down
3 changes: 1 addition & 2 deletions guide/bis/settings.adoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
:lang: en

:doctitle: image:../shared/images/peppol.jpg[float="right", width=100%] Peppol BIS Billing
:version: 3.0.10
:shared-dir: ../../shared
:snippet-dir: ../../rules/snippets

:version: 3.0.14
:name-op-en: OpenPeppol AISBL, Post-Award Coordinating Community


Expand Down
1 change: 1 addition & 0 deletions guide/compliance/main.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ openPeppol AISBL <http://www.peppol.eu/>
:toc: left
:toclevels: 2
:sourcedir: .
:last-update-label!:
:imagesdir: images
:title-logo-image: peppol.png

Expand Down
1 change: 1 addition & 0 deletions guide/migration/main.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ OpenPeppol AISBL, Post-Award Community
:source-language: xml
:sectanchors:
:sectnums:
:last-update-label!:
:CIUS: Core Invoice Usage Specification (CIUS)
:title-logo-image: ../images/peppol.jpg

Expand Down
1 change: 1 addition & 0 deletions guide/national-rules/main.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ v{revision}
:source-language: xml
:sectanchors:
:sectnums:
:last-update-label!:
:CIUS: Core Invoice Usage Specification (CIUS)
:title-logo-image: ../images/peppol.jpg

Expand Down
3 changes: 3 additions & 0 deletions guide/release-notes/main.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ openPeppol AISBL <http://www.peppol.eu/>
:toc: left
:toclevels: 2
:sourcedir: .
:last-update-label!:
:imagesdir: images
:title-logo-image: peppol.png

Expand All @@ -14,6 +15,8 @@ IMPORTANT: Changes in code lists are also reflected by changes in the validation

:leveloffset: +1

include::v3.0.14.adoc[]

include::v3.0.13.adoc[]

include::v3.0.12.adoc[]
Expand Down
23 changes: 23 additions & 0 deletions guide/release-notes/v3.0.14.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
= Version 3.0.14
[horizontal]
Release date:: 2022-11-03

== Changes to BIS document
* 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.
* Example files added to zip-file that can be downloaded from the main page of the BIS.

== Changes to code lists and validation artefacts
* 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
* Adopted EN 16931 validation artefacts release 1.3.9
** Added EAS codes 9959
** Removed EAS codes 9906 and 9907
** Added ICD codes 0217, 0218, 0219 and 0220
** Correction to validation rules as listed https://github.com/ConnectingEurope/eInvoicing-EN16931/releases/tag/validation-1.3.9

== Changes to Country-Specific Rules

* Rules GR-S-008-1, GR-R-008-2 and GR-R-008-3 have been updated, expecting the string \##INVOICE|URL## instead of \##INVOICE-URL## (POAC-518)
* Rule DK-R-015 removed
* Error text changes to DK-R-004 PEPPOL UBL & CII rules
* Error text changes to DK-R-003 Peppol CII rules
8 changes: 8 additions & 0 deletions project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,14 @@
<Title>Stylesheet for UBL instances</Title>
<Property key="download">stylesheet-ubl.xslt</Property>
</Resource>

<Resource>
<Type>native:File</Type>
<Path>project.xml</Path>
<Title>Example files</Title>
<Property key="download">BIS-Billing3-Examples.zip</Property>
<Property key="filename">BIS-Billing3-Examples.zip</Property>
</Resource>

<Resource>
<Type>native:File</Type>
Expand Down
Loading

0 comments on commit 664a859

Please sign in to comment.