diff --git a/organize/work.txt b/organize/work.txt index bcf91af..5fcf365 100644 --- a/organize/work.txt +++ b/organize/work.txt @@ -52,7 +52,7 @@ Properties may be set as long as the work item is in status "new". >>> wi01.setData(start=1229955772, party='annie') >>> wi01 - The duration value is calculated automatically when start and end are set; @@ -83,7 +83,7 @@ be excluded from queries. >>> wi01.state 'planned_x' >>> wi02 - @@ -99,7 +99,7 @@ but may also be specified explicitly. >>> wi03 = wi02.doAction('start', 'jim', start=1229958000) >>> wi03 - Stopping and finishing work @@ -112,10 +112,10 @@ as "running" will be replaced by a new one. >>> wi04 = wi03.doAction('work', 'jim', end=1229958300) >>> wi03 - >>> wi04 - After another hour Jim works again on the task; he now finishes it within @@ -123,7 +123,7 @@ ten minutes and records this in one step. >>> wi05 = wi04.doAction('finish', 'jim', start=1229961600, end=1229962200) >>> wi05 - >>> wi05.duration, wi05.effort (600, 600) @@ -157,10 +157,10 @@ delegated so that it may be selected by queries. >>> wi08 = wi07.doAction('delegate', 'john', party='annie') >>> wi07 - >>> wi08 - >>> len(list(workItems)) 8 @@ -179,10 +179,10 @@ Note that nevertheless only the last work item of a run may be modified. >>> wi09 = wi08.doAction('modify', 'annie', duration=3600) >>> wi08 - >>> wi09 -