nebenkostenabrechnung/icon.svg
data 6b5f32b16c feat: Initial commit - Nebenkostenabrechnung v1.0.0
PySide6 GUI-Anwendung zur Erstellung von Nebenkostenabrechnungen
für Mietobjekte gemäß § 556 BGB.

Funktionen:
- Stammdaten-Verwaltung (Vermieter/Mieter)
- Kostenarten-Verwaltung
- PDF-Erstellung mit Briefkopf-Vorlage
- Beleg-Anhänge (PDF, JPG, PNG)
- OCR-basierte Seitenrotation und Leerseiten-Filterung
- Entwurf-Speicherung und Historie
- Startmenü-Integration

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-05 09:35:16 +01:00

21 lines
803 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg width="128" height="128" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg">
<!-- Hintergrund -->
<rect x="8" y="8" width="112" height="112" rx="16" fill="#3498db"/>
<!-- Haus -->
<path d="M64 20 L20 55 L30 55 L30 95 L98 95 L98 55 L108 55 Z" fill="white"/>
<!-- Tür -->
<rect x="52" y="65" width="24" height="30" rx="2" fill="#3498db"/>
<!-- Fenster links -->
<rect x="36" y="60" width="12" height="12" fill="#3498db"/>
<!-- Fenster rechts -->
<rect x="80" y="60" width="12" height="12" fill="#3498db"/>
<!-- Euro-Zeichen im Kreis -->
<circle cx="90" cy="40" r="20" fill="#27ae60"/>
<text x="90" y="48" font-family="Arial, sans-serif" font-size="28" font-weight="bold" fill="white" text-anchor="middle"></text>
</svg>