Commit Graph

1269 Commits

Author SHA1 Message Date
Michael Fleig
b3744284fd Fix wrong grand total amount for UBL invoices.
Should use TaxInclusiveAmount instead of PayableAmount
2025-04-16 16:39:14 +02:00
jstaerk
17bc5c483f Correcting calculation for extended_fremdwaehrung (issue #764), now the following errors arise:
[ERROR]   CalculationTest.testTotalCalculatorGrandTotalRounding:223 expected:<101.86> but was:<104.04>
[ERROR]   DeSerializationTest.testItemAllowances:398 expected:<19.52> but was:<18.33>
[ERROR]   ZF2PushTest.testAllowancesExport:648 expected:<[4046].00> but was:<[10829].00>
[ERROR]   ZF2PushTest.testItemChargesAllowancesExport:286 expected:<1[9.52]> but was:<1[8.33]>
[ERROR]   ZF2PushTest.testPushEdge:609 ParseException should not be raised
[ERROR]   ZF2ZInvoiceImporterTest.testEdgeInvoiceImport:179
[ERROR]   ZF2ZInvoiceImporterTest.testItemAllowancesChargesImport:265
[ERROR]   CalculationTest.testLineCalculatorInclusiveAllowance:55 » Arithmetic Non-terminating decimal expansion; no exact representable decimal result.
[ERROR]   CalculationTest.testLineCalculatorInclusiveAllowanceAndCharge:75 » Arithmetic Non-terminating decimal expansion; no exact representable decimal result.
2025-04-14 11:10:43 +02:00
jstaerk
5a39e50bcf remving disabling unsupported features 2025-04-14 09:58:07 +02:00
jstaerk
c30ceb9cf4 closes #812 2025-04-14 09:46:34 +02:00
V K
fef4f57f03 Fix typo in buyer trade party address xpath 2025-04-10 03:18:45 +02:00
jstaerk
97f6b6ad31 Merge branch 'master' of github.com:ZUGFeRD/mustangproject 2025-04-08 08:43:00 +02:00
jstaerk
12dd49a54e closes #809 2025-04-08 08:41:55 +02:00
Jochen Staerk
2b43c01f7f Merge pull request #802 from rechtsanwalt-fortbildung/patch-1
fix: capital letter for ID in listID
2025-04-04 10:46:32 +02:00
Philip Helger
1074590f78 Delete temp file on exit; #775 2025-04-03 18:22:30 +02:00
Jochen Staerk
ce3faf73d1 Merge pull request #783 from ivantomic77/#772-fix-required-deliver-to-party-name
#772: Made Deliver to party name (BT-70) optional to align with specification
2025-04-03 13:47:05 +02:00
Jochen Staerk
02f197401f Merge pull request #782 from ivantomic77/#771-fix-required-product-description
#771: Added Null check to prevent NullPointerException on Product Description
2025-04-03 13:38:56 +02:00
rechtsanwalt-fortbildung
76d54cfb28 fix: capitial letter for ID in listID 2025-04-01 18:24:24 +02:00
Jochen Staerk
016b9ebec5 Merge pull request #741 from InnuceEAN/position_accounting_reference
read position accountingReference
2025-04-01 16:30:45 +02:00
Jochen Staerk
300b38ed4a Merge pull request #721 from mr-mister123/feature_fix_incomplete_CIDsets
remove CIDSets from XObjects
2025-04-01 16:28:42 +02:00
Fabian Schmidt
ae62103b45 Merge branch 'master' into merge-to-master 2025-03-27 15:12:29 +01:00
Fabian Schmidt
ed5423cb0d implement test 2025-03-27 14:48:19 +01:00
Fabian Schmidt
332fcae27e add test 2025-03-27 14:38:41 +01:00
itomic
732c9c94a1 #772: Made Deliver to party name (BT-70) optional to align with specification 2025-03-26 13:52:12 +01:00
itomic
b2917ed742 #771: Added null check to prevent NullPointerException on Product Description 2025-03-26 13:46:25 +01:00
Jochen Staerk
3f22945492 Merge pull request #776 from W25X80/feature_resource_leaks
Fix potential resource leaks in core file processing classes
2025-03-25 19:17:55 +01:00
Jochen Staerk
4c4d57da1c Merge pull request #728 from christoph-sommer/t/invoice-set-correction
Invoice setCorrection causes duplicate XML output
2025-03-25 16:40:14 +01:00
Jochen Staerk
54e1baa508 Merge pull request #770 from phermsdorf/fix_614_exemptionReason
ExemptionReason is repeated once used
2025-03-25 16:39:20 +01:00
Jochen Staerk
a218256f11 Merge pull request #759 from langfr/feature/ReferencedDocument
Use the dedicated class instead of var type.
2025-03-25 16:38:14 +01:00
Jochen Staerk
0c2f440ec3 Merge pull request #778 from Sarenor/add-missing-xee-protections
Added XEE Protection features (that were missing according to Stackoverflow)
2025-03-25 16:36:46 +01:00
Fabian Schmidt
297ed7fa95 remove ApplicablePercent for Category Code O since its not allowed 2025-03-21 17:37:46 +01:00
Jochen Staerk
27d5a3aa65 Merge pull request #753 from langfr/bugfix/742
Do not output "Adresszusatz 1" as "Postfach".
2025-03-18 13:27:34 +01:00
Dominik Röschke
8127b177fb Added XEE Protection features (that were missing according to Stackoverflow) 2025-03-18 08:43:00 +01:00
Ivan Pereverziev
7fa2d70128 Fix resource leaks in core file processing classes
- Add try-with-resources for FileInputStream in ZUGFeRDVisualizer
- Fix unclosed InputStream in ZUGFeRDInvoiceImporter with try-with-resources
- Add explicit close() call for XMLWriter in ZUGFeRDValidator
- Properly close DataInputStream in ZUGFeRDExporterFromPDFA
- Fix resource management in Main.convertInputStreamToString
2025-03-13 11:26:35 +01:00
jstaerk
5e511acf3c Merge branch 'master' of github.com:ZUGFeRD/mustangproject 2025-03-12 13:43:32 +01:00
jstaerk
2bcedad471 working on #774 2025-03-12 13:43:12 +01:00
Peter Hermsdorf
31861373f0 ExemptionReason is repeated once used
Closes Issue #614
2025-03-10 16:37:59 +01:00
ean
fade71b743 Merge branch 'master' into position_accounting_reference 2025-03-05 09:35:09 +01:00
Jochen Staerk
d95388e62c Merge pull request #722 from Faerballert/feature_extend_ValidationLogVisualizer
extend ValidationLogVisualizer to not use only file system
2025-03-03 16:54:12 +01:00
jstaerk
c3332c3329 [maven-release-plugin] prepare for next development iteration 2025-03-03 11:33:56 +01:00
jstaerk
96a7115de1 [maven-release-plugin] prepare release core-2.16.3 2025-03-03 11:33:55 +01:00
jstaerk
f870e2a476 fixed failing tests 2025-03-03 11:21:09 +01:00
jstaerk
20a995af38 closes #761 2025-03-03 08:02:42 +01:00
langfr
64913c2ac8 Use the dedicated class instead of var type. 2025-02-28 10:54:10 +00:00
langfr
b446d92b13 Do not output Adresszusatz 1 as Postfach. 2025-02-21 14:12:40 +00:00
Jochen Staerk
6461dad8d3 Merge pull request #725 from Faerballert/feature/xml_parser_xxe_attacks
Unable to perform XML-oriented attacks
2025-02-19 15:50:02 +01:00
Jochen Staerk
d0f4c2188f Merge pull request #712 from langfr/bugfix/allowanceReason
Correct bracket setting on condition for output of allowance reason.
2025-02-19 15:42:01 +01:00
jstaerk
adc9665b7b closes #747 2025-02-18 11:25:31 +01:00
jstaerk
248f854d2a closes #745 2025-02-18 09:56:42 +01:00
ean
51ebbd8fb1 read position accountingReference
To new field ReceivableSpecifiedTradeAccountingAccount
2025-02-12 08:40:32 +01:00
jstaerk
9e9e0cf444 closes #740 2025-02-11 16:38:14 +01:00
jstaerk
f3d791d70c Merge branch 'master' of github.com:ZUGFeRD/mustangproject 2025-02-11 13:36:41 +01:00
jstaerk
e76c522639 closes #739 2025-02-11 13:36:24 +01:00
Jochen Staerk
ee339859b4 Merge pull request #686 from InnuceEAN/parse_item_BillingSpecifiedPeriod
Item: add BillingSpecifiedPeriod
2025-02-11 13:18:23 +01:00
jstaerk
6f19c3996a #588 ubl 2025-02-10 08:06:46 +01:00
jstaerk
c9fc403993 Merge branch 'master' of github.com:ZUGFeRD/mustangproject 2025-02-10 07:51:36 +01:00