Difference between revisions of "Timesheet"
From TimeSnapper
LeonBambrick (talk | contribs) (content http://forums.timesnapper.com/forums/604/ShowPost.aspx) |
Atlioddsson (talk | contribs) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
Basically, here is the "algorithm" for how we calculate duration in the timesheet dialog: | Basically, here is the "algorithm" for how we calculate duration in the timesheet dialog: | ||
− | + | * A new '''Task''' flag ends the previous '''Task'''. | |
− | + | * A '''Break''' flag stops the previous flag also (and basically acts like a flag, except it doesn't provide all the same fields - just comment) | |
− | + | * A '''Note''' flag doesn't have any effect on duration and doesn't show up in the Timesheet dialog (and just allows comment) | |
− | + | * An '''End of Day''' flag is useful at the end of the day when you are not going to start another task (like in your case). | |
− | + | [[Image:timesheet_functionality_explained.png]] | |
− | |||
− |
Latest revision as of 12:58, 14 April 2011
Basically, here is the "algorithm" for how we calculate duration in the timesheet dialog:
- A new Task flag ends the previous Task.
- A Break flag stops the previous flag also (and basically acts like a flag, except it doesn't provide all the same fields - just comment)
- A Note flag doesn't have any effect on duration and doesn't show up in the Timesheet dialog (and just allows comment)
- An End of Day flag is useful at the end of the day when you are not going to start another task (like in your case).