Commit Graph

1561 Commits

Author SHA1 Message Date
jstaerk
cf17ec26ce updated schematron 2024-09-23 18:18:26 +02:00
jstaerk
ca5b188cf7 Merge branch 'master' of github.com:ZUGFeRD/mustangproject 2024-09-23 18:12:39 +02:00
jstaerk
fa98b6710b updated doc 2024-09-23 18:12:27 +02:00
Jochen Staerk
8d6ddc7123 Merge pull request #479 from hypfvieh/POM-Cleanup
Re-Formatted and re-organized POMs - Part 2
2024-09-23 18:08:48 +02:00
Jochen Staerk
8e0745e8c0 Merge branch 'master' into POM-Cleanup 2024-09-23 18:08:37 +02:00
jstaerk
8af34a79f3 change due to AWV issue 162 2024-09-23 09:25:07 +02:00
Jochen Staerk
58f99db078 Merge pull request #472 from J-N-K/cli-loggin
Fix logging implementation missing in CLI
2024-09-22 16:02:05 +02:00
jstaerk
451bd95f76 closes #487 2024-09-22 15:36:41 +02:00
jstaerk
12315cf7e7 corrected position of payeetradeparty 2024-09-21 14:39:47 +02:00
jstaerk
c521f58ef1 corrections to intra community supply, the possibility to set it manually via exemptionreasoncode and another test 2024-09-21 08:47:13 +02:00
jstaerk
c8a2f7e204 closes #423, closes #465 2024-09-20 17:54:17 +02:00
Jochen Staerk
5476b09c06 Merge pull request #482 from langfr/fix_validation
Fix current validation errors.
2024-09-20 13:28:44 +02:00
Jochen Staerk
0f49cb403a Merge pull request #476 from J-N-K/prodclass
Add DesignatedProductClassification for SpecifiedTradeProduct
2024-09-20 13:27:44 +02:00
Jochen Staerk
6f1a1a24c1 Merge pull request #473 from J-N-K/fix-usoe
Fix UnsupportedOperationException in buildNotes
2024-09-20 13:25:43 +02:00
Jochen Staerk
3b352b3e7d Merge pull request #471 from J-N-K/fixlegalorg
Fix LegalOrganisation schemeId
2024-09-20 13:24:02 +02:00
Jochen Staerk
1dc66b048e Merge pull request #469 from mkilian/xr-val-schema-en16931
Enable EN16931 schema validation for XRechnung.
2024-09-20 13:22:37 +02:00
Jochen Staerk
904436d004 Merge pull request #468 from J-N-K/improvebuild
Fix validator dependencies
2024-09-20 13:21:41 +02:00
Jochen Staerk
d31e2d5d23 Merge pull request #467 from J-N-K/fixtests
Fix test using wrong file
2024-09-20 13:20:55 +02:00
Jochen Staerk
e9076e835b Merge pull request #460 from phermsdorf/master
closes #456
2024-09-20 13:20:00 +02:00
jstaerk
604eef6e9c commenetd out failing additional test 2024-09-20 11:56:07 +02:00
jstaerk
cd5623d16e Merge branch 'master' of github.com:ZUGFeRD/mustangproject 2024-09-20 11:53:41 +02:00
jstaerk
c8beb71b15 added eeisi test 2024-09-20 11:53:30 +02:00
langfr
d338037447 Fix current validation errors. 2024-09-18 14:39:01 +01:00
Jochen Staerk
575d1d3fac Merge pull request #477 from J-N-K/fix-ppi
Fix prepaid amount in importer
2024-09-16 12:42:54 +02:00
Jochen Staerk
bef1de37e1 Merge pull request #457 from langfr/feature/payee
Enable suport for PayeeTradeParty / PayeeParty.
2024-09-16 12:40:52 +02:00
David M
51c865cf5a Finalized plugin configuration 2024-09-14 17:06:38 +02:00
David M
835a629230 Removed crappy shade-plugin configuration 2024-09-14 15:07:29 +02:00
David M
acbff564f2 Dependency fixes 2024-09-14 14:43:27 +02:00
David M
5cbf48b598 Configure release plugin 2024-09-14 14:37:46 +02:00
David M
0ad5b1c092 More cleanup 2024-09-14 14:30:53 +02:00
David M
38e72b7ae2 Merge branch 'master' into POM-Cleanup 2024-09-14 14:30:39 +02:00
Jan N. Klug
af1ac2a8e0 Fix prepaid amount in importer
Signed-off-by: Jan N. Klug <github@klug.nrw>
2024-09-13 15:16:20 +02:00
Jan N. Klug
e8b8e0ff07 fix for multiple elements
Signed-off-by: Jan N. Klug <github@klug.nrw>
2024-09-13 14:40:12 +02:00
Jan N. Klug
fdf7211184 improvements
Signed-off-by: Jan N. Klug <github@klug.nrw>
2024-09-13 14:16:15 +02:00
Jan N. Klug
207f977cbd Add DesignatedProductClassification for SpecifiedTradeProduct
Also contains refactoring of the XML parsing for the `Item` class.

Signed-off-by: Jan N. Klug <github@klug.nrw>
2024-09-13 13:14:02 +02:00
Jan N. Klug
f280cf0589 Fix UnsupportedOperationException in buildNotes
Signed-off-by: Jan N. Klug <github@klug.nrw>
2024-09-11 09:22:51 +02:00
Jan N. Klug
284002ea38 Fix logging implementation missing in CLI
Signed-off-by: Jan N. Klug <github@klug.nrw>
2024-09-10 20:42:34 +02:00
Jan N. Klug
a954b286d3 Fix LegalOrganisation schemeId
The id and scheme id are reversed in the constructor of `LegalOrganisation` when creating the `SchemedId`.

Signed-off-by: Jan N. Klug <github@klug.nrw>
2024-09-10 19:29:25 +02:00
jstaerk
3d9bfbfa36 working on #463 2024-09-10 19:12:48 +02:00
Jan N. Klug
8cb181a384 Fix validator dependencies
Without these dependencies the `validator` project cannot be build. The build still fails due to a validation error in a test, though.

Signed-off-by: Jan N. Klug <github@klug.nrw>
2024-09-09 20:58:58 +02:00
Matthias Kilian
8d8540ce30 Enable EN16931 schema validation for XRechnung.
Add a test case with an invalid XR (elements in wrong order).
2024-09-09 14:31:30 +02:00
Jan N. Klug
d2959dd8b7 Fix test using wrong file
Signed-off-by: Jan N. Klug <github@klug.nrw>
2024-09-09 14:05:10 +02:00
jstaerk
958d268cac closing #461, closing #463 2024-09-09 08:28:39 +02:00
jstaerk
63bc167a1a updated description 2024-09-05 09:06:24 +02:00
Peter Hermsdorf
0d574eeadc closes #456
* email serialization was working
* add verification to test
* remove redundant UriUniversalCommunicationID and
UriUniversalCommunicationScheme
2024-08-30 16:18:24 +02:00
langfr
989870b28d Enable suport for PayeeTradeParty / PayeeParty. 2024-08-29 10:13:18 +01:00
David M
98f86d03bd [maven-release-plugin] rollback the release of core-2.13.1 2024-08-28 19:23:46 +02:00
David M
d2ca8203c7 [maven-release-plugin] prepare for next development iteration 2024-08-28 19:22:40 +02:00
David M
abe7e663f8 [maven-release-plugin] prepare release core-2.13.1 2024-08-28 19:22:40 +02:00
jstaerk
0f55d35d05 [maven-release-plugin] prepare for next development iteration 2024-08-28 17:55:29 +02:00