Commit Graph

436 Commits

Author SHA1 Message Date
Zahi YOUSFI
00088fbc31 Fix unit test for configurable BT-23 (BusinessProcessIdCiiTest) 2026-02-19 16:50:43 +01:00
Zahi YOUSFI
be6db43e1e Add configurable BT-23 business process ID for CII export 2026-02-19 15:59:00 +01:00
Jochen Staerk
a40c1e638d Merge pull request #1018 from pgjacobs/issue536
Fix for #536: Support for BT-18
2026-02-04 13:22:03 +01:00
Jochen Staerk
aae36b67b0 Merge pull request #1010 from ThomasChr/addDeliveryNoteReferencePerItem
add DeliveryNoteReferencedDocument per Item
2026-02-04 13:17:12 +01:00
pgjacobs
11cb5a7a94 Add Field for "Invoiced Object Identifier" (BT-18) in Invoice.java to Align with XRechnung Requirements 2026-01-26 12:40:43 +01:00
Thomas Christlieb
a41bf0bdd3 add DeliveryNoteReferencedDocument per Item Line ID 2026-01-19 10:23:28 +01:00
Jochen Stärk
5a787c31f2 closes #1011 2026-01-17 14:53:10 +01:00
Thomas Christlieb
850e2bfc48 add DeliveryNoteReferencedDocument per Item 2026-01-14 16:35:39 +01:00
Jochen Staerk
6c5f84b55b Merge pull request #1002 from meparis/fix/issue-1000-support-ItemSellerTradeParty-in-line-level
Fix #1000 : support ItemSellerTradeParty in line level
2025-12-30 12:32:13 +01:00
Jochen Staerk
53623cf356 Merge pull request #999 from langfr/bugfix/UNTAXEDSERVICE
Write RateApplicablePercent on head also for tax free (UNTAXEDSERVICE…
2025-12-30 12:22:26 +01:00
Zahi YOUSFI
1efc525dae Add Unit Test for #1000 : support ItemSellerTradeParty in line level 2025-12-29 16:34:44 +01:00
langfr
6a224a98d9 Write RateApplicablePercent on head also for tax free (UNTAXEDSERVICE) invoices. 2025-12-25 13:06:52 +00:00
Thomas Christlieb
f1f81cf0be add DeliveryNoteReferencedDocument - one part of Issue #589 - also see Issue #253 2025-12-18 08:35:48 +01:00
Jochen Staerk
718bb26bb0 Merge pull request #962 from langfr/feature/ExemptionReasonCode
Adding a tax ExemptionReasonCode to Product.
2025-12-11 14:43:42 +01:00
Jochen Staerk
432278576a Merge branch 'master' into subtotal_validation 2025-12-11 14:39:01 +01:00
Jochen Stärk
3ff6caafc7 closes #985 2025-12-11 14:36:45 +01:00
Jochen Stärk
1c5eac2362 closes #984 2025-12-11 14:22:46 +01:00
Andreas Reichmann
589a390069 Add SubInvoiceLine test resources
Extended profile examples with GROUP/DETAIL hierarchy,
  includes invalid hierarchy file for negative testing
2025-12-08 20:44:28 +01:00
Andreas Reichmann
0be3e04a2a Add SubInvoiceLine support for ZUGFeRD Extended profile
- Parse ParentLineID and LineStatusReasonCode from XML
  - Filter GROUP/INFORMATION lines from calculation (only DETAIL counts)
  - Add hierarchy validation for GROUP line totals
  - Add tests for sub invoice line import and validation
2025-12-08 20:43:14 +01:00
Jochen Stärk
6900f5f433 corrected errors 2025-12-05 20:10:40 +01:00
Frank Langelage
0e8941c435 Add invoicer and invoicee to ZF2PushTest 2025-11-01 15:36:48 +01:00
Frank Langelage
1bc7a72f9a Merge branch 'master' into InvoiceeInvoicer 2025-11-01 15:29:54 +01:00
langfr
faf9974b41 Adding a tax ExemptionReasonCode to Product. 2025-11-01 15:26:18 +01:00
jstaerk
2ab863e330 closes #960 2025-10-30 07:28:24 +01:00
jstaerk
a4cb76ac04 corrected test 2025-10-29 08:54:47 +01:00
jstaerk
775448f45a reverting redundant BT-128 changes 2025-10-29 08:43:03 +01:00
jstaerk
1cedd281b9 make ubl reading possible 2025-10-28 13:46:10 +01:00
jstaerk
7b7a0f54f2 star ubl testing 128 2025-10-28 10:57:58 +01:00
jstaerk
e7927c8b13 added a test 2025-10-27 15:23:44 +01:00
jstaerk
a30780b411 adding tenderreferenceddocument on line level 2025-10-27 14:37:56 +01:00
jstaerk
c59204289f using IReferencedDocument instead of IDatedReference 2025-10-27 14:27:20 +01:00
jstaerk
a60ff926ca corrected reading of date 2025-10-20 10:25:48 +02:00
Frank Langelage
401b568353 Add optional Invoicer and Invoicee for Extended profile. 2025-10-19 12:25:49 +02:00
Bharti
c3a5f0ef2c Reading BT17 in UBL 2025-10-17 21:50:40 +02:00
jstaerk
4e3c80da5d reading cii writing date added tests 2025-10-17 17:12:44 +02:00
jstaerk
180d136c7c added cii read test 2025-10-16 10:25:13 +02:00
jstaerk
ec1ccbc75e switch to getTenderReferencedDocument analogue to getContractReferencedDocument, added DatedReference class and setters/getters for Invoice 2025-10-16 10:21:00 +02:00
jstaerk
882d509580 If the interface is implemented correctly, ZF2EdgeTest now already writes a BT-17 incl Date 2025-10-15 12:41:24 +02:00
Jochen Staerk
e4c4e7f4f4 Merge pull request #944 from langfr/bugfix/StringCreation
Use UTF-8 when creating new Strings from byte[].
2025-10-08 13:44:35 +02:00
jstaerk
2bc9bbfdb3 removing a test which turned out useless (error in example file instead of rounding error) 2025-10-08 13:35:17 +02:00
langfr
95b9325222 Use UTF-8 when creating new Strings from byte[]. 2025-10-08 11:29:54 +01:00
jstaerk
55b89bed54 closes #692 2025-10-07 08:18:09 +02:00
Jochen Staerk
63d21f8703 Merge pull request #939 from langfr/removeSystemOut
Remove System.out.println from XRTest.java.
2025-10-07 08:12:51 +02:00
jstaerk
b9b2b810a7 working on potential wrong calculation 2025-10-06 13:31:05 +02:00
langfr
cfc028f87b Remove System.out.println from XRTest.java. 2025-10-02 16:07:25 +01:00
jstaerk
0ef4b2ba90 parametrizing the test again 2025-10-01 13:04:20 +02:00
jstaerk
ec5bbfdc5c - make Line Calculation, e.g. total line net amount, accessible via JSON using getCalculation 2025-09-30 19:44:02 +02:00
langfr
37e4e43ed2 Squashed commit of the following:
commit f0a44d757de2693e5baa89ac68192ee92632e0a2
Author: langfr <frank.langelage@outlook.de>
Date:   Sat Sep 6 12:00:42 2025 +0100

    Enable option setting Additional Document Description 2.

commit 15524a2ed661fb44f782863da5d7e9fcf4f68e78
Author: langfr <frank.langelage@outlook.de>
Date:   Tue Sep 2 21:30:30 2025 +0100

    Enable option setting Additional Document Description.

Enable setting and reading Additional Document Description.
2025-09-06 12:04:08 +01:00
jstaerk
2e4ab561af closes #917 2025-08-20 17:45:51 +02:00
jstaerk
3f1634588f updated tests for new jsonignore 2025-08-20 16:57:25 +02:00