Should total per week? #212
-
Hi, I've seen klog has the handy feature of expected total hours for a given day but I'm wondering if that could also work for a week total. So, if I add a For my needs it's also important that I don't mix different projects while logging work. I guess having different files would be enough. In that case, can reports summarize several files together? Thanks for this great tool! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The should total works on day-level. Maybe it works for you if you specify the should total at the first day of the week, like:
Technically speaking, the entire
Regarding your second question, all evaluation commands ( |
Beta Was this translation helpful? Give feedback.
The should total works on day-level. Maybe it works for you if you specify the should total at the first day of the week, like:
Technically speaking, the entire
40h!
refers to Monday. However, if you evaluate the records of the week, it sums up all values from the matching records. E.g.:klog total --period 2022-W37 --diff myfile.klg
(i.e. total time of week 37) would yield:Regarding your second question, all evaluation commands (
klog total
,klog report
,klog tags
,klog today
) accept multiple files or bookmarks as input, e.g.klog total one.klg two.klg thre…