Commit Graph

1792 Commits

Author SHA1 Message Date
jstaerk
bfd879f216 [maven-release-plugin] prepare for next development iteration 2024-12-19 16:26:24 +01:00
jstaerk
f149bfe95b [maven-release-plugin] prepare release core-2.15.2 2024-12-19 16:26:22 +01:00
jstaerk
7228b55e4b updated history 2024-12-19 16:19:20 +01:00
Jochen Staerk
20ece726db Merge pull request #600 from Malte-Neu/fixResourceHandle
Fixes a problem where a stream was not safely closed
2024-12-19 16:16:56 +01:00
Jochen Staerk
96c3ef701f Merge pull request #599 from timkarliczek/vat-exemption-reason
add tax category code for free export ("G") and add it to "with exemp…
2024-12-19 16:16:44 +01:00
jstaerk
0591f14548 corrected tests 2024-12-19 16:10:51 +01:00
jstaerk
3d0d09937a corrected tests 2024-12-19 15:48:28 +01:00
jstaerk
e6ffd658f6 closes #618 2024-12-19 12:59:15 +01:00
jstaerk
4a44bf0941 correcting an issue 2024-12-19 06:25:24 +01:00
jstaerk
8e06e5cd89 no message 2024-12-18 21:40:48 +01:00
jstaerk
ecd41bbc34 corrected parseException 2024-12-18 21:24:53 +01:00
jstaerk
38a5acfcfa correcly write charge reason codes also for non-Xrechnung 2024-12-16 14:52:42 +01:00
jstaerk
a3f5490d74 eeisi_full_300 JSON roundtrip 2024-12-11 11:12:03 +01:00
jstaerk
dc10907406 [maven-release-plugin] prepare for next development iteration 2024-12-07 10:47:39 +01:00
jstaerk
0861177100 [maven-release-plugin] prepare release core-2.15.1 2024-12-07 10:47:38 +01:00
jstaerk
e546378fc1 updated history 2024-12-07 10:44:52 +01:00
jstaerk
98f0f140aa closes #606 2024-12-07 10:35:43 +01:00
jstaerk
c9853c097d new bean constructor 2024-12-07 10:29:31 +01:00
jstaerk
b226dc7d8b new signature 2024-12-07 10:29:15 +01:00
jstaerk
e62db5113e prevent jackson setterless issue 2024-12-04 16:51:11 +01:00
jstaerk
d61c20d05a test ubl item level note import 2024-12-04 16:42:34 +01:00
jstaerk
f4036a5b6d corrected a merge error 2024-12-04 14:39:14 +01:00
jstaerk
3f22cb3066 Merge branch 'master' of github.com:ZUGFeRD/mustangproject
# Conflicts:
#	library/src/main/java/org/mustangproject/ZUGFeRD/LineCalculator.java
2024-12-04 14:36:37 +01:00
jstaerk
6c0fcdf876 closes #601 2024-12-04 14:34:34 +01:00
jstaerk
87caa542dd corrected possible exceptions 2024-12-04 14:10:08 +01:00
Bharti
550f520189 UBL updates : adding item id and note 2024-12-04 09:09:13 +01:00
Malte Neumann
4fce6aa8f6 Close FileInputStream safely in ZUGFeRDExporterFromPDFA 2024-12-03 18:30:10 +01:00
Jochen Staerk
7c9f17218a Merge pull request #573 from janrosendahl/feature/CategoryCode
Feature/category code
2024-12-03 13:31:45 +01:00
Jochen Staerk
1e25b2fc48 Merge pull request #575 from langfr/fix_compile_20241123
Fix compilation problems.
2024-12-03 13:29:15 +01:00
Jochen Staerk
1b813f0c7b Merge branch 'master' into fix_compile_20241123 2024-12-03 13:29:07 +01:00
Jochen Staerk
50cb50f63c Merge pull request #577 from langfr/feature/dom4j_exclusions
dom4j: exclude all (optional) dependencies to avoid potential conflicts.
2024-12-03 13:27:46 +01:00
Jochen Staerk
20b7808789 Merge pull request #591 from InnuceEAN/includedNotes-items
Import IncludedNotes on item extraction
2024-12-03 13:21:06 +01:00
Tim Karliczek
e2b67b012b add tax category code for free export ("G") and add it to "with exemption reason" 2024-12-03 13:19:55 +01:00
Jochen Staerk
6400c84499 Merge pull request #595 from mkilian/xr-val-schematron-err
Treat all fatal XR schematron rules as errors, not as warnings.
2024-12-03 13:18:59 +01:00
jstaerk
6e17960e0c tests running through 2024-12-02 11:29:07 +01:00
jstaerk
bc1ec177b9 Merge branch 'issues/503-ubl'
# Conflicts:
#	library/src/test/java/org/mustangproject/ZUGFeRD/ZF2ZInvoiceImporterTest.java
2024-12-02 11:03:43 +01:00
jstaerk
db3be5fbad remove test 2024-12-02 11:02:58 +01:00
jstaerk
4799f95868 import docuemtne level included notes in ubl 2024-12-02 10:42:05 +01:00
ean
0d98706cd9 Fix Nullpointer 2024-12-02 10:16:31 +01:00
ean
a7db7acc1d Merge branch 'master' into includedNotes-items 2024-12-02 10:16:23 +01:00
jstaerk
3e00798ad0 prevent possible nullpointerex 2024-11-30 15:43:43 +01:00
jstaerk
7d7a9bce4b commenting out a failing test 2024-11-30 08:45:00 +01:00
Matthias Kilian
d0aeffdc1c Treat all fatal XR schematron rules as errors, not as warnings.
In org.mustangproject.validator.XMLValidator.validateSchematron(),
the severity has to be determined for every node of the validation
result.  Otherwise, all schematron assertions tagged as "fatal"
will be treated as warnings after the first warning.
2024-11-29 22:02:09 +01:00
jstaerk
c10e32aa52 corrected some unit tests 2024-11-29 16:13:00 +01:00
jstaerk
3dc00f3071 fixes some unit tests 2024-11-29 15:29:08 +01:00
jstaerk
dab0be9516 removed a classcastexception 2024-11-29 15:14:04 +01:00
Bharti
477613b21c UBL updates 2024-11-29 14:03:21 +01:00
jstaerk
736f297dfa Merge branch 'master' into issues/503-ubl 2024-11-29 11:13:39 +01:00
jstaerk
4cf72bea37 no message 2024-11-28 23:53:48 +01:00
jstaerk
8932646b59 allow some more JSONing 2024-11-28 14:11:14 +01:00