Config mit den neuen PReisen aus Sivas für das jayjay gebaut.

This commit is contained in:
2023-06-06 17:20:06 +02:00
parent 2eeac20acd
commit 264b62681b
4 changed files with 260 additions and 5 deletions
+2
View File
@@ -122,8 +122,10 @@ def run_calc(infile, outfile, SivasConfig):
erg.calc(Anzahl_Ergebnis, hw, dl, emo)
summary = erg.summary_costs(hw)
dienstleistung = dl.get_hours()
df = pd.DataFrame.from_dict(data=summary, orient='index', columns=['Aufwand'])
#df = pd.DataFrame.from_dict(data=dienstleistung, orient='index', columns=['Dienstleistunge'])
df.to_excel(outfile, sheet_name="Kostenaufstellung")