Commit Graph

492 Commits

Author SHA1 Message Date
Jochen Staerk
5ec09ad70c Merge pull request #631 from christoph-sommer/issues/628-invoice-referenced-documents
This adds support for multiple invoice referenced documents (BG-3)
2025-01-06 10:05:24 +01:00
Adrian-Devries
a6e067ea15 Fix visualization of validation logs
For certain samples the visualization of validation logs fails due to empty fo:body.
2025-01-05 12:29:21 +01:00
Marcel
29ea8534f2 Fix invoice calculation if rounding amount is present 2025-01-01 14:04:50 +01:00
christoph-sommer
0b6f269058 Merge branch 'ZUGFeRD:master' into issues/628-invoice-referenced-documents 2024-12-20 14:34:54 +01:00
cs
5d7415860a Add list of invoice referenced documents (BG-3) to invoice 2024-12-20 14:29:34 +01:00
Jochen Staerk
8ae1f99acb Merge pull request #612 from Heavenfighter/print_version_of_report
#356 Added cli parameter to generate basic pdf version of xml report
2024-12-20 09:02:55 +01:00
Jochen Staerk
8f06ecfeb9 Merge pull request #622 from Adrian-Devries/fix-fop
Fix FOP config
2024-12-20 08:55:53 +01:00
Adrian-Devries
b8d283cef2 Update ZUGFeRDInvoiceImporter.java
Add attribute @Deprecated to method getFileAttachmentsXML
2024-12-19 18:53:24 +01:00
Adrian-Devries
957900f89a Update ZUGFeRDImporter.java
Add attribute @Deprecated to method getLineItemList
2024-12-19 18:46:51 +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
Adrian-Devries
0ee71b997b Fix PDF visualization
Fix PDF visualization to use original Adobe fonts:
https://github.com/adobe-fonts/source-serif/releases/download/3.001R/source-serif-pro-3.001R.zip
https://github.com/adobe-fonts/source-sans/releases/download/3.006R/source-sans-pro-3.006R.zip
2024-12-19 16:06:27 +01:00
Adrian-Devries
fdce2c4371 Fix FOP config
Fix FOP config to use original Adobe fonts:
https://github.com/adobe-fonts/source-serif/releases/download/3.001R/source-serif-pro-3.001R.zip
https://github.com/adobe-fonts/source-sans/releases/download/3.006R/source-sans-pro-3.006R.zip
2024-12-19 16:03:15 +01:00
Adrian-Devries
8842bf7d65 Add fonts
Add additional fonts
2024-12-19 15:58:17 +01:00
Heavenfighter
72eb58b521 #356 errors must be visualized as well 2024-12-19 14:54:27 +01:00
jstaerk
e6ffd658f6 closes #618 2024-12-19 12:59:15 +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
Heavenfighter
6091fed214 #356 Added cli parameter to generate basic pdf version of xml report 2024-12-13 13:46:20 +01:00
jstaerk
a3f5490d74 eeisi_full_300 JSON roundtrip 2024-12-11 11:12:03 +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
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
1b813f0c7b Merge branch 'master' into fix_compile_20241123 2024-12-03 13:29:07 +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
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
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
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
Bharti
97a4c08162 Merge remote-tracking branch 'origin/issues/503-ubl' into issues/503-ubl 2024-11-28 12:27:51 +01:00
Bharti
1b9dbf5236 UBL updates 2024-11-28 12:27:32 +01:00