Commit Graph

1249 Commits

Author SHA1 Message Date
Jochen Staerk
300461a5da Merge pull request #453 from MauritzFunke/master
Makes the getTotalAmount() function easier to use
2024-08-22 09:21:57 +02:00
Jochen Staerk
24eafa202a Merge pull request #450 from langfr/feature/450
Add LegalOrganisation.TradingBusinessName and DefinedTradeContact als…
2024-08-21 15:59:32 +02:00
Mauritz Funke
ae07c77c43 Adds a function to get the total amount of a charge without specifying an item 2024-08-21 15:02:56 +02:00
Mauritz Funke
2dacde9cfb Revert "Adds a function to get the total amount of a charge without specifying an item"
This reverts commit a07cef4fd9.
2024-08-21 15:00:21 +02:00
Mauritz Funke
a07cef4fd9 Adds a function to get the total amount of a charge without specifying an item 2024-08-21 14:45:10 +02:00
jstaerk
f543cdac57 working on invoiceimporter as new zugferdimporter basis 2024-08-21 14:16:29 +02:00
jstaerk
7177439d98 Merge branch 'master' of github.com:ZUGFeRD/mustangproject 2024-08-21 06:50:54 +02:00
jstaerk
d0f49749e0 closees #452 2024-08-21 06:50:36 +02:00
langfr
81328c939b Fix ClassCastException in CLI (Main.java). 2024-08-21 00:01:22 +01:00
langfr
90f720c0eb Add LegalOrganisation.TradingBusinessName and DefinedTradeContact also for Recipient. 2024-08-20 22:16:57 +01:00
David M
64a72da942 [maven-release-plugin] prepare for next development iteration 2024-08-15 22:42:23 +02:00
David M
3aea2a9e77 [maven-release-plugin] prepare release core-2.13.0 2024-08-15 22:42:23 +02:00
David M
2b664dba4a Re-Formatted and re-organized POMs 2024-08-15 22:38:45 +02:00
Jochen Staerk
d5341f0a28 Merge pull request #445 from langfr/bugfix/445
Read missing fields for imported Invoice.
2024-08-15 13:04:44 +02:00
langfr
f6babbc17d Enhance and adjust ZF2PushTest. 2024-08-14 10:16:33 +01:00
langfr
bf144092f3 Read missing fields for Invoice import. 2024-08-13 21:02:12 +01:00
langfr
ed0a94deea Adjust CalculationTest.java. 2024-08-11 13:34:40 +01:00
jstaerk
23244cffa6 updated reading of invoice attachments 2024-08-08 15:33:00 +02:00
Jochen Staerk
234a43ff77 Merge pull request #438 from matmen/visualization-performance
refactor(ZUGFeRDVisualizer): improve PDF visualization performance
2024-08-08 14:10:10 +02:00
Jochen Staerk
cb25a9a2f5 Merge pull request #439 from langfr/feature/436
Direct Debit: add field CreditorReferenceID.
2024-08-08 14:08:17 +02:00
langfr
b50bb39743 Avoid NullPointerException if dueDate is not set. 2024-08-08 12:20:53 +01:00
langfr
b7b0dd28f9 Direct Debit: add field CreditorReferenceID. 2024-08-07 21:51:15 +01:00
jstaerk
63e0ecb42d attachments 2024-08-06 17:35:16 +02:00
jstaerk
543774967b Merge branch 'master' of github.com:ZUGFeRD/mustangproject
# Conflicts:
#	Mustang-CLI/pom.xml
#	library/pom.xml
#	validator/pom.xml
2024-08-05 10:06:30 +02:00
Jochen Staerk
399d12195d Merge pull request #400 from mkilian/pdf-gen-a-3b
ZUGFeRDVisualizer.toPDF(): generate PDF/A-3b.
2024-08-02 15:59:10 +02:00
Jochen Staerk
74fa0f4aa1 Merge pull request #415 from langfr/bugfix/415
Fix build warnings from editing and building.
2024-08-02 15:57:44 +02:00
Mathis Mensing
e2ff39e10f refactor(ZUGFeRDVisualizer): improve PDF visualization performance 2024-07-31 16:04:51 +02:00
langfr
77ddc7627d Enhance Charges/Allowances with reasonCode. 2024-07-30 15:37:57 +01:00
Jochen Staerk
5da63fe80f Merge pull request #425 from langfr/master
Read Item.referencedLineID.
2024-07-29 18:27:52 +02:00
langfr
ac9b886936 Read Item.referencedLineID. 2024-07-25 20:19:08 +01:00
langfr
d50a66e8d6 Correction on Item Attributes, related to #420. 2024-07-25 20:10:15 +01:00
Jochen Staerk
8cb37f282b Merge pull request #421 from langfr/feature/420
Add ApplicableProductCharacteristic and OriginTradeCountry to Product. #420.
2024-07-22 10:32:26 +02:00
langfr
71d2b98702 Add ApplicableProductCharacteristic (BG-32:BT-160/BT-161) and OriginTradeCountry (BT-159) to Product. 2024-07-21 10:13:32 +01:00
jstaerk
b12d7342cc [maven-release-plugin] prepare for next development iteration 2024-07-20 07:29:06 +02:00
jstaerk
a05cab734c [maven-release-plugin] prepare release core-2.12.0 2024-07-20 07:29:04 +02:00
jstaerk
a2d3194a9e Merge branch 'master' of github.com:ZUGFeRD/mustangproject 2024-07-18 18:56:17 +02:00
jstaerk
5b00818817 closes #416 2024-07-18 18:55:41 +02:00
langfr
93e7a394fc Fix build warnings 2024-07-15 22:00:03 +01:00
Jochen Staerk
be7bded6e4 Merge pull request #410 from langfr/master
Return all BankDetails from parsed CII xml. Closes #408.
2024-07-13 11:02:07 +02:00
langfr
5469e5c30d Return all BankDetails from parsed CII-Invoice xml. Closes #408. 2024-07-11 17:08:13 +01:00
jstaerk
affc468294 Merge branch 'master' of github.com:ZUGFeRD/mustangproject 2024-07-11 16:35:51 +02:00
jstaerk
5d5b316652 closes #409 2024-07-11 16:35:35 +02:00
Philip Helger
0f5ff080d8 Replace java.util Logging with SLF4J 2024-07-10 11:28:22 +02:00
jstaerk
c88ec268f5 whitespace corrections+switch to ioutils 2024-07-10 11:06:12 +02:00
Philip Helger
097ad7a0a0 Ensure Java 11 2024-07-09 19:32:49 +02:00
Philip Helger
4ae6fd9ef0 Additional cleanup 2024-07-09 19:23:24 +02:00
Philip Helger
d9168c54a5 Enforcing Java 11 2024-07-09 18:44:41 +02:00
Philip Helger
0831930125 Test fix 2024-07-09 18:44:37 +02:00
Philip Helger
12a3abde66 Cleansing 2024-07-09 18:37:53 +02:00
Jochen Staerk
7778ee7728 Merge pull request #399 from Sarenor/feature/ISSUE-395-Support-Zugferd-Xrechnung-profile
Added XRechnung Profile support
2024-06-28 11:42:30 +02:00