On 2017-11-10 06:46, Thomas Lauf wrote:
> If tracking is desired
>
> timew start LUNCH/BREAK/PAUSE/...
> timew continue [<id>]
>
> is the command at hand (which I use for example).
[...]
> In this case I would rather focus on the summary command, because then
> the sums are skewed by the extra time-off intervals. Currently, it
> looks
> like this:
>
> Wk Date Day ID Tags Start End Time Total
> --- ---------- --- --- ------------ -------- -------- ------- --------
> W45 2017-11-06 Mon @14 PROJECT, FOO 8:24:00 11:36:00 3:12:00
> @13 PAUSE 11:36:00 12:06:00 0:30:00
> @12 PROJECT, FOO 12:06:00 14:09:00 2:03:00 5:45:00
[...]
> But I would rather have something like this:
>
> Wk Date Day ID Tags Start End On Off Total
> --- ---------- --- --- ------------ ----- ----- ---- ---- -----
> W45 2017-11-06 Mon @14 PROJECT, FOO 8:24 11:36 3:12
> @13 PAUSE 11:36 12:06 0:30
> @12 PROJECT, FOO 12:06 14:09 2:03 5:15
[...]
What about a new flag to set to mark a time as "break" or "Off",
so you can do a
timew start --offtime LUNCH/BREAK/PAUSE/...
and that task is counted as "Off" for the summary? That would
make it possible to track "time off", and you can tag this time
as "break", "lunch", "doing a walk" or whatever, too.
Regards,
-thh