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

65 lines
1.3 KiB
JSON

{
"Title": "Bar",
"TransactionDateTime": "2025-10-23T20:30:00",
"ReceiptNumber": "132018300",
"WaiterName": "Thomas Weber",
"WaiterId": "28 (Bar Staff)",
"TableNumber": "B5",
"SpecialInstruction": "VIP Table",
"Gangs": [
{
"Id": 1,
"Name": "Round",
"Dishes": [
{
"Number": 2,
"Name": "Aperol Spritz",
"Modifications": {
"Removed": [],
"Added": ["Extra Ice"]
},
"Comment": null
},
{
"Number": 1,
"Name": "Negroni",
"Modifications": {
"Removed": ["Orange Peel"],
"Added": []
},
"Comment": "Stirred, not shaken"
},
{
"Number": 3,
"Name": "San Pellegrino 50cl",
"Modifications": {
"Removed": [],
"Added": []
},
"Comment": null
}
]
}
],
"Dishes": [
{
"Number": 2,
"Name": "Espresso",
"Modifications": {
"Removed": [],
"Added": []
},
"Comment": null
},
{
"Number": 1,
"Name": "Cappuccino",
"Modifications": {
"Removed": [],
"Added": ["Oat Milk"]
},
"Comment": "Extra hot"
}
]
}