Files
Print_server/EpsonTemplatesTest/Samples/kitchen-u220.json
2026-01-22 11:13:07 +01:00

40 lines
798 B
JSON

{
"Title": "Kalte Kuche",
"TransactionDateTime": "2025-11-15T18:45:00",
"ReceiptNumber": "132018200",
"WaiterName": "Sofia Mueller",
"WaiterId": "45 (VK Restaurant)",
"TableNumber": "8",
"SpecialInstruction": null,
"Gangs": [],
"Dishes": [
{
"Number": 2,
"Name": "Caesar Salad",
"Modifications": {
"Removed": ["Croutons"],
"Added": ["Extra Parmesan"]
},
"Comment": "Dressing on the side"
},
{
"Number": 1,
"Name": "Carpaccio",
"Modifications": {
"Removed": [],
"Added": []
},
"Comment": null
},
{
"Number": 3,
"Name": "Bruschetta",
"Modifications": {
"Removed": [],
"Added": ["Extra Basil"]
},
"Comment": null
}
]
}