From ec58d2472c53322c447272802df115928a5cfad1 Mon Sep 17 00:00:00 2001 From: Floke Date: Wed, 27 Aug 2025 13:00:59 +0000 Subject: [PATCH] config.py aktualisiert --- config.py | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/config.py b/config.py index 12f51006..098af8a8 100644 --- a/config.py +++ b/config.py @@ -500,7 +500,7 @@ COLUMN_ORDER = [ "Finaler Mitarbeiter (Wiki>CRM)", "Geschaetzter Techniker Bucket", "Plausibilität Umsatz", "Plausibilität Mitarbeiter", "Plausibilität Umsatz/MA Ratio", "Abweichung Umsatz CRM/Wiki", "Abweichung MA CRM/Wiki", "Plausibilität Begründung", "Plausibilität Prüfdatum", - "Timestamp letzte Pruefung", "Version", "Tokens", "CRM ID" + "Archiviert", "SyncConflict", "Timestamp letzte Pruefung", "Version", "Tokens", "CRM ID" ] # --- Spalten-Mapping (Single Source of Truth) --- @@ -584,11 +584,13 @@ COLUMN_MAP = { "Abweichung MA CRM/Wiki": {"Titel": "BM", "index": 64}, "Plausibilität Begründung": {"Titel": "BN", "index": 65}, "Plausibilität Prüfdatum": {"Titel": "BO", "index": 66}, - # BP-BS: Metadaten - "Timestamp letzte Pruefung": {"Titel": "BP", "index": 67}, - "Version": {"Titel": "BQ", "index": 68}, - "Tokens": {"Titel": "BR", "index": 69}, - "CRM ID": {"Titel": "BS", "index": 70} + "Archiviert": {"Titel": "BP", "index": 67}, + "SyncConflict": {"Titel": "BQ", "index": 68}, + # BR-BU: Metadaten (Indizes verschoben) + "Timestamp letzte Pruefung": {"Titel": "BR", "index": 69}, + "Version": {"Titel": "BS", "index": 70}, + "Tokens": {"Titel": "BT", "index": 71}, + "CRM ID": {"Titel": "BU", "index": 72} } # ==============================================================================