-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpdfDeliveryNoteExample.json
67 lines (67 loc) · 1.87 KB
/
pdfDeliveryNoteExample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"senderAddress": {
"fullForename": "Max",
"fullSurname": "Mustermann",
"companyName": "Musterfirma GbR",
"nameTitle": "Professor",
"address": {
"road": "Musterstraße",
"houseNumber": "42",
"streetSupplement": "",
"zipCode": "01234",
"cityName": "Musterstadt",
"country": "Germany",
"countryCode": "DE"
}
},
"receiverAddress": {
"fullForename": "Otto",
"fullSurname": "Normalverbraucher",
"companyName": "",
"nameTitle": "Dr.",
"address": {
"road": "CrafingStraße",
"houseNumber": "11a",
"streetSupplement": "2.OG",
"zipCode": "04321",
"cityName": "Catcity",
"country": "Germany",
"countryCode": "DE"
}
},
"senderInfo": {
"phone": "+49 (0) 123456789",
"email": "[email protected]",
"web": "musterfirma.de",
"logoSvg": "https://cdn.pictro.de/Test/logoTest.png",
"iban": "DE123456789",
"bic": "XXX123456",
"taxNumber": "123/456/789",
"bankName": "Musterbank"
},
"deliveryMeta": {
"deliveryNodeNumber": "XI-23045",
"deliveryDate": "11.0.2023",
"customerNumber": "K-321"
},
"deliveryNodeTexts": {
"openingText": "Hello, /n this is the opening line.",
"headlineText": "Headline is here",
"closingText": "And hire is the closing line. /n/n If you would like to contribute to SimpleInvoice, please fork the \n repository and submit a pull request. Contributions are always welcome, and we appreciate your \n help in making SimpleInvoice even better!",
"agb": "At the end some agb's about the delivery. TODO: Can we refactor this?"
},
"deliveryItems": [
{
"positionNumber": "1",
"quantity": 2.0,
"description": "studio flash light",
"unit": "pcs"
},
{
"positionNumber": "2",
"quantity": 1.0,
"description": "Fotobox",
"unit": "Stk"
}
]
}