pb866 / kimbal

Tool for basic statistics of time logs by Kimai.
GNU General Public License v3.0
0 stars 0 forks source link

Define init value for time balance #9

Open pb866 opened 2 years ago

pb866 commented 2 years ago

Allow configurable initialisation of time balance.

Kimai should show the correct balance for all time periods no matter whether there is already a positive or negative balance on the time account.

pb866 commented 2 years ago

Make a method of the Kimai class that saves all necessary time balance, vacation, and sick leave information to a file that can be included in another Kimai instance.

pb866 commented 2 years ago

Use configparser and ini files.