From 2645399b06921966c859a70e75b1ce5365536ab9 Mon Sep 17 00:00:00 2001 From: Frede Hundewadt Date: Fri, 3 Nov 2023 15:17:46 +0100 Subject: [PATCH] column header --- .../Components/ActivityListComponent.razor | 14 +++++++------- Wonky.Client/Pages/OfficeOrderListPage.razor | 2 ++ Wonky.Client/wwwroot/appsettings.json | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Wonky.Client/Components/ActivityListComponent.razor b/Wonky.Client/Components/ActivityListComponent.razor index 708d4082..0acda277 100644 --- a/Wonky.Client/Components/ActivityListComponent.razor +++ b/Wonky.Client/Components/ActivityListComponent.razor @@ -23,12 +23,12 @@ Demo Salg Note - SAS - Beløb - - - - + SAS + NORMAL + + + + @@ -41,7 +41,7 @@ @activity.Sales @activity.OfficeNote @($"{activity.SasAmount:N2}") - @(activity.StatusTypeEnum.Contains("Quote") ? "{0:N2}" : $"{activity.OrderAmount - activity.SasAmount:N2}") + @(activity.StatusTypeEnum.Contains("Quote") ? "{0:N2}" : $"{activity.OrderAmount - activity.SasAmount:N2}") @if (activity.OurRef.Contains("T:") || activity.OurRef.Contains("TLF:")) {} diff --git a/Wonky.Client/Pages/OfficeOrderListPage.razor b/Wonky.Client/Pages/OfficeOrderListPage.razor index a7df1563..54eaea76 100644 --- a/Wonky.Client/Pages/OfficeOrderListPage.razor +++ b/Wonky.Client/Pages/OfficeOrderListPage.razor @@ -15,6 +15,7 @@ Kunde Konto Dato + EOrdre Sælger Oprettet af @@ -26,6 +27,7 @@ @order.CompanyName @order.Account @order.OrderDate + @order.ESalesNumber @order.SalesRep @order.CreatedBy diff --git a/Wonky.Client/wwwroot/appsettings.json b/Wonky.Client/wwwroot/appsettings.json index e5001460..2e4575aa 100644 --- a/Wonky.Client/wwwroot/appsettings.json +++ b/Wonky.Client/wwwroot/appsettings.json @@ -1,7 +1,7 @@ { "appInfo": { "name": "Wonky Online", - "version": "279.0", + "version": "281.0", "rc": true, "sandBox": true, "image": "grumpy-coder.png",