-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.draft.json
48 lines (48 loc) · 1.04 KB
/
example.draft.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
{
"images": {
"logo": "https://public.easyinvoice.cloud/img/logo_en_original.png",
"background": "https://public.easyinvoice.cloud/img/watermark-draft.jpg"
},
"sender": {
"company": "Sample Corp",
"address": "Sample Street 123",
"zip": "1234 AB",
"city": "Sampletown",
"country": "Samplecountry"
},
"client": {
"company": "Client Corp",
"address": "Clientstreet 456",
"zip": "4567 CD",
"city": "Clientcity",
"country": "Clientcountry"
},
"information": {
"number": "2022.0001",
"date": "1.1.2022",
"due-date": "15.1.2022"
},
"products": [
{
"quantity": "2",
"description": "Test1",
"tax-rate": 6,
"price": 33.87
},
{
"quantity": "4",
"description": "Test2",
"tax-rate": 21,
"price": 10.45
}
],
"bottom-notice": "Kindly pay your invoice within 15 days.",
"settings": {
"currency": "USD",
"tax-notation": "vat",
"margin-top": 25,
"margin-right": 25,
"margin-left": 25,
"margin-bottom": 25
}
}