-
Notifications
You must be signed in to change notification settings - Fork 167
Description
I am starting and stopping timecop as I do work. That's the beauty of it. I am trialing it on a job now, but admin got back to me and asked for a timesheet with one day per row (not two, I tend to log a morning and afternoon shift). It would be nice if on export Timecop had an option to merge records that are on the same day.
Of course of numeric fields like the time they need to summed, for text fields I'd merge them (perhaps with a newline between), and for start and end time it's a bit tricky but maybe if they are listed they can be merged into Times column that reports ranges start-stop one per line in the one field on the one row.
Clearly not a trivial thing to implement, but not hard per se either, just needs some thought no the balance of options added and assumptions made, with the goal of getting a time sheet out for admin who want one row per day.