You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
montpelliermaalsi2024/invoice_templating/invoice_data.json

137 lines
3.9 KiB
JSON

[
{
"customer_name": "Allison Hill",
"customer_email": "donaldgarcia@example.net",
"customer_address": "600 Jeffery Parkways\nNew Jamesside, MT 29394",
"invoice_number": "cf36d58b-4737-4190-96da-1dac72ff5d2a",
"invoice_date": "2020-01-21",
"total_amount": 2715,
"items": [
{
"item_name": "grow",
"quantity": 5,
"unit_price": 29
},
{
"item_name": "dinner",
"quantity": 6,
"unit_price": 23
},
{
"item_name": "best",
"quantity": 7,
"unit_price": 22
},
{
"item_name": "her",
"quantity": 6,
"unit_price": 87
}
]
},
{
"customer_name": "Andrew Stevens",
"customer_email": "dudleynicholas@example.net",
"customer_address": "310 Kendra Common Apt. 164\nReidstad, GA 49021",
"invoice_number": "4458a885-ab90-49a4-b5a2-40ae5af30553",
"invoice_date": "2020-08-09",
"total_amount": 2903,
"items": [
{
"item_name": "shoulder",
"quantity": 4,
"unit_price": 30
},
{
"item_name": "maintain",
"quantity": 7,
"unit_price": 44
},
{
"item_name": "wish",
"quantity": 9,
"unit_price": 38
},
{
"item_name": "reveal",
"quantity": 6,
"unit_price": 17
},
{
"item_name": "drop",
"quantity": 1,
"unit_price": 50
}
]
},
{
"customer_name": "Austin Gentry",
"customer_email": "jason76@example.net",
"customer_address": "38849 Hurst Locks Suite 328\nDaviston, VI 14872",
"invoice_number": "cac5b68c-28f4-4481-a0a0-4dc427209bdf",
"invoice_date": "2023-08-04",
"total_amount": 9871,
"items": [
{
"item_name": "image",
"quantity": 7,
"unit_price": 86
}
]
},
{
"customer_name": "Kendra Maddox DVM",
"customer_email": "frazierdanny@example.net",
"customer_address": "46270 Stanton Track Apt. 814\nEast Nathaniel, GA 71198",
"invoice_number": "87c5421e-ec24-43c5-8754-108ff4188f3f",
"invoice_date": "2020-01-02",
"total_amount": 9913,
"items": [
{
"item_name": "middle",
"quantity": 1,
"unit_price": 24
},
{
"item_name": "woman",
"quantity": 6,
"unit_price": 49
},
{
"item_name": "education",
"quantity": 1,
"unit_price": 40
}
]
},
{
"customer_name": "Theresa Miller",
"customer_email": "wcabrera@example.net",
"customer_address": "782 Rose Rest\nBrandtside, WV 96174",
"invoice_number": "4fcca39a-b683-42e6-b37e-a2dfb09b2a5c",
"invoice_date": "2023-05-24",
"total_amount": 6218,
"items": [
{
"item_name": "we",
"quantity": 9,
"unit_price": 67
},
{
"item_name": "camera",
"quantity": 4,
"unit_price": 38
},
{
"item_name": "attack",
"quantity": 6,
"unit_price": 12
},
{
"item_name": "per",
"quantity": 9,
"unit_price": 39
}
]
}
]