-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
HorstOeko
committed
Nov 25, 2024
1 parent
b56044c
commit 31fc364
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,26 +18,26 @@ | |
->addDocumentSellerTaxRegistration("FC", "201/113/40209") | ||
->addDocumentSellerTaxRegistration("VA", "DE123456789") | ||
->setDocumentSellerAddress("Lieferantenstraße 20", "", "", "80333", "München", "DE") | ||
->setDocumentSellerContact("Heinz Mükker", "Buchhaltung", "+49-111-2222222", "+49-111-3333333","[email protected]") | ||
->setDocumentSellerContact("Heinz Mükker", "Buchhaltung", "+49-111-2222222", "+49-111-3333333", "[email protected]") | ||
->setDocumentSellerCommunication("EM", "[email protected]") | ||
->setDocumentBuyer("Kunden AG Mitte", "GE2020211") | ||
->setDocumentBuyerReference("34676-342323") | ||
->setDocumentBuyerAddress("Kundenstraße 15", "", "", "69876", "Frankfurt", "DE") | ||
->setDocumentBuyerCommunication("EM", "[email protected]") | ||
->addDocumentTax("S", "VAT", 275.0, 19.25, 7.0) | ||
->addDocumentTax("S", "VAT", 198.0, 37.62, 19.0) | ||
->setDocumentSummation(529.87, 529.87, 473.00, 0.0, 0.0, 473.00, 56.87, null, 0.0) | ||
->addDocumentPaymentTerm("Zahlbar innerhalb 30 Tagen netto bis 04.04.2018, 3% Skonto innerhalb 10 Tagen bis 15.03.2018") | ||
->addDocumentPaymentTerm("14 Prozent Skonto innerhalb von 28 Tagen\n#SKONTO#TAGE=28#PROZENT=14.00#\n") | ||
->addNewPosition("1") | ||
->setDocumentPositionNote("Bemerkung zu Zeile 1") | ||
->setDocumentPositionProductDetails("Trennblätter A4", "", "TB100A4") | ||
->setDocumentPositionGrossPrice(9.9000) | ||
->setDocumentPositionNetPrice(9.9000) | ||
->setDocumentPositionQuantity(20, "H87") | ||
->addDocumentPositionTax('S', 'VAT', 19) | ||
->setDocumentPositionLineSummation(198.0) | ||
->addNewPosition("2") | ||
->setDocumentPositionNote("Bemerkung zu Zeile 2") | ||
->setDocumentPositionProductDetails("Joghurt Banane", "", "ARNR2", null, "0160", "4000050986428") | ||
->SetDocumentPositionGrossPrice(5.5000) | ||
->SetDocumentPositionNetPrice(5.5000) | ||
->SetDocumentPositionQuantity(50, "H87") | ||
->AddDocumentPositionTax('S', 'VAT', 7) | ||
|