1.0.8
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<Version>1.0.7</Version>
|
||||
<Version>1.0.8</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -29,8 +29,8 @@ public class BarReceiptConverter
|
||||
string serverLine = $"{kitchenReceipt.WaiterName}";
|
||||
commands.Add(new PrintCommand(Center(serverLine, false)));
|
||||
|
||||
string serverIdLine = $"{kitchenReceipt.WaiterId}";
|
||||
commands.Add(new PrintCommand(Center(serverIdLine, false)));
|
||||
//string serverIdLine = $"{kitchenReceipt.WaiterId}";
|
||||
//commands.Add(new PrintCommand(Center(serverIdLine, false)));
|
||||
|
||||
string tableLine = $"Tisch: {kitchenReceipt.TableNumber}";
|
||||
commands.Add(new PrintCommand(Center(tableLine, true), true, true));
|
||||
|
||||
@@ -27,8 +27,8 @@ public class KitchenReceiptConverter
|
||||
string serverLine = $"{kitchenReceipt.WaiterName}";
|
||||
commands.Add(new PrintCommand(Center(serverLine, false)));
|
||||
|
||||
string serverIdLine = $"{kitchenReceipt.WaiterId}";
|
||||
commands.Add(new PrintCommand(Center(serverIdLine, false)));
|
||||
//string serverIdLine = $"{kitchenReceipt.WaiterId}";
|
||||
//commands.Add(new PrintCommand(Center(serverIdLine, false)));
|
||||
|
||||
string tableLine = $"Tisch: {kitchenReceipt.TableNumber}";
|
||||
commands.Add(new PrintCommand(Center(tableLine, true), true, true));
|
||||
|
||||
Reference in New Issue
Block a user