You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Result := TZUGFeRDInvoiceDescriptor.CreateInvoice('471102', EncodeDate(2018, 03, 05), TZUGFeRDCurrencyCodes.EUR);
47
+
Result.Name := 'WARENRECHNUNG';
47
48
Result.AddNote('Rechnung gemäß Bestellung vom 01.03.2018.');
48
49
Result.AddNote('Lieferant GmbH'+#13#10+'Lieferantenstraße 20'+#13#10+'80333 München'+#13#10+'Deutschland'+#13#10+'Geschäftsführer: Hans Muster'+#13#10+'Handelsregisternummer: H A 123',
49
50
TZUGFeRDSubjectCodes.REG);
50
51
51
-
// Result.AddTradeLineItem('Trennblätter A4',
52
-
// TZUGFeRDQuantityCodes.H87,
53
-
// 'TB100A4',
54
-
// id: new GlobalID(GlobalIDSchemeIdentifiers.EAN, "4012345001235"),
55
-
// grossUnitPrice: 9.9m,
56
-
// netUnitPrice: 9.9m,
57
-
// billedQuantity: 20m,
58
-
// taxType: TaxTypes.VAT,
59
-
// categoryCode: TaxCategoryCodes.S,
60
-
// taxPercent: 19m
61
-
// );
62
-
//
63
-
// desc.AddTradeLineItem(name: "Joghurt Banane",
64
-
// unitCode: QuantityCodes.H87,
65
-
// sellerAssignedID: "ARNR2",
66
-
// id: new GlobalID(GlobalIDSchemeIdentifiers.EAN, "4000050986428"),
67
-
// grossUnitPrice: 5.5m,
68
-
// netUnitPrice: 5.5m,
69
-
// billedQuantity: 50,
70
-
// taxType: TaxTypes.VAT,
71
-
// categoryCode: TaxCategoryCodes.S,
72
-
// taxPercent: 7
73
-
// );
52
+
// desc.AddTradeLineItem(name: "Trennblätter A4",
53
+
// unitCode: QuantityCodes.H87,
54
+
// sellerAssignedID: "TB100A4",
55
+
// id: new GlobalID(GlobalIDSchemeIdentifiers.EAN, "4012345001235"),
56
+
// grossUnitPrice: 9.9m,
57
+
// netUnitPrice: 9.9m,
58
+
// billedQuantity: 20m,
59
+
// taxType: TaxTypes.VAT,
60
+
// categoryCode: TaxCategoryCodes.S,
61
+
// taxPercent: 19m
62
+
// );
74
63
//
64
+
// desc.AddTradeLineItem(name: "Joghurt Banane",
65
+
// unitCode: QuantityCodes.H87,
66
+
// sellerAssignedID: "ARNR2",
67
+
// id: new GlobalID(GlobalIDSchemeIdentifiers.EAN, "4000050986428"),
68
+
// grossUnitPrice: 5.5m,
69
+
// netUnitPrice: 5.5m,
70
+
// billedQuantity: 50,
71
+
// taxType: TaxTypes.VAT,
72
+
// categoryCode: TaxCategoryCodes.S,
73
+
// taxPercent: 7
74
+
// );
75
+
75
76
Result.ReferenceOrderNo := '04011000-12345-34';
76
-
//desc.SetSeller(name: "Lieferant GmbH",
77
-
// postcode: "80333",
78
-
// city: "München",
79
-
// street: "Lieferantenstraße 20",
80
-
// country: CountryCodes.DE,
81
-
// id: "",
82
-
// globalID: new GlobalID(GlobalIDSchemeIdentifiers.GLN, "4000001123452"),
83
-
// legalOrganization: new LegalOrganization(GlobalIDSchemeIdentifiers.GLN, "4000001123452", "Lieferant GmbH")
84
-
// );
85
-
//desc.SetSellerContact(name: "Max Mustermann",
86
-
// orgunit: "Muster-Einkauf",
87
-
// emailAddress: "Max@Mustermann.de",
88
-
// phoneno: "+49891234567"
89
-
// );
77
+
//desc.SetSeller(name: "Lieferant GmbH",
78
+
// postcode: "80333",
79
+
// city: "München",
80
+
// street: "Lieferantenstraße 20",
81
+
// country: CountryCodes.DE,
82
+
// id: "",
83
+
// globalID: new GlobalID(GlobalIDSchemeIdentifiers.GLN, "4000001123452"),
84
+
// legalOrganization: new LegalOrganization(GlobalIDSchemeIdentifiers.GLN, "4000001123452", "Lieferant GmbH")
0 commit comments