Skip to content

Commit

Permalink
Updated to the EHF G2 rules from 2019-12
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Feb 10, 2020
1 parent a44411c commit cb8bcbc
Show file tree
Hide file tree
Showing 49 changed files with 31,926 additions and 12 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ Please ensure that your stack size is at least 1MB (for Saxon). Using the Oracle
* v5.2.6 - 2020-02-10
* Updated the UBL 2.3 identifiers from "csprd01" to "csprd02"
* Added Peppol BIS 3 billing Hotfix from 2020-02-10 (BR-S-08 for standard VAT, BR-IG-08 for Canary Islands tax, BR-IP-08 for Ceuta and Melilla tax) as Peppol rules 3.9.1
* Updated to the EHF G2 rules from 2019-12
* v5.2.5 - 2020-02-06
* Added a default JSON representation for validation results - see class `BDVEJsonHelper`
* Added support for UBL.BE 1.1 (version 2019-11)
Expand Down
Binary file not shown.
Binary file not shown.
14 changes: 13 additions & 1 deletion ph-bdve-ehf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
-->
<!--
<execution>
<id>2010-06</id>
<id>2019-06</id>
<goals>
<goal>convert</goal>
</goals>
Expand All @@ -138,6 +138,18 @@
</configuration>
</execution>
-->
<!--
<execution>
<id>2019-12</id>
<goals>
<goal>convert</goal>
</goals>
<configuration>
<schematronDirectory>${basedir}/src/test/resources/ehf/2019-12/sch</schematronDirectory>
<xsltDirectory>${basedir}/src/main/resources/ehf/2019-12/xslt</xsltDirectory>
</configuration>
</execution>
-->
</executions>
</plugin>
</plugins>
Expand Down
127 changes: 118 additions & 9 deletions ph-bdve-ehf/src/main/java/com/helger/bdve/ehf/EHFValidation.java

Large diffs are not rendered by default.

516 changes: 516 additions & 0 deletions ph-bdve-ehf/src/main/resources/ehf/2019-12/xslt/EHF-UBL-COMMON.xslt

Large diffs are not rendered by default.

Loading

0 comments on commit cb8bcbc

Please sign in to comment.