kromitgmbh / titra

titra - modern open source project time tracking for freelancers and small teams
https://titra.io
GNU Affero General Public License v3.0
404 stars 55 forks source link

Workingtime tab is missing #173

Open Twim4 opened 1 year ago

Twim4 commented 1 year ago

Hi! I am using the latest version of titra as docker instance and I see in documentation, that there is a Working time tab, where breaking times are listed. image

But on my local docker instance, i don't see such tab. image

Could you tell me if that option should be first activated to be used?

Thanks Cheers

faburem commented 1 year ago

Hello and thanks for reaching out. The "Workingtime" tab is automatically calculating start, end and break times. Therefore it is not compatible with the global setting "Track start time":

image

If you disable this setting, the "Workingtime" tab will be displayed again.

Best, Fabian

faburem commented 1 year ago

I see two issues here, actually. One is that this behaviour needs to be documented properly and two it would be much better to properly respect the entered start time instead of the current behaviour. PRs are welcome to fix this!

faburem commented 1 year ago

Issue one is resolved, I have just added this information to the official titra documentation wiki here: https://wiki.titra.io/books/how-to-use-titra/page/overview

We continue to investigate a better solution for issue 2 / are awaiting any PRs in this direction.