Skip to content

Commit

Permalink
Using the ITA rules because they are more advanced
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Sep 5, 2024
1 parent e40ea2a commit 656c0cf
Show file tree
Hide file tree
Showing 10 changed files with 4,990 additions and 3,760 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ I hope that with the introduction of PINT, the versioning problem will be solved

# News and noteworthy

* v3.1.13 - work in progress
* Added support for Peppol Italy rules 3.1.0 (AGID Credit Note, Despatch Advice, Invoice, Order, Order Agreement and Order Response)
* v3.1.13 - 2024-09-06
* Added support for Peppol Italy rules 3.1.0 (AGID Credit Note, Despatch Advice, Invoice, Order, Order Agreement and Order Response), Italian version
* v3.1.12 - 2024-07-29
* Updated to phive 9.2.2
* Added Peppol PINT rules 1.0.2
Expand Down
20 changes: 7 additions & 13 deletions phive-rules-peppol-italy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@

<properties>
<agid-rules.version>3.1.0</agid-rules.version>
<!-- Must be ITA as the ENG rules are no identical (last checked for 3.1.0) -->
<agid-rules.lang>ITA</agid-rules.lang>
</properties>

<build>
Expand Down Expand Up @@ -106,59 +108,51 @@
<goal>convert</goal>
</goals>
<configuration>
<schematronDirectory>src/test/resources/external/rule-source/${agid-rules.version}/peppolbis-trdm016-3.0-despatch-advice/Schematron/ENG</schematronDirectory>
<schematronDirectory>src/test/resources/external/rule-source/${agid-rules.version}/peppolbis-trdm016-3.0-despatch-advice/Schematron/${agid-rules.lang}</schematronDirectory>
<schematronPattern>*.sch</schematronPattern>
<xsltDirectory>src/main/resources/external/schematron/peppol-italy/${agid-rules.version}/despatch-advice</xsltDirectory>
</configuration>
</execution>
-->
<!--
<execution>
<id>invoice</id>
<goals>
<goal>convert</goal>
</goals>
<configuration>
<schematronDirectory>src/test/resources/external/rule-source/${agid-rules.version}/peppolbis-en16931-ubl-3.0-invoice/Schematron/ENG</schematronDirectory>
<schematronDirectory>src/test/resources/external/rule-source/${agid-rules.version}/peppolbis-en16931-ubl-3.0-invoice/Schematron/${agid-rules.lang}</schematronDirectory>
<schematronPattern>*.sch</schematronPattern>
<xsltDirectory>src/main/resources/external/schematron/peppol-italy/${agid-rules.version}/invoice</xsltDirectory>
</configuration>
</execution>
-->
<!--
<execution>
<id>order</id>
<goals>
<goal>convert</goal>
</goals>
<configuration>
<schematronDirectory>src/test/resources/external/rule-source/${agid-rules.version}/peppolbis-trdm001-3.0-order/Schematron/ENG</schematronDirectory>
<schematronDirectory>src/test/resources/external/rule-source/${agid-rules.version}/peppolbis-trdm001-3.0-order/Schematron/${agid-rules.lang}</schematronDirectory>
<schematronPattern>*.sch</schematronPattern>
<xsltDirectory>src/main/resources/external/schematron/peppol-italy/${agid-rules.version}/order</xsltDirectory>
</configuration>
</execution>
-->
<!--
<execution>
<id>order-agreement</id>
<goals>
<goal>convert</goal>
</goals>
<configuration>
<schematronDirectory>src/test/resources/external/rule-source/${agid-rules.version}/peppolbis-trdm110-3.0-order-agreement/Schematron/ENG</schematronDirectory>
<schematronDirectory>src/test/resources/external/rule-source/${agid-rules.version}/peppolbis-trdm110-3.0-order-agreement/Schematron/${agid-rules.lang}</schematronDirectory>
<schematronPattern>*.sch</schematronPattern>
<xsltDirectory>src/main/resources/external/schematron/peppol-italy/${agid-rules.version}/order-agreement</xsltDirectory>
</configuration>
</execution>
-->
<!--
<execution>
<id>order-response</id>
<goals>
<goal>convert</goal>
</goals>
<configuration>
<schematronDirectory>src/test/resources/external/rule-source/${agid-rules.version}/peppolbis-trdm076-3.0-order-response/Schematron/ENG</schematronDirectory>
<schematronDirectory>src/test/resources/external/rule-source/${agid-rules.version}/peppolbis-trdm076-3.0-order-response/Schematron/${agid-rules.lang}</schematronDirectory>
<schematronPattern>*.sch</schematronPattern>
<xsltDirectory>src/main/resources/external/schematron/peppol-italy/${agid-rules.version}/order-response</xsltDirectory>
</configuration>
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 656c0cf

Please sign in to comment.