{"id":46539126,"url":"https://github.com/phax/peppol-uae","last_synced_at":"2026-03-07T00:31:18.289Z","repository":{"id":315653495,"uuid":"1060373732","full_name":"phax/peppol-uae","owner":"phax","description":"Peppol specific stuff for United Arab Emirates (UAE)","archived":false,"fork":false,"pushed_at":"2026-03-02T11:23:15.000Z","size":250,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-02T15:14:33.488Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-19T19:59:45.000Z","updated_at":"2026-03-02T11:23:19.000Z","dependencies_parsed_at":"2025-09-19T23:07:18.835Z","dependency_job_id":"b7216e1f-2c3c-416a-9d03-6f0ca4ff7301","html_url":"https://github.com/phax/peppol-uae","commit_stats":null,"previous_names":["phax/peppol-uae"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/phax/peppol-uae","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fpeppol-uae","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fpeppol-uae/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fpeppol-uae/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fpeppol-uae/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phax","download_url":"https://codeload.github.com/phax/peppol-uae/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phax%2Fpeppol-uae/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30158968,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T22:39:40.138Z","status":"online","status_checked_at":"2026-03-06T02:00:08.268Z","response_time":250,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-03-07T00:31:15.108Z","updated_at":"2026-03-07T00:31:18.251Z","avatar_url":"https://github.com/phax.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# peppol-uae\n\n[![Maven Central](https://img.shields.io/maven-central/v/com.helger.peppol/peppol-uae-parent-pom)](https://img.shields.io/maven-central/v/com.helger.peppol/peppol-uae-parent-pom)\n[![javadoc](https://javadoc.io/badge2/com.helger.peppol/peppol-uae-tdd/javadoc.svg)](https://javadoc.io/doc/com.helger.peppol/peppol-uae-tdd)\n\nPeppol specific stuff for United Arab Emirates (UAE)\n\npeppol-uae is part of my Peppol solution stack. See https://github.com/phax/peppol for other components and libraries in that area.\n\nThis contains a set of Java libraries.\nThey are licensed under the Apache 2.0 license.\nThe minimum requirement is Java 17.\n\nThe backing specifications are:\n* TDD AE: https://docs.peppol.eu/tdd/ae/v1.0.2/\n* PINT AE: https://test-docs.peppol.eu/pint/pint-ae/\n\n# Submodules\n\nThis project consists of the following submodules (in alphabetic order)\n\n* `peppol-uae-tdd` - contains the main logic to create UAE TDD documents based on PINT AE documents as well as documentation\n    * Main class to build a complete TDD from scratch is `PeppolUAETDD10Builder`\n    * To run the Schematron validation, use class `PeppolUAETDDValidator`\n* `peppol-uae-tdd-datatypes` - contains the JAXB generated UAE TDD data model\n    * Main class to read and write TDD XML is `PeppolUAETDD10Marshaller`\n* `peppol-uae-testfiles` - contains Peppol UAE specific test files as a reusable component\n    * Main class is `PeppolUAETestFiles`\n\n# Maven usage\n\nAdd the following to your `pom.xml` to use this artifact:, replacing `x.y.z` with the real version number.\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.helger.peppol\u003c/groupId\u003e\n  \u003cartifactId\u003epeppol-uae-tdd\u003c/artifactId\u003e\n  \u003cversion\u003ex.y.z\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n# Building\n\nThis project requires Apache Maven 3.x and Java 17 for building.\nSimply run\n```\nmvn clean install\n```\nto build the solution.\n\n# News and noteworthy\n\nv0.9.2 - 2026-01-27\n* This version suits the TDD 1.0.2 release published at https://docs.peppol.eu/tdd/ae/v1.0.2/\n* Building as a simple JAR file and not as a bundle\n* Updated to AE TDD 1.0.2 Schematron \n\nv0.9.1 - 2025-12-23\n* This version suits the TDD 1.0.1 release published at https://docs.peppol.eu/tdd/ae/v1.0.1/\n* Added updated Schematron 1.0.1\n    * Removed the mandatory check for \"pxs:ReportedDocument\" in case of a failed TDD (TDS)\n* Added explicit check, that C5 participant ID must use scheme `0242`\n* Updated class `PeppolUAETDD10ReportedTransactionBuilder` to properly handle an optional `ReportedDocument`\n* Improved inclusion of source Invoice and CreditNote as `SourceDocument` if they are not XSD compliant\n\nv0.9.0 - 2025-11-28\n* This version suits the TDD 1.0 release published at https://docs.peppol.eu/tdd/ae/v1.0.0/\n* Updated to XML Schema 1.0.0\n    * Changed the namespace URI to `urn:peppol:schema:taxdata:1.0`\n    * Added `schemaLocation` attribute to XS imports\n* Updated to Schematron 1.0.0\n    * Updated the pxs namespace URI according to the XSD\n    * The expected `CustomizationID` must be `urn:peppol:taxdata:ae-1`\n    * The expected `ProfileID` must be `urn:peppol:taxreporting`\n    * The schemeID of the `ReceivingParty` must be `0242`\n    * The schemeID of the `ReportersRepresentative` must be `0242`\n    * Reworded rules, so that they refer to semantic rules instead of the XML artifacts\n    * Added checks that used currencies are in ISO 4217 codelist\n\nv0.8.4 - 2025-11-16\n* Updated to ph-commons 12.1.0\n* Using JSpecify annotations\n\nv0.8.3 - 2025-10-21\n* Fixed an error in the `PeppolUAETDD10ReportedTransactionBuilder.initFrom(Invoice|CreditNote)` using the wrong party as buyer\n\nv0.8.2 - 2025-10-01\n* The source documents attached to a TDD are now excluding all `EmbeddedDocumentBinaryObject` elements\n\nv0.8.1 - 2025-09-23\n* Updated Schematrons - now with real assertion ID prefixes\n\nv0.8.0 - 2025-09-22\n* Initial version \n\n---\n\nMy personal [Coding Styleguide](https://github.com/phax/meta/blob/master/CodingStyleguide.md) |\nIt is appreciated if you star the GitHub project if you like it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphax%2Fpeppol-uae","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphax%2Fpeppol-uae","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphax%2Fpeppol-uae/lists"}