Compare commits
No commits in common. "9752963eadfc61eadae28c0f99c5c86f3f744499" and "e7917ecabd96c1e6a8ce04a6bae9c5fd03bae8ee" have entirely different histories.
9752963ead
...
e7917ecabd
12 changed files with 1 additions and 1681 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -161,3 +161,4 @@ cython_debug/
|
|||
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,23 +0,0 @@
|
|||
{
|
||||
"2025": {
|
||||
"jahr": 2025,
|
||||
"mieter": "Annemarie und Bastian Schilder",
|
||||
"kosten": {
|
||||
"Wasser/Abwasser": 0.0,
|
||||
"Müllabfuhr": 0.0,
|
||||
"Schornsteinfeger": 0.0
|
||||
},
|
||||
"belege": {
|
||||
"Wasser/Abwasser": [],
|
||||
"Müllabfuhr": [],
|
||||
"Schornsteinfeger": []
|
||||
},
|
||||
"summe_kosten": 0.0,
|
||||
"vorauszahlung_monat": 70.0,
|
||||
"anzahl_monate": 12,
|
||||
"summe_vorauszahlung": 840.0,
|
||||
"differenz": -840.0,
|
||||
"status": "fertig",
|
||||
"datum": "2026-03-05 09:17"
|
||||
}
|
||||
}
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
{
|
||||
"vermieter": {
|
||||
"name": "Eduard Wisch",
|
||||
"adresse": "Todtenhemmer Weg 116, 25764 Wesselburen",
|
||||
"iban": "DE38100777770466026201",
|
||||
"bic": "NORSDE51XXX",
|
||||
"bank": "Norisbank"
|
||||
},
|
||||
"mieter": {
|
||||
"name": "Annemarie und Bastian Schilder",
|
||||
"adresse": "Koogchaussee 8, 25761 Hedwigenkoog",
|
||||
"email": "annemarieschilder@gmx.de",
|
||||
"iban": "",
|
||||
"bic": "",
|
||||
"bank": ""
|
||||
},
|
||||
"objekt_adresse": "Koogchaussee 8, 25764 Hedwigenkoog",
|
||||
"vorauszahlung_monat": 70.0,
|
||||
"kostenarten": [
|
||||
"Wasser/Abwasser",
|
||||
"Müllabfuhr",
|
||||
"Schornsteinfeger"
|
||||
],
|
||||
"briefkopf_hoehe": 4.5
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
21
icon.svg
21
icon.svg
|
|
@ -1,21 +0,0 @@
|
|||
<?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>
|
||||
|
Before Width: | Height: | Size: 803 B |
|
|
@ -1,10 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=Nebenkostenabrechnung
|
||||
Comment=Nebenkostenabrechnung erstellen und verwalten
|
||||
Exec=python3 "/mnt/17 - Entwicklungen/20 - Projekte/Nebenkostenabrechnung/nebenkostenabrechnung.py"
|
||||
Icon=/mnt/17 - Entwicklungen/20 - Projekte/Nebenkostenabrechnung/icon.svg
|
||||
Terminal=false
|
||||
Categories=Office;Finance;
|
||||
StartupNotify=true
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -1,3 +0,0 @@
|
|||
PySide6>=6.5
|
||||
reportlab>=4.0
|
||||
PyPDF2>=3.0
|
||||
Binary file not shown.
Loading…
Reference in a new issue