Spaces:
Runtime error
Runtime error
File size: 1,511 Bytes
e79ac05 |
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 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
{
"labels": [
{
"id": 1,
"name": "invoice_no",
"description": "Invoice Number"
},
{
"id": 2,
"name": "invoice_date",
"description": "Invoice Date"
},
{
"id": 3,
"name": "seller",
"description": "Seller"
},
{
"id": 4,
"name": "client",
"description": "Client"
},
{
"id": 5,
"name": "seller_tax_id",
"description": "Seller Tax ID"
},
{
"id": 6,
"name": "client_tax_id",
"description": "Client Tax ID"
},
{
"id": 7,
"name": "iban",
"description": "IBAN"
},
{
"id": 8,
"name": "item_desc",
"description": "Item Description"
},
{
"id": 9,
"name": "item_qty",
"description": "Item Quantity"
},
{
"id": 10,
"name": "item_net_price",
"description": "Item Net Price"
},
{
"id": 11,
"name": "item_net_worth",
"description": "Item Net Worth"
},
{
"id": 12,
"name": "item_vat",
"description": "Item VAT"
},
{
"id": 13,
"name": "item_gross_worth",
"description": "Item Gross Worth"
},
{
"id": 14,
"name": "total_net_worth",
"description": "Total Net Worth"
},
{
"id": 15,
"name": "total_vat",
"description": "Total VAT"
},
{
"id": 16,
"name": "total_gross_worth",
"description": "Total Gross Worth"
}
]
} |