diff --git a/Wonky.Client/Components/AdvisorCompanyTableComponent.razor b/Wonky.Client/Components/AdvisorCompanyTableComponent.razor index bfa7ad6a..2f46f5da 100644 --- a/Wonky.Client/Components/AdvisorCompanyTableComponent.razor +++ b/Wonky.Client/Components/AdvisorCompanyTableComponent.razor @@ -42,7 +42,7 @@ @if (!string.IsNullOrWhiteSpace(company.Note)) { - + } diff --git a/Wonky.Client/Components/InfoBrowserComponent.razor b/Wonky.Client/Components/InfoBrowserComponent.razor new file mode 100644 index 00000000..c89a7e63 --- /dev/null +++ b/Wonky.Client/Components/InfoBrowserComponent.razor @@ -0,0 +1,9 @@ +

Testede browsere

+ \ No newline at end of file diff --git a/Wonky.Client/Components/InfoColorCodingComponent.razor b/Wonky.Client/Components/InfoColorCustomerComponent.razor similarity index 71% rename from Wonky.Client/Components/InfoColorCodingComponent.razor rename to Wonky.Client/Components/InfoColorCustomerComponent.razor index c05bd7c7..e4071b09 100644 --- a/Wonky.Client/Components/InfoColorCodingComponent.razor +++ b/Wonky.Client/Components/InfoColorCustomerComponent.razor @@ -16,14 +16,23 @@ *@ @using Wonky.Client.Components +

Kunde Info

- - + + + + + + - - - - - - - - - - - -
Kunde / Besøg StatusPakning / ForsendelseSymbolBetydning
+ + + Vigtig info registreret +
@@ -31,12 +40,6 @@
Er nylig besøgt -
- -
-
Ubehandlet
@@ -45,12 +48,6 @@ Planlæg -
- -
-
Varer er plukket
@@ -59,12 +56,6 @@ Interval Overskredet -
- -
-
Varer er pakket
@@ -73,12 +64,6 @@ Ajourfør besøgsdato/interval -
- -
-
Varer er afsendt
@@ -87,8 +72,6 @@ Virksomhed ophørt
@@ -97,8 +80,6 @@ CVR/ORG nummer ugyldig
\ No newline at end of file diff --git a/Wonky.Client/Components/InfoColorCodingComponent.razor.css b/Wonky.Client/Components/InfoColorCustomerComponent.razor.css similarity index 100% rename from Wonky.Client/Components/InfoColorCodingComponent.razor.css rename to Wonky.Client/Components/InfoColorCustomerComponent.razor.css diff --git a/Wonky.Client/Components/InfoColorPackageComponent.razor b/Wonky.Client/Components/InfoColorPackageComponent.razor new file mode 100644 index 00000000..7b70594e --- /dev/null +++ b/Wonky.Client/Components/InfoColorPackageComponent.razor @@ -0,0 +1,61 @@ +@* +// Copyright (C) 2022 FCS Frede's Computer Services. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU Affero General Public License as +// published by the Free Software Foundation, either version 3 of the +// License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU Affero General Public License for more details. +// +// You should have received a copy of the GNU Affero General Public License +// along with this program. If not, see [https://www.gnu.org/licenses/agpl-3.0.en.html] +// +*@ +@using Wonky.Client.Components + +

Pakning / Forsendelse

+ + + + + + + + + + + + + + + + + + + + + + + + + +
SymbolBetydning
+
+ +
+
Ubehandlet
+
+ +
+
Varer er plukket
+
+ +
+
Varer er pakket
+
+ +
+
Varer er afsendt
\ No newline at end of file diff --git a/Wonky.Client/Components/InfoColorPackageComponent.razor.css b/Wonky.Client/Components/InfoColorPackageComponent.razor.css new file mode 100644 index 00000000..002017f5 --- /dev/null +++ b/Wonky.Client/Components/InfoColorPackageComponent.razor.css @@ -0,0 +1,4 @@ + +.color-code { + max-width: 40px; +} \ No newline at end of file diff --git a/Wonky.Client/Components/InfoOpenSourceComponent.razor b/Wonky.Client/Components/InfoOpenSourceComponent.razor new file mode 100644 index 00000000..ca542448 --- /dev/null +++ b/Wonky.Client/Components/InfoOpenSourceComponent.razor @@ -0,0 +1,12 @@ +

Open Source

+ \ No newline at end of file diff --git a/Wonky.Client/Components/InfoProcessStateComponent.razor b/Wonky.Client/Components/InfoProcessStateComponent.razor new file mode 100644 index 00000000..5edd239d --- /dev/null +++ b/Wonky.Client/Components/InfoProcessStateComponent.razor @@ -0,0 +1,34 @@ + +

Aktivitet Oversigt

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
SymbolBetydning
Ekspress
Telefon
Ubehandlet
Plukket
Pakket
Afhentet
diff --git a/Wonky.Client/Components/InfoQuoteToolbarComponent.razor b/Wonky.Client/Components/InfoQuoteToolbarComponent.razor index 2803fdf4..5f76cc6e 100644 --- a/Wonky.Client/Components/InfoQuoteToolbarComponent.razor +++ b/Wonky.Client/Components/InfoQuoteToolbarComponent.razor @@ -1,4 +1,4 @@ - +

Aftaler / Tilbud

@@ -6,27 +6,27 @@ - + - + - + - + - + - + diff --git a/Wonky.Client/Pages/InfoPage.razor b/Wonky.Client/Pages/InfoPage.razor index ba460ea3..fbb87db4 100644 --- a/Wonky.Client/Pages/InfoPage.razor +++ b/Wonky.Client/Pages/InfoPage.razor @@ -32,40 +32,23 @@

Piktogrammer

-
- +
+
-
+
+ +
+
-
-
-
-

Testede browsere

-
    -
  • Safari (macOS, iOS)
  • -
  • Chrome (Linux, Windows, Android)
  • -
  • Edge (Linux, Windows, Android)
  • -
  • Firefox (Linux, Windows, Android)
  • -
  • Chromium (Linux)
  • -
  • Vivaldi (Linux)
  • -
+
+
-
-
- diff --git a/Wonky.Client/wwwroot/appsettings.json b/Wonky.Client/wwwroot/appsettings.json index 3c6b75c3..45039bdf 100644 --- a/Wonky.Client/wwwroot/appsettings.json +++ b/Wonky.Client/wwwroot/appsettings.json @@ -1,13 +1,13 @@ { "appInfo": { "name": "Wonky Client", - "version": "0.96.2", + "version": "0.96.3", "rc": true, "sandBox": false, "image": "grumpy-coder.png" }, "apiConfig": { - "baseUrl": "https://eta.innotec.dk", + "baseUrl": "https://zeta.innotec.dk", "catalog": "api/v2/catalog", "crmCustomers": "api/v2/crm/companies", "crmInventoryExt": "history/inventory",
Betydning
Alle tilbud
Tabte tilbud
Ingen svar
Åbne tilbud
Aktive aftaler
Åbne tilbud / Aktive aftaler