Commit Graph

20 Commits

Author SHA1 Message Date
Alexander Berndt
2a2c3747b1 Added getTaxPointDate() to ZUGFeRDImporter.java
Added Test
2020-06-18 11:08:09 +02:00
Alexander Berndt
b7701e2bba Added getIssueDate() to ZUGFeRDImporter.java
Added Test
2020-06-18 10:39:44 +02:00
Alexander Berndt
417eaeca15 Added getIssuerAssignedID() to ZUGFeRDImporter.java
Added Test
2020-06-18 10:35:35 +02:00
Alexander Berndt
a4be1da6c6 Added getInvoiceCurrencyCode() to ZUGFeRDImporter.java
Added Test
2020-06-18 10:29:10 +02:00
Alexander Berndt
77a660b737 Added getZUGFeRDProfil() to ZUGFeRDImporter.java
Added Test
2020-06-18 10:26:55 +02:00
Alexander Berndt
3bb2a951d9 Added getInvoiceID() to ZUGFeRDImporter.java
Added Test
2020-06-18 09:56:20 +02:00
Alexander Berndt
4643371038 FIX: Moved propterties "SellerAssignedID" and "BuyerAssignedID" from "Item" to "Product"
Altered Tests
2020-06-02 08:39:14 +02:00
Alexander Berndt
ffb7a36500 FIX: ZUGFeRDImporter.java -> Deleted output of Stacktrace if tryBigDecimal fails, as Exceptions are catched 2020-05-28 15:21:15 +02:00
Alexander Berndt
02a6958865 Updated ZUGFeRDImporter.java -> created getLineItemList() for reading LineItems from ZUGFeRD XML
Added Test

Added fields Item.java -> tax, grossPrice, lineTotalAmount, id, sellerAssignedID and buyerAssignedID, all with Getter&Setter

Added field in VATAmount.java -> applicablePercent with Getter&Setter
2020-05-28 15:03:27 +02:00
Alexander Berndt
566ead3c67 Updated ZUGFeRDImporter.java -> getReference() to fit ZUGFeRD 1.0
Added Test
2020-05-22 15:25:18 +02:00
Alexander Berndt
0cde732e43 Updated ZUGFeRDImporter.java -> getDocumentCode() to fit ZUGFeRD 2.1
Added Test
2020-05-22 15:16:56 +02:00
Alexander Berndt
5d72156bf0 Implemented method "getSellerTradePartyAddress" to ZUGFeRDImporter.java which gets an instance of PostalTradeAddress.
Removed method "getISODate" from last Commit due lack of implementation - will be implemented at a later time.
Also Added Tests for "getSellerTradePartyAddress" to match ZF1 and ZF2
2020-05-20 09:38:34 +02:00
Alexander Berndt
3a01efbded Added ISO-Date Getter function
Added Wrapper method for protected extractString method, for easy extension of ZUGFeRDImporter.java
2020-05-19 08:31:53 +02:00
jstaerk
45913b5639 Moving file alphabetically behind its dependencies which create the file to import 2020-05-18 21:28:47 +02:00
Jochen Stärk
fab50303de update to ph-schematron 5.6 2020-05-18 21:23:12 +02:00
Jochen Stärk
8500d0c1cb importing first attribute (price) of invoice line items 2020-05-09 13:45:28 +02:00
Jochen Stärk
35551f0ed3 zf2pushprovider 2020-05-09 09:28:06 +02:00
Jens Heise
69128ce509 Bugfix in ZUGFeRD2PullProvider.generateXML(): try getPaymentTermDescription() before constructing one
or the program throws a NullPointerException if 'trans' only overwrites
'getPaymentTermDescription()' but not the default 'getDueDate()'.
2020-05-07 11:27:54 +02:00
Jochen Stärk
c724a34a10 Merge branch 'issue73' of https://github.com/swsch/mustangproject into swsch-issue73 2020-04-18 13:10:09 +02:00
Jochen Stärk
dea42f950e Reorganizing to a parent project, a light and a heavy (validating) library, a commandline application and the server 2020-03-28 18:28:32 +01:00