Commit Graph

637 Commits

Author SHA1 Message Date
Sebastian Sieber
ac05158050 Add GlobalID to product
When reading the node list to get the line items then add also the GlobalID to the product
2024-10-14 14:26:12 +02:00
Jochen Staerk
6f9259b7a8 Merge pull request #506 from J-N-K/fix-pom
Fix POM missing dependencies
2024-10-14 10:55:59 +02:00
jstaerk
2a00af8768 - also parse BICs in InvoiceImporter not only IBANs 2024-10-10 10:53:41 +02:00
jstaerk
fa6a8da0b3 [maven-release-plugin] prepare for next development iteration 2024-10-06 09:48:30 +02:00
jstaerk
93cd36007c [maven-release-plugin] prepare release core-2.14.1 2024-10-06 09:48:29 +02:00
Jan N. Klug
463d554ad9 Fix POM missing dependencies
This is the result of the reduced POM generation by the maven-shade-plugin. Some unnecessary configuration was clean up, too.

This also re-orders the dependencies so that the `test` dependencies are grouped at the end and all others before.

Signed-off-by: Jan N. Klug <github@klug.nrw>
2024-10-05 20:44:21 +02:00
jstaerk
af3c84e1fe Merge branch 'master' of github.com:ZUGFeRD/mustangproject 2024-10-05 17:50:08 +02:00
jstaerk
0967971e16 number formatting back and forth 2024-10-05 17:49:07 +02:00
Jochen Staerk
a69a7bb57a Merge pull request #500 from zeratools/fix-pdf-text-overlay
Update xr-content.xsl - fix #499
2024-10-05 09:54:30 +02:00
jstaerk
0004d9e982 changed some wording in pdf 2024-10-05 04:36:58 +02:00
jstaerk
6dcf7f50d9 #491 second attempt 2024-10-04 14:48:17 +02:00
jstaerk
36c6546551 manually applying @rchilumukoti patch, closes #491 (I hope) 2024-10-03 12:04:29 +02:00
vmig
d00aa62ad7 Update xr-content.xsl - fix #499
Change layout for Informationen zum Vertrag layout to display information on single column to prevent long text overlay
2024-10-02 16:05:54 +02:00
jstaerk
4b09447554 Merge branch 'issues/481-ubl-to-pdf' 2024-10-01 21:20:07 +02:00
jstaerk
c0186373a5 merge changes 2024-10-01 21:19:57 +02:00
jstaerk
f7aa490457 corrected example 2024-10-01 21:07:29 +02:00
jstaerk
23100555c0 also test ubl credit notes to pdf 2024-09-30 11:44:55 +02:00
jstaerk
ae30a7a1b7 also work with ubl credit notes again 2024-09-29 15:07:26 +02:00
jstaerk
721ea4b694 closes #481, moved bytearraysearcher to library 2024-09-29 14:50:39 +02:00
jstaerk
192c89bfed closes #494 also for price (Chapter 3.2.3 at https://www.w3.org/TR/xmlschema-2/ says 18 digits) 2024-09-28 12:50:27 +02:00
jstaerk
be8c0be850 have a test, start to also handle UBL input 2024-09-28 12:21:16 +02:00
jstaerk
26f0668aa9 [maven-release-plugin] prepare for next development iteration 2024-09-23 18:52:01 +02:00
jstaerk
565dfe0555 [maven-release-plugin] prepare release core-2.14.0 2024-09-23 18:51:14 +02:00
jstaerk
67c433df42 corrected some javadoc 2024-09-23 18:48:41 +02:00
jstaerk
fc4bfb4707 [maven-release-plugin] rollback the release of core-2.14.0 2024-09-23 18:43:04 +02:00
jstaerk
b835a80e89 [maven-release-plugin] prepare for next development iteration 2024-09-23 18:36:11 +02:00
jstaerk
bf0dfd486d [maven-release-plugin] prepare release core-2.14.0 2024-09-23 18:36:10 +02:00
jstaerk
53ccb09c33 rollback of #479 to old pom version 2024-09-23 18:32:54 +02:00
jstaerk
39c2d2d073 [maven-release-plugin] rollback the release of core-2.14.0 2024-09-23 18:30:19 +02:00
jstaerk
b04d26f19f [maven-release-plugin] prepare for next development iteration 2024-09-23 18:25:33 +02:00
jstaerk
9a2bc8f00e [maven-release-plugin] prepare release core-2.14.0 2024-09-23 18:25:32 +02:00
Jochen Staerk
8e0745e8c0 Merge branch 'master' into POM-Cleanup 2024-09-23 18:08:37 +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
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
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
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