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