58 lines
1.1 KiB
Plaintext
58 lines
1.1 KiB
Plaintext
#red,big,center# {Title} #
|
|
---
|
|
|
|
#center# {TransactionDateTime:dd-MMM-yy HH:mm} Nr.:{ReceiptNumber} #
|
|
#center# {WaiterName} #
|
|
#center# {WaiterId} #
|
|
#big,bold,center# Tisch: {TableNumber} #
|
|
|
|
@if SpecialInstruction
|
|
|
|
#big,bold,center# {SpecialInstruction} #
|
|
|
|
@end
|
|
---
|
|
@foreach gang in Gangs
|
|
#red,big,center# {gang.Id}. {gang.Name} #
|
|
@foreach dish in gang.Dishes
|
|
#tall# {dish.Number}x {dish.Name} #
|
|
@if dish.Modifications.Removed.count > 0
|
|
@foreach removed in dish.Modifications.Removed
|
|
#bold,tall# - {removed} #
|
|
@end
|
|
@end
|
|
@if dish.Modifications.Added.count > 0
|
|
@foreach added in dish.Modifications.Added
|
|
#bold,tall# + {added} #
|
|
@end
|
|
@end
|
|
@if dish.Comment
|
|
#bold,tall# Comment: {dish.Comment} #
|
|
@end
|
|
@end
|
|
@end
|
|
@if Gangs.count > 0
|
|
---
|
|
@end
|
|
@foreach dish in Dishes
|
|
#tall# {dish.Number}x {dish.Name} #
|
|
@if dish.Modifications.Removed.count > 0
|
|
@foreach removed in dish.Modifications.Removed
|
|
#bold,tall# - {removed} #
|
|
@end
|
|
@end
|
|
@if dish.Modifications.Added.count > 0
|
|
@foreach added in dish.Modifications.Added
|
|
#bold,tall# + {added} #
|
|
@end
|
|
@end
|
|
@if dish.Comment
|
|
#bold,tall# Comment: {dish.Comment} #
|
|
@end
|
|
@end
|
|
@if Dishes.count > 0
|
|
|
|
---
|
|
|
|
@end
|