Commit Graph

61 Commits

Author SHA1 Message Date
Jochen Staerk
949b9c5c65 fixing PDF/A-3 invalidity as described in https://github.com/Rayman2200/PDFA3/issues/12 2016-05-25 10:21:04 +02:00
Jochen Staerk
cb3de6bbcb tried to apply the patch for the validation error from the sample on mustangproject 2016-05-17 10:35:14 +02:00
Jochen Staerk
41dced0fab hopefully version 1.3 2016-03-11 08:57:20 +01:00
Jochen Staerk
df8839c785 fixed compilation errors 2016-01-17 17:39:04 +01:00
Jochen Staerk
b0d0e93943 corrected dependencies, partly corrected tests 2016-01-17 16:54:59 +01:00
Jochen Staerk
af90f09255 new functions may now return null for default values (empty strings or EUR in case of currency), renamed getInvoiceCurrency() to getCurrency() 2015-12-28 17:54:46 +01:00
Jochen Staerk
d274c5b098 Merge pull request #11 from AlexanderSchmidt/master
Validation error fixes and support for allowances, charges and service charges
2015-11-23 10:48:52 +01:00
AlexanderSchmidt
08bae5f01b fix item calc in case allowance and charges are null 2015-11-20 11:40:04 +01:00
AlexanderSchmidt
82f9abb26c improved calculation of totals 2015-11-20 11:24:18 +01:00
AlexanderSchmidt
c49e1c7395 implementation of item charges and allowance 2015-11-17 16:56:10 +01:00
AlexanderSchmidt
cebcfaa8f2 implementation of item charges and allowance 2015-11-16 13:16:19 +01:00
AlexanderSchmidt
12ce806ac2 implementation of item charges and allowance 2015-11-16 11:36:04 +01:00
AlexanderSchmidt
b5cc1eee7f implementation of header charged and header logistics service charges 2015-11-12 16:02:00 +01:00
AlexanderSchmidt
bb8bb383af first implementation of header allowances 2015-11-10 16:08:36 +01:00
AlexanderSchmidt
b26bcfd243 first implementation of header allowances 2015-11-10 14:02:19 +01:00
AlexanderSchmidt
f3956f2249 first implementation of header allowances 2015-11-10 13:59:56 +01:00
AlexanderSchmidt
74b08e0a2f first implementation of header allowances 2015-11-10 13:57:27 +01:00
AlexanderSchmidt
02351564d6 Fix item prices need to have 4 decimal places instead of 2 2015-11-06 16:20:03 +01:00
AlexanderSchmidt
d22754a4b0 Fix item missing Tax code and category code 2015-11-06 16:11:07 +01:00
Jochen Staerk
ce21566e03 added a mustang/konik comparison, fail on import without parse 2015-11-02 18:26:55 +01:00
Jochen Staerk
133cb764be updated file version numbers, ZUGFeRDExporter to check PDF A/1 validity before conversion to A/3 2015-10-29 15:10:22 +01:00
AlexanderSchmidt
1a956c289d fixed UTF-8 encoding for output XML 2015-10-26 13:25:01 +01:00
AlexanderSchmidt
ec6159c490 Increased version string in ZUGFeRDExporter 2015-10-26 11:30:17 +01:00
AlexanderSchmidt
c645d59afc Switched to ZUGFeRD XML generation via JAXB 2015-10-23 14:25:44 +02:00
AlexanderSchmidt
e33f9e9cbf Switched to ZUGFeRD XML generation via JAXB 2015-10-23 14:20:30 +02:00
Jochen Staerk
4fb82f9a3a updated versionstr 2015-10-18 20:31:28 +02:00
Jochen Staerk
4fb30ba7e9 corrected some tests 2015-10-15 14:50:52 +02:00
Jochen Staerk
1d49278a11 updated user documentation (ZugferdDev), added developer documentation(MustangDev), added java sample file, added organisation information plaintext "REG" field, changed version numbers to 1.2.0 2015-10-15 14:37:10 +02:00
Jochen Staerk
c4361a0aba updated the tests and sample files 2015-10-08 10:00:59 +02:00
Jochen Staerk
2c6a8af430 corrected some tests 2015-10-09 00:40:32 +02:00
Jochen Staerk
4867908308 no need to specify total and totalgross if that's anyway in the items 2015-10-05 20:25:46 +02:00
Jochen Staerk
78f19d0020 some corrections RE validity 2015-10-01 14:51:30 +02:00
Jochen Staerk
5acbad4008 removed the need to specify gross prices (now calculated using the VAT of the product), removed one of the three remaining validation errors 2015-09-17 09:13:33 +02:00
Jochen Staerk
26e14c77f1 removed schemalocation from output 2015-06-14 09:16:24 +02:00
Jochen Staerk
d375d2f30e schema related corrections 2015-05-31 13:05:52 +02:00
Jochen Staerk
fd6c23db66 adding lineTotalAmount in MonetarySummation 2015-05-31 12:31:51 +02:00
Jochen Staerk
5bc5b6669f core VAT calculation corrections 2015-05-31 11:35:07 +02:00
Jochen Staerk
1541fc48da ZUGFeRD USt 14 compliance 2015-05-28 11:43:14 +02:00
Jochen Staerk
622cec740c added Desc key to PDF file embed structure, corrected profile, introduced ChargeTotalAmount and AllowanceTotalAmount, introduced VATFormat for ApplicablePercent and priceFormat for ChargeAmount and BasisQuantity 2015-05-26 19:26:16 +02:00
Thomas Chojecki
58e9e8bb6c moved license and notice files to module top level 2015-02-21 18:59:35 +01:00
Ivan Vaklinov
4d7d327240 Attachment of non-ZUGFeRD files is now supported. 2015-02-21 18:55:37 +01:00
Ivan Vaklinov
e37083d5e8 Fixed Mustang to also store an embedded file under the /UF name - causes
problems when files are read by Intarsys.
2015-02-21 18:54:38 +01:00
Ivan Vaklinov
28d6d3ca31 Added the possibility to set ZUGFeRD conformance level 2015-02-21 18:52:56 +01:00
Ivan Vaklinov
1a16ac296a Fixed Mustang XML/ZUGFeRD standards namespace issues. 2015-02-21 18:49:40 +01:00
Thomas Chojecki
f1de58b424 clean up and fix project dependencies 2015-02-21 18:13:59 +01:00
Thomas Chojecki
b66a404212 Fix tests 2015-02-21 18:13:26 +01:00
Bernd Eckenfels
a6dae7dc00 Do not create test output in source directories to keep git clean. 2014-09-17 21:50:48 +02:00
jstaerk
a57620f450 updated tests and added an edge test with trickier cases 2014-08-18 18:34:02 +02:00
jstaerk
2a1dfc54ef Patches courtesy by Ivan Vaklinov (with one little modification), direct
XML access
2014-08-08 19:34:20 +02:00
jstaerk
7336d2a319 1.1 2014-07-12 18:49:23 +02:00