update
This commit is contained in:
39
AzA march 2026 - Kopie (18)/billing/invoice_template.json
Normal file
39
AzA march 2026 - Kopie (18)/billing/invoice_template.json
Normal 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": ""
|
||||
}
|
||||
Reference in New Issue
Block a user