change structure, added readinging miete.csv

This commit is contained in:
Anton
2026-04-28 22:09:23 +02:00
parent 73908cbac7
commit 1f23d02cfe
9 changed files with 440 additions and 248 deletions

6
config.py Normal file
View File

@@ -0,0 +1,6 @@
filename_debitoren = "resources/debitoren.csv"
encoding_debitoren = "ISO-8859-1"
filename_fz = "resources/Booking_System.csv"
filname_price_familyroom = "resources/preise_familienzimmer.csv"
seperator_price_familyroom = ","
filename_mieten = "resources/2025_05_miete.csv"