Commit Graph

56 Commits

Author SHA1 Message Date
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
jstaerk
a0cd556089 1.0 2014-07-12 18:47:43 +02:00
jstaerk
2badc5b005 writer test 2014-07-10 20:59:23 +02:00
jstaerk
db733e12b6 1.1 2014-07-08 18:33:37 +02:00
jstaerk
d9e4040cd0 writer test update 2014-07-06 12:53:01 +02:00
jstaerk
016f1f66d3 added writer test 2014-07-06 12:25:57 +02:00