Changes between Version 95 and Version 96 of ProjectManagementIdeas


Ignore:
Timestamp:
Jul 29, 2011, 6:27:57 PM (13 years ago)
Author:
Chris Nelson
Comment:

Note about scheduling

Legend:

Unmodified
Added
Removed
Modified
  • ProjectManagementIdeas

    v95 v96  
    436436  finishFromStart(task,start,resource):: return the date on which ''task'' will complete if ''resource'' started it on ''start''.  If ''task's'' work is more than a day, this accounts for weekends, etc. so ''finish'' - ''start'' may be more than ''task.work''.  May account for ''resource's'' vacation, etc. in addition to the general work calendar.
    437437
     438'''NOTE that the functions above likely need to be passed a percentEffort.'''
     439
    438440
    439441== IProjectResource ==