get_manual_df_with_workime

WorktimeCalculator.get_manual_df_with_workime() DataFrame[source]

Read the manual_db file.

That file contains information like sick time | vacation, specified by manual_db in the config. Then expands the given time periods to date_ranges on a daily base, drops the none workdays and adds the daily work time based on the contract parameters for that day.

Returns

Dataframe containing the to a daily base expanded entry’s of manual_df.

Return type

pandas.DataFrame