final receipt update
This commit is contained in:
64
Inspectron.Epson.Templates/Samples/bar-default.json
Normal file
64
Inspectron.Epson.Templates/Samples/bar-default.json
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user