From b5d5cfdf33656b806516ecf77ad6ba7490da0055 Mon Sep 17 00:00:00 2001 From: "Janus C. H. Knudsen" Date: Mon, 29 Dec 2025 17:14:11 +0100 Subject: [PATCH] Redesigns cash reconciliation overview page Refactors the cash reconciliation list view with improved UI and UX Adds period display and filtering capabilities Introduces table with enhanced status and period tracking Implements SAF-T export functionality for selected reconciliations --- wwwroot/poc-kasseafstemning.html | 95 ++-- wwwroot/poc-kasseafstemninger.html | 798 +++++++++++++++++++++++++++++ 2 files changed, 855 insertions(+), 38 deletions(-) create mode 100644 wwwroot/poc-kasseafstemninger.html diff --git a/wwwroot/poc-kasseafstemning.html b/wwwroot/poc-kasseafstemning.html index 9f470dc..4102c17 100644 --- a/wwwroot/poc-kasseafstemning.html +++ b/wwwroot/poc-kasseafstemning.html @@ -258,6 +258,47 @@ border-top: 1px solid var(--color-border); } + /* ========================================== + PERIOD DISPLAY + ========================================== */ + swp-period-display { + display: block; + padding: 16px; + background: var(--color-background-alt); + border-radius: 8px; + } + + swp-period-label { + display: block; + font-size: 11px; + font-weight: 600; + text-transform: uppercase; + letter-spacing: 0.5px; + color: var(--color-text-secondary); + margin-bottom: 8px; + } + + swp-period-value { + display: flex; + align-items: center; + gap: 10px; + font-size: 14px; + font-weight: 500; + color: var(--color-text); + } + + swp-period-value .arrow { + color: var(--color-teal); + font-weight: 400; + } + + swp-period-hint { + display: block; + font-size: 12px; + color: var(--color-text-secondary); + margin-top: 8px; + } + /* ========================================== DATA TABLE ========================================== */ @@ -788,27 +829,18 @@ Identificér afstemningen - - - Dato * - - - - + + Periode + + 28. dec 2025 kl. 18:00 + + 29. dec 2025 + + + - Medarbejder * - - - - - - - Kassepunkt * + Kassepunkt - - - + - Afstemnings-ID: KA-2025-12-29-01 · oprettet automatisk + Afstemnings-ID: KA-2025-12-29 · Z-043 @@ -893,19 +925,6 @@ + +