Commit Graph

729 Commits

Author SHA1 Message Date
jstaerk
19509dd445 corrected merge errors 2024-10-09 14:14:50 +02:00
jstaerk
f624a02f90 Merge branch 'master' into issues/435-importer-ubl
# Conflicts:
#	library/src/main/java/org/mustangproject/Item.java
#	library/src/main/java/org/mustangproject/XMLTools.java
#	library/src/main/java/org/mustangproject/ZUGFeRD/ZUGFeRDImporter.java
#	library/src/main/java/org/mustangproject/ZUGFeRD/ZUGFeRDInvoiceImporter.java
#	library/src/test/java/org/mustangproject/ZUGFeRD/ZF2PushTest.java
2024-10-09 14:01:18 +02:00
jstaerk
17b6841071 also import deliveryaddress 2024-10-09 13:52:55 +02:00
jstaerk
41693d6909 "fix" test 2024-10-09 13:27:09 +02:00
jstaerk
d4e4ed3f2f allow zf1 reading of line totals 2024-10-09 13:16:05 +02:00
Roland Fredenhagen
37c1b3a1af Update documentation for IExportableTransaction.getReferenceNumber() 2024-10-07 14:29:21 +02:00
jstaerk
a9a3dce1bd corrected document level period start/end 2024-10-07 11:42:51 +02:00
jstaerk
f71b59a11c be able to parse minimal invoices 2024-10-07 10:21:01 +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
a15267272b correct date format, make it possible to *not* initially parse docs 2024-10-02 13:54:16 +02:00
jstaerk
4b09447554 Merge branch 'issues/481-ubl-to-pdf' 2024-10-01 21:20:07 +02:00
jstaerk
f7aa490457 corrected example 2024-10-01 21:07:29 +02:00
jstaerk
f605398484 also read invoice currency 2024-09-30 12:03:26 +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
67c433df42 corrected some javadoc 2024-09-23 18:48: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
c9ead0a97a #435 obvious ones migrated 2024-09-20 11:51:53 +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
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
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
39f799c938 Add support for BuyerOrderReferencedDocument on line level
Signed-off-by: Jan N. Klug <github@klug.nrw>
2024-09-10 10:26:22 +02:00
jstaerk
958d268cac closing #461, closing #463 2024-09-09 08:28:39 +02:00
jstaerk
0ef8174bd5 adding bt-33 closing #463, correcting bt-27 closing #461 in UBL 2024-09-09 08:23:28 +02:00
jstaerk
689d36d7b2 shuffeled the methods, replaced getGrandTotal 2024-09-05 09:43:34 +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
jstaerk
dcd8511f6c updated javadocs 2024-08-28 17:11:23 +02:00
jstaerk
c4dfaf0019 Merge branch 'master' of github.com:ZUGFeRD/mustangproject 2024-08-28 13:57:00 +02:00