template editor

This commit is contained in:
EugeneTes
2026-02-05 08:42:02 +01:00
parent 1fcaaa040b
commit 1c0c95842a
4 changed files with 131 additions and 7 deletions

View File

@@ -0,0 +1,78 @@
{
"Title": "Warme K\u00FCche",
"TransactionDateTime": "2025-10-23T12:18:00",
"ReceiptNumber": "132018166",
"WaiterName": "Mariano Amato",
"WaiterId": "32 (VK Restaurant)",
"TableNumber": "22",
"SpecialInstruction": null,
"Gangs": [
{
"Id": 1,
"Name": "Gang",
"Dishes": [
{
"Number": 1,
"Name": "Avocado Sashimi",
"GuestId": 1,
"Modifications": {
"Removed": [
"Wasabi"
],
"Added": [
"Extra Ginger"
],
"HasModifications": true
},
"Comment": "No soy sauce",
"GuestPrefix": "1 "
},
{
"Number": 1,
"Name": "Baby Spinach Salad with Truffl",
"GuestId": 2,
"Modifications": {
"Removed": [],
"Added": [],
"HasModifications": false
},
"Comment": null,
"GuestPrefix": "2 "
}
]
},
{
"Id": 2,
"Name": "Gang",
"Dishes": [
{
"Number": 1,
"Name": "Avocado Sashimi",
"GuestId": 1,
"Modifications": {
"Removed": [],
"Added": [],
"HasModifications": false
},
"Comment": null,
"GuestPrefix": "1 "
},
{
"Number": 1,
"Name": "Baby Spinach Salad with Truffl",
"GuestId": 2,
"Modifications": {
"Removed": [],
"Added": [],
"HasModifications": false
},
"Comment": null,
"GuestPrefix": "2 "
}
]
}
],
"Dishes": [],
"HasGangs": true,
"HasDishes": false
}