安排任务以填补其他两个任务之间的差距 [英] Schedule Task to fill gap between two other tasks

查看:64
本文介绍了安排任务以填补其他两个任务之间的差距的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的情况如下,我需要创建一个填补其前任和后续版本之间差距的任务。  

I have a situation as follows where I need to create a task that fills a gap between its predecessor and its successor.  

- 前任基于之前的一系列任务自动安排

- predecessor is auto-scheduled based on a sequence of tasks before it

- 后继是固定日期

- successor is a fixed date

- "填充物"任务是一个基本上是允许前任延迟的缓冲区。

- the "filler" task is one which is basically a buffer to allow for delays of the predecessors.

"填充"的持续时间。任务应根据前任的完成日期和后继的开始日期进行设置。  我可以手动设置填充任务的持续时间,但我更喜欢它"浮动"。  例如
如果我推出前任的结束日期,我希望填充任务的持续时间相应减少。

the duration of the "filler" task should be set based on the finish date of the predecessor and the start date of the successor.  I could set the duration of the filler task manually, but I'd prefer that it "float".  For example if I push out the end date of the predecessors I'd like the duration of the filler task to reduce accordingly.

例如:

开发任务:  10d,1月6日开始,6月6日结束

development-task:  10d, start 1-Jun, end 10-Jun

< filler-task> : 开发与开发之间的5天发布(但如果开发时间延长1天,填充任务应减少到4天)

<filler-task> :  5 days between development & release (but if development takes 1 day longer, filler-task should reduce to 4 days)

发布任务:  15-Jun

release task:  15-Jun

任何关于配置这一点的想法都将不胜感激。  我正在使用Project Professional 2013。

Any thoughts on configuring this would be appreciated.  I'm using Project Professional 2013.

提前致谢!

推荐答案

Bill ,

Bill,

有几种方法可以实现自动化。第一种方法是使用FAQ 19 - Hammock tasks(http://project.mvps.org/faqs.htm)中描述的吊床任务。第二个是VBA根据需要调整填充任务日期。

There are a couple of ways to automate this. The first is by using a hammock task as described in FAQ 19 - Hammock tasks (http://project.mvps.org/faqs.htm). The second would be some VBA to adjust the filler task dates as needed.

John


这篇关于安排任务以填补其他两个任务之间的差距的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆