Currently, the column "This week" and reports with splitting by week count time for weeks of "Sunday to Saturday". For the current week at least, that makes the aggregate worktime numbers confusing for those who consider their week to be "Monday to Sunday" (and if only because then Saturday and Sunday can be truly called "the weekend").
That confusion would be fixed with a setting that allows to change the start day of the week to be either Sunday or Monday. That's a common practice in other applications as well.
However I could not find a way to tell Qt what to consider as the starting day of the week – it seems to be specified in the locale as a read-only property. In which case the logic to sum up hours per week would have to be implemented into tom-ui itself 😑
Currently, the column "This week" and reports with splitting by week count time for weeks of "Sunday to Saturday". For the current week at least, that makes the aggregate worktime numbers confusing for those who consider their week to be "Monday to Sunday" (and if only because then Saturday and Sunday can be truly called "the weekend").
That confusion would be fixed with a setting that allows to change the start day of the week to be either Sunday or Monday. That's a common practice in other applications as well.
However I could not find a way to tell Qt what to consider as the starting day of the week – it seems to be specified in the locale as a read-only property. In which case the logic to sum up hours per week would have to be implemented into
tom-uiitself 😑