This commit is contained in:
2026-03-25 22:03:39 +01:00
parent a0073b4fb1
commit faf4ca10c9
5603 changed files with 1030866 additions and 79 deletions

View File

@@ -0,0 +1,39 @@
{
"invoice_number": "",
"invoice_date": "",
"service_date": "",
"currency": "CHF",
"seller": {
"name": "",
"address_line_1": "",
"address_line_2": "",
"postal_code": "",
"city": "",
"country": "CH"
},
"customer": {
"name": "",
"company": "",
"address_line_1": "",
"address_line_2": "",
"postal_code": "",
"city": "",
"country": ""
},
"items": [
{
"description": "AZA Medical AI Assistant License",
"quantity": 1,
"unit_price": 0.0,
"tax_rate": 0.0,
"line_total": 0.0
}
],
"subtotal": 0.0,
"tax_total": 0.0,
"total": 0.0,
"payment_status": "pending",
"payment_provider": "",
"payment_reference": "",
"notes": ""
}