diff --git a/PointOfSale/EpsonPrinterLinux/Services/EpsonPrintService.cs b/PointOfSale/EpsonPrinterLinux/Services/EpsonPrintService.cs index 2d48148..dcfa98c 100644 --- a/PointOfSale/EpsonPrinterLinux/Services/EpsonPrintService.cs +++ b/PointOfSale/EpsonPrinterLinux/Services/EpsonPrintService.cs @@ -81,7 +81,7 @@ namespace EpsonPrinter.Services } if (body.TotalVat <= 0) { - body.TotalVat = Math.Round(body.TotalPrice * 0.25m, 2); + body.TotalVat = Math.Round(body.TotalPrice * 0.20m, 2); } var footer = (model.Footer != null && model.Footer.Any()) ? model.Footer : BuildDefaultFooter(); @@ -175,7 +175,7 @@ namespace EpsonPrinter.Services { new HeaderModel { - Value = _config["PrintSettings:Defaults:StoreName"] ?? "TableTop3D", + Value = _config["PrintSettings:Defaults:StoreName"] ?? "Blomster Til Alt", TextAlignment = Enums.AlignmentEnum.Center, FeedingLines = 0, PrintStyles = new PrintStyleModel { Bold = true, DoubleWidth = true, DoubleHeight = true }