final receipt update

This commit is contained in:
EugeneTes
2026-01-22 11:09:38 +01:00
parent 9fbc61dede
commit fcb192b797
31 changed files with 2679 additions and 655 deletions

View File

@@ -0,0 +1,60 @@
{
"Title": "Warme Kuche",
"TransactionDateTime": "2025-10-23T12:18:00",
"ReceiptNumber": "132018166",
"WaiterName": "Mariano Amato",
"WaiterId": "32 (VK Restaurant)",
"TableNumber": "22",
"SpecialInstruction": "Next dish",
"Gangs": [
{
"Id": 1,
"Name": "Gang",
"Dishes": [
{
"Number": 1,
"Name": "Avocado Sashimi",
"Modifications": {
"Removed": ["Wasabi"],
"Added": ["Extra Ginger"]
},
"Comment": "No soy sauce"
},
{
"Number": 1,
"Name": "Baby Spinach Salad with Truffl",
"Modifications": {
"Removed": [],
"Added": []
},
"Comment": null
}
]
},
{
"Id": 2,
"Name": "Gang",
"Dishes": [
{
"Number": 1,
"Name": "Beef Tataki",
"Modifications": {
"Removed": ["Onion"],
"Added": ["Extra Sauce"]
},
"Comment": "Medium rare"
},
{
"Number": 1,
"Name": "Salmon Taco",
"Modifications": {
"Removed": [],
"Added": ["Extra Lime"]
},
"Comment": null
}
]
}
],
"Dishes": []
}