- buildTerminalPhaseMap: Schritt 1b - Leitungen mit expliziter Farbe als Startpunkte (nur Gerät→Gerät, keine Abgänge) - buildTerminalPhaseMap: Block-Durchreichung (Top↔Bottom) entfernt - buildTerminalPhaseMap: Junction-Verbindungen (Terminal→Leitung) bidirektional verarbeitet via _connectionById Index - PWA: Abgangs-Rendering mit Index-Fallback wenn source_terminal_id fehlt - PWA: Abgangs-Labels max-height 130px, min-height 30px - Auto-Naming: EquipmentCarrier create/update → 'R' + count - Auto-Naming: EquipmentPanel update → 'Feld ' + count - pwa_api.php: Hardcoded Fallbacks 'Feld'/'Hutschiene' entfernt - pwa.js: Hutschiene Auto-Naming dynamisch aus Panel-Carrier-Anzahl - kundenkarte.js: Carrier-Dialog Placeholder 'z.B. R1 (automatisch)' - SW Cache auf v12.5 hochgezählt Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
29 lines
1.3 KiB
SQL
Executable file
29 lines
1.3 KiB
SQL
Executable file
-- ============================================================================
|
|
-- Copyright (C) 2026 Alles Watt lauft
|
|
--
|
|
-- Initial data for KundenKarte module
|
|
-- ============================================================================
|
|
|
|
-- ============================================================================
|
|
-- HINWEIS / NOTE:
|
|
-- ============================================================================
|
|
-- Diese Datei enthaelt KEINE vordefinierten Daten.
|
|
-- This file contains NO predefined data.
|
|
--
|
|
-- Alle Systeme, Element-Typen und Felder koennen ueber die Admin-Seiten
|
|
-- erstellt werden:
|
|
-- All systems, element types and fields can be created via the admin pages:
|
|
--
|
|
-- - Admin > Module > KundenKarte > Anlagen-Systeme (anlage_systems.php)
|
|
-- -> Neue System-Kategorien erstellen (z.B. Strom, Internet, Heizung...)
|
|
-- -> Create new system categories (e.g. Electrical, Network, Heating...)
|
|
--
|
|
-- - Admin > Module > KundenKarte > Anlagen-Typen (anlage_types.php)
|
|
-- -> Neue Element-Typen pro System erstellen
|
|
-- -> Create new element types per system
|
|
-- -> Hierarchie-Regeln definieren (Kann Kinder haben, Erlaubte Eltern)
|
|
-- -> Define hierarchy rules (Can have children, Allowed parents)
|
|
-- -> Felder pro Typ konfigurieren
|
|
-- -> Configure fields per type
|
|
--
|
|
-- ============================================================================
|