Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release notes and versions #116

Merged
merged 2 commits into from
Oct 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions guides/release-notes/v3.0.14.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ Release date:: November 2024
* BIS Ordering and Order Only
** Added sample file and use case which describes consignment orders and vendor-managed inventory

== Changes to Compliance BIS document
* Added new compliance on SBDH and BIS3 payload
** The value of the SBDH element "Sender/Identifier" MUST be equivalent to the value in the sender party’s "Party/EndpointID" element and its "schemeID" attribute.
** The value of the SBDH element "Receiver/Identifier" MUST be equivalent to the value in the receiver’s party "Party/EndpointID" element and its "schemeID" attribute
== Changes to "BIS compliance" document
* Added new compliance rules on how to use sender/receiver identifiers when enveloping a BIS3 message in Peppol Business Message Envelope (SBDH)

== Changes to syntax
* Order transaction (T01)
Expand Down
24 changes: 12 additions & 12 deletions project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<Resource>
<Type>Structure-1</Type>
<Path>structure/syntax/ubl-order.xml</Path>
<Title>Peppol Order transaction 3.4 (T01)</Title>
<Title>Peppol Order transaction 3.5 (T01)</Title>
</Resource>
<Resource>
<Type>Structure-1</Type>
Expand All @@ -36,12 +36,12 @@
<Resource>
<Type>Structure-1</Type>
<Path>structure/syntax/ubl-orderagreement.xml</Path>
<Title>Peppol Order Agreement transaction 3.1 (T110)</Title>
<Title>Peppol Order Agreement transaction 3.2 (T110)</Title>
</Resource>
<Resource>
<Type>Structure-1</Type>
<Path>structure/syntax/ubl-order-change.xml</Path>
<Title>Peppol Order Change transaction 3.0 (T114)</Title>
<Title>Peppol Order Change transaction 3.1 (T114)</Title>
</Resource>
<Resource>
<Type>Structure-1</Type>
Expand All @@ -56,7 +56,7 @@
<Resource>
<Type>Structure-1</Type>
<Path>structure/syntax/ubl-catalogue.xml</Path>
<Title>Peppol Catalogue transaction 3.2 (T19)</Title>
<Title>Peppol Catalogue transaction 3.3 (T19)</Title>
</Resource>
<Resource>
<Type>Structure-1</Type>
Expand All @@ -66,12 +66,12 @@
<Resource>
<Type>Structure-1</Type>
<Path>structure/syntax/ubl-despatch-advice.xml</Path>
<Title>Peppol Despatch Advice transaction 3.2 (T16)</Title>
<Title>Peppol Despatch Advice transaction 3.3 (T16)</Title>
</Resource>
<Resource>
<Type>Structure-1</Type>
<Path>structure/syntax/ubl-shoppingcart.xml</Path>
<Title>Peppol Punch Out transaction 3.2 (T77)</Title>
<Title>Peppol Punch Out transaction 3.3 (T77)</Title>
</Resource>
<Resource>
<Type>Structure-1</Type>
Expand All @@ -94,7 +94,7 @@
<Identifier>T01</Identifier>
<Type>native:Schematron</Type>
<Path>rules/sch/parts/PEPPOL-M-T01.sch</Path>
<Title>Business rules for Peppol Order transaction 3.4 </Title>
<Title>Business rules for Peppol Order transaction 3.5 </Title>
</Resource>
<Resource>
<Identifier>T76</Identifier>
Expand All @@ -106,13 +106,13 @@
<Identifier>T110</Identifier>
<Type>native:Schematron</Type>
<Path>rules/sch/parts/PEPPOL-M-T110.sch</Path>
<Title>Business rules for Peppol Order Agreement transaction 3.1</Title>
<Title>Business rules for Peppol Order Agreement transaction 3.2</Title>
</Resource>
<Resource>
<Identifier>T19</Identifier>
<Type>native:Schematron</Type>
<Path>rules/sch/parts/PEPPOL-M-T19.sch</Path>
<Title>Business rules for Peppol Catalogue transaction 3.2</Title>
<Title>Business rules for Peppol Catalogue transaction 3.3</Title>
</Resource>
<Resource>
<Identifier>T58</Identifier>
Expand All @@ -124,14 +124,14 @@
<Identifier>T16</Identifier>
<Type>native:Schematron</Type>
<Path>rules/sch/parts/PEPPOL-M-T16.sch</Path>
<Title>Business rules for Peppol Despatch Advice transaction 3.2</Title>
<Title>Business rules for Peppol Despatch Advice transaction 3.3</Title>
</Resource>

<Resource>
<Identifier>T77</Identifier>
<Type>native:Schematron</Type>
<Path>rules/sch/parts/PEPPOL-M-T77.sch</Path>
<Title>Business rules for Peppol Punch Out transaction 3.2</Title>
<Title>Business rules for Peppol Punch Out transaction 3.3</Title>
</Resource>

<Resource>
Expand All @@ -151,7 +151,7 @@
<Identifier>T114</Identifier>
<Type>native:Schematron</Type>
<Path>rules/sch/parts/PEPPOL-M-T114.sch</Path>
<Title>Business rules for Peppol Order Change transaction 3.0</Title>
<Title>Business rules for Peppol Order Change transaction 3.1</Title>
</Resource>
<Resource>
<Identifier>T115</Identifier>
Expand Down
Loading