JP2011107906A - Process management system - Google Patents

Process management system Download PDF

Info

Publication number
JP2011107906A
JP2011107906A JP2009261226A JP2009261226A JP2011107906A JP 2011107906 A JP2011107906 A JP 2011107906A JP 2009261226 A JP2009261226 A JP 2009261226A JP 2009261226 A JP2009261226 A JP 2009261226A JP 2011107906 A JP2011107906 A JP 2011107906A
Authority
JP
Japan
Prior art keywords
task
execution
dependency
plan
tasks
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2009261226A
Other languages
Japanese (ja)
Inventor
Miki Kondo
未希 近藤
Akira Tada
彰 多田
Kigen Matsui
貴元 松井
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Consumer Electronics Co Ltd
Original Assignee
Hitachi Consumer Electronics Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Consumer Electronics Co Ltd filed Critical Hitachi Consumer Electronics Co Ltd
Priority to JP2009261226A priority Critical patent/JP2011107906A/en
Publication of JP2011107906A publication Critical patent/JP2011107906A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To specify only a task necessary for implementation when occurrence of a re-implementation task, and to rapidly calculate the number of delay days by the re-implementation. <P>SOLUTION: A dependency relation information DB 12 of a process management system 10 stores a dependency relation information table indicating precedence/configuration relation between tasks necessary for the implementation of a project, and a control part 15 extracts a task that is a start point from the dependency relation information table, and extracts only a task following the task that is the start point for the purpose of the re-implementation. A plan/results information DB 13 stores a plan/results information table indicating plan information and results information of each task of the project, and implementation plans of the task that is the start point and the following task are prepared based on the plan/results information table. The number of the delay days of an implementation schedule of the project thereby is calculated from the implementation plans. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、プロジェクトの進捗管理において、プロジェクトマネージャやプロジェクトマネジメントオフィスのメンバなどが作業の進捗状況を把握することができるようにした工程管理システムに関する。   The present invention relates to a process management system in which project managers, members of a project management office, and the like can grasp the progress of work in project progress management.

一般に、プロジェクトでは、作業項目(以下、タスクという)の漏れや抜けの防止し、プロジェクトメンバ間で共有するために、WBS(Work Breakdown Structure:作業分解図)が作成される。プロジェクトマネージャは、プロジェクトの進行中、その計画を遵守するために定義したタスクの進捗管理を行なう。例えば、プロジェクトマネージャは、各タスクの進捗度を把握し、予定通りタスクが完了する見込みならば、その進捗状況を静観し、それが終了するのに遅延が見込まれれば、その対策を検討して実行する。   Generally, in a project, a work breakdown structure (WBS) is created in order to prevent omissions and omissions of work items (hereinafter referred to as tasks) and to share them among project members. The project manager manages the progress of tasks defined to comply with the plan as the project progresses. For example, the project manager grasps the progress of each task, and if the task is expected to be completed as expected, the project manager takes a quiet look at the progress, and if a delay is expected to finish, consider the countermeasures. Execute.

このような進捗管理を支援するために、プロジェクト管理ツール(マイクロソフトが開発した MS Project など)では、タスクに対して登録された進捗度を保持する機能や、WBS中の下位のタスクの進捗度をロールアップして上位のタスクの進捗度を計算する機能や、稲妻線で遅延しているタスクを明示するなどの機能を備えている(例えば、非特許文献1参照)。   In order to support such progress management, project management tools (such as MS Project developed by Microsoft) have a function to maintain the degree of progress registered for tasks and the degree of progress of subordinate tasks in the WBS. It has a function to roll up and calculate the progress of the upper task, and a function to clearly indicate a task delayed by a lightning line (for example, see Non-Patent Document 1).

また、特に、ソフトウェア開発プロジェクトを対象とした部分的な構築を繰り返して少しずつ全体を完成させていくプロジェクトに対しては、XP(eXtream Programming)やUP(Uniflied Process)のような「要件定義一設計一実装→評価」という流れのタスクを繰り返す反復型プロセスを想定した開発計画を立案し、進捗管理を行なう方式が知られている(例えば、特許文献1参照)。   In particular, for projects that repeat the partial construction for software development projects and complete the entire project little by little, there is a “required definition of requirements” such as XP (eXtream Programming) and UP (Uniflied Process). There is known a method of developing a development plan assuming a repetitive process that repeats a task of “design one implementation → evaluation” and managing progress (for example, see Patent Document 1).

内舘町子著「ひと目でわかるMicrosoft Office Project 2007」 日経BPソフトプレス刊 (2007/03)Machiko Uchinata “Microsoft Office Project 2007 at a glance” published by Nikkei BP Soft Press (2007/03) 特開2006−338309号公報JP 2006-338309 A

プロジェクトにおける上流工程(例えば、事業企画や商品企画など)では、外部環境の変化(例えば、顧客ニーズの変化や競合の動向)などにより、このプロジェクト計画のために実施したタスクの再実施の必要性が発生する。しかし、このような外部環境の変化を予め把握するのは非常に難しいことから、プロジェクト計画段階においては、再実施が必要なタスクやかかるタスクの再実施の発生回数を特定できていない。   In the upstream process of a project (for example, business planning, product planning, etc.), due to changes in the external environment (for example, changes in customer needs or competitive trends), the need to re-execute tasks performed for this project plan Will occur. However, since it is very difficult to grasp such changes in the external environment in advance, at the project planning stage, it is not possible to specify a task that needs to be re-executed and the number of occurrences of re-execution of such a task.

タスクの再実施に関する従来技術の一例として示した上記の特許文献1に記載の技術は、計画的なタスクの再実施を想定したものである。プロジェクト計画段階で、再実施の起点となるタスクとこれに後継するタスクとのタスク群を組として保持しておき、必要時にその組を当初計画に挿入するものである。しかしながら、再実施の起点となるタスクを予め特定できない業務に対しては、こを適用することができない。   The technique described in Patent Document 1 shown as an example of the prior art relating to the re-execution of a task assumes a planned re-execution of a task. In the project planning stage, a task group of a task that is the starting point of re-execution and a task that succeeds the task is held as a set, and the set is inserted into the initial plan when necessary. However, this cannot be applied to a task in which a task that is the starting point of re-execution cannot be specified in advance.

また、従来技術の他の例として示した上記の非特許文献1では、各タスクについて、先行/後継タスクの情報を予め保有しておくことにより、再実施の起点となるタスクを指定すれば、その後継タスクを抽出することができる。しかし、再実施の起点となるタスクが上流工程であればあるほど、後継タスクの数は膨大となるし、実施不要なタスクも合わせて抽出される可能性がある。その結果、再実施タスクの発生によってプロジェクトの遂行期間が延長することになり、その完了に遅延を来すことになるが、その遅延日程(どの位の日数遅延するか)を正確に把握できない。   Further, in the above non-patent document 1 shown as another example of the prior art, if a task that is the starting point of re-execution is designated by preliminarily storing information on the preceding / successor task for each task, Subsequent tasks can be extracted. However, the more tasks that become the starting point of re-execution, the more successor tasks become, and there is a possibility that unnecessary tasks are extracted together. As a result, the execution period of the project is extended by the occurrence of the re-execution task, and the completion is delayed, but the delay schedule (how many days are delayed) cannot be accurately grasped.

プロジェクトマネージャは、限られた期間内に最終成果物を作成するためには、タスクの再実施の発生時には、実施に必要なタスクのみを漏れなく特定し、さらに、再実施の発生による遅延日数を早期に把握して対策を講じる必要がある。   In order to create a final product within a limited period of time, the project manager must identify only the tasks necessary for implementation when the re-execution of the task occurs, and further determine the number of days delayed due to the re-execution. It is necessary to grasp and take measures early.

本発明は、かかる点に鑑みてなされたものであって、その目的は、再実施タスクの発生時に、実施に必要なタスクのみを特定し、再実施による遅延日数を迅速に算出することができるようにした工程管理システムを提供することにある。   The present invention has been made in view of such points, and its purpose is to specify only the tasks necessary for implementation when a re-execution task occurs, and to quickly calculate the number of days delayed due to re-execution. An object of the present invention is to provide a process management system.

上記目的を達成するために、本発明は、プロジェクトのタスクに関する情報により、タスクを管理する工程管理システムであって、タスク間の依存関係に関する情報とタスクの計画/実績に関する情報とを取得し、再実施の起点となるタスクを抽出するとともに、起点となるタスクに後継するタスクのみを抽出する再実施タスク抽出手段を有し、再実施の起点となるタスクとその後継タスクのみからなる再実施タスクを抽出することを特徴とする。   In order to achieve the above object, the present invention is a process management system that manages tasks based on information on project tasks, and acquires information on dependency relationships between tasks and information on plan / actual results of tasks, A re-execution task consisting of a task that is the starting point of re-execution and a successor task is provided with a re-execution task extracting means that extracts the task that becomes the starting point of re-execution and extracts only the task that succeeds the task that becomes the starting point. Is extracted.

また、本発明は、上記タスク間の依存関係に関する情報は、タスク毎に、タスクを依存元タスクとし、依存元タスク以外の他のタスクを依存先タスクとして、依存先タスクに対する依存先タスクの依存関係が「先行」,「後継且つ再実施による変更影響なし」,「後継且つ再実施による変更影響あり」のいずれかであることを表わす依存関係情報を含み、再実施タスク抽出手段は、再実施の起点となるタスクの後継タスクとして、「後継且つ再実施による変更影響あり」の依存関係情報を有するタスクのみを抽出することを特徴とする。   Further, according to the present invention, the dependency relationship between the tasks described above is dependent on the dependency-destination task with respect to the dependency-destination task, with the task as the dependency-source task and the task other than the dependency-source task as the dependency-destination task The re-execution task extraction means includes re-execution including dependency relationship information indicating that the relationship is any one of “preceding”, “no change effect due to successor and re-execution”, and “change effect due to successor and re-execution”. Only a task having dependency information “successive and subject to change due to re-execution” is extracted as a successor task that is the starting point of the above.

上記目的を達成するために、本発明は、プロジェクトのタスクの情報として、タスク間の依存関係に関する情報とタスクの計画/実績情報とを用いてタスクを管理する工程管理システムであって、タスクの計画/実績情報での再実施の起点となるタスクに再実施フラグを設定し、タスクを再実施起点タスクとする再実施フラグ設定部と、タスク間の依存関係に関する情報とタスクの計画/実績に関する情報とを取得し、再実施の起点となるタスクとともに起点となるタスクに後継するタスクのみとを、再実施タスクとして、抽出する再実施タスク抽出手段と、再実施タスク計画/実績に関する情報を用いて再実施タスクの再実施日数を算出し、再実施タスク間の依存関係に関する情報と前記再実施日数を用いて再実施タスクの開始/終了日の計画日程を算出し、当初計画からの遅延日数を算出する再計画作成部とを備えたことを特徴とする。   In order to achieve the above object, the present invention provides a process management system for managing tasks using information on dependency relationships between tasks and plan / actual information of tasks as project task information. A re-execution flag is set for the task that is the starting point of re-execution in the plan / actual information, and the re-execution flag setting unit that sets the task as the re-execution starting task, information on the dependency between tasks, and the plan / actual result of the task Re-execution task extraction means to extract only the task that succeeds to the starting task as well as the task that is the starting point of the re-execution, and information on the re-execution task plan / actual result To calculate the re-execution days of the re-execution task and use the information on the dependency relationship between the re-execution tasks and the re-execution days to start / end the re-execution task To calculate the field schedule, is characterized in that a re-planning unit for calculating a delay number of days from the initial plan.

また、本発明は、上記タスク間の依存関係に関する情報は、タスク毎に、タスクを依存元タスクとし、依存元タスク以外の他のタスクを依存先タスクとして、依存先タスクに対する依存先タスクの依存関係が「先行」,「後継且つ再実施による変更影響なし」,「後継且つ再実施による変更影響あり」のいずれかであることを表わす依存関係情報を含み、再実施タスク抽出手段は、再実施の起点となるタスクの後継タスクとして、「後継且つ再実施による変更影響あり」の依存関係情報を有するタスクのみを抽出することを特徴とする。   Further, according to the present invention, the dependency relationship between the tasks described above is dependent on the dependency-destination task with respect to the dependency-destination task, with the task as the dependency-source task and the task other than the dependency-source task as the dependency-destination task. The re-execution task extraction means includes re-execution including dependency relationship information indicating that the relationship is any one of “preceding”, “no change effect due to successor and re-execution”, and “change effect due to successor and re-execution”. Only a task having dependency information “successive and subject to change due to re-execution” is extracted as a successor task that is the starting point of the above.

また、本発明は、再計画作成部が、当初計画での各タスクの計画及び実績の日程を示す線表を作成して表示されるとともに、再実施タスクの計画日程を示す線表を作成して表示させ、かつ、全タスクによる当初計画の日程を示す線表を作成して表示させるとともに、再実施タスクによる計画の日程を示す線表を作成して当初計画の日程を示す線表に続けて表示させることを特徴とする。   In addition, according to the present invention, the re-plan creation unit creates and displays a line table indicating the schedule and actual schedule of each task in the initial plan, and creates a line table indicating the schedule of the re-execution task. In addition, a line table showing the schedule of the initial plan by all tasks is created and displayed, and a line table showing the schedule of the plan by the re-execution task is created and continued from the line table showing the schedule of the original plan It is characterized by being displayed.

本発明によると、外部環境の変化などによって再実施のタスクが頻発するプロジェクトにおいて、必要なタスクのみを抽出してプロジェクト計画を自動的に更新することが可能となるし、さらに、プロジェクトの当初計画からの遅延日数を迅速に予測することが可能となる。   According to the present invention, in a project in which re-execution tasks frequently occur due to changes in the external environment, it is possible to extract only necessary tasks and automatically update the project plan. It is possible to quickly predict the number of days delayed from.

本発明による工程管理システムの一実施形態を示す全体構成図である。1 is an overall configuration diagram showing an embodiment of a process management system according to the present invention. 図1における工程管理サーバコンピュータにおける工程管理システムの機能を示す図である。It is a figure which shows the function of the process management system in the process management server computer in FIG. 図1,図2に示す工程管理システムで行なわれる一連の処理動作の一具体例を示すフローチャートである。3 is a flowchart showing a specific example of a series of processing operations performed in the process management system shown in FIGS. 1 and 2. 図2における再実施フラグ設定部による図3でのステップS101の再実施フラグ設定処理の一具体例を示すフローチャートである。4 is a flowchart showing a specific example of a re-execution flag setting process in step S101 in FIG. 3 by the re-execution flag setting unit in FIG. 図2における計画/実績情報DBに格納されている各タスクのデータテーブル(計画/実績情報テーブル)の一具体例を示す図である。It is a figure which shows one specific example of the data table (plan / actual information table) of each task stored in the plan / actual information DB in FIG. 再実施タスクリストの一具体例を示す図である。It is a figure which shows one specific example of a re-execution task list. 図2における再実施タスク抽出処理部17による図3でのステップS102の再実施タスク抽出処理の一具体例を示すフローチャートである。4 is a flowchart showing a specific example of re-execution task extraction processing in step S102 in FIG. 3 by the re-execution task extraction processing unit 17 in FIG. 図2における依存関係情報DBに格納されている各タスクのデータテーブル(依存関係情報テーブル)の一具体例を示す図である。It is a figure which shows one specific example of the data table (dependency relationship information table) of each task stored in dependency relationship information DB in FIG. 図2における再実施タスク抽出処理部による図3でのステップS103の再計画作成処理の一具体例を示すフローチャートである。FIG. 4 is a flowchart showing a specific example of a re-planning process in step S103 in FIG. 3 by the re-execution task extraction processing unit in FIG. 図9のステップS410,S411で作成される線表の一具体例を示す図である。It is a figure which shows one specific example of the line table produced by step S410, S411 of FIG.

以下、本発明の実施形態を図面によりする。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

図1は本発明による工程管理システムの一実施形態を示す全体構成図であって、1は工程管理サーバコンピュータ、2は中央演算装置、3は主記憶装置、4は補助記憶装置、5は入出力装置、6は通信装置、7はネットワーク、8はユーザコンピュータである。   FIG. 1 is an overall configuration diagram showing an embodiment of a process management system according to the present invention, wherein 1 is a process management server computer, 2 is a central processing unit, 3 is a main storage unit, 4 is an auxiliary storage unit, and 5 is an input unit. An output device, 6 is a communication device, 7 is a network, and 8 is a user computer.

同図において、工程管理システムは、工程管理サーバコンピュータ1に1以上のユーザが用いるユーザコンピュータ8が、有線または無線によるネットワーク7を介して、接続された構成をなしている。   In the figure, the process management system has a configuration in which a user computer 8 used by one or more users is connected to a process management server computer 1 via a wired or wireless network 7.

工程管理サーバコンピュータ1は、工程管理システムを管理するサーバコンピュータであって、中央演算装置2や主記憶装置3,補助記憶装置(データベース)4,各種データの入出力を行なう入出力装置5,ネットワーク7を介してユーザコンピュータ8との通信を行なう通信装置6を有している。   The process management server computer 1 is a server computer that manages the process management system, and includes a central processing unit 2, a main storage device 3, an auxiliary storage device (database) 4, an input / output device 5 for inputting / outputting various data, and a network. 7 has a communication device 6 that communicates with the user computer 8 via the computer 7.

工程管理サーバコンピュータ1の補助記憶装置4は、工程管理に必要なファイルやデータ,プログラムなどを格納する。   The auxiliary storage device 4 of the process management server computer 1 stores files, data, programs and the like necessary for process management.

主記憶装置3は、工程管理用プログラムの起動指示があると、補助記憶装置4から工程管理用プログラムを読み出して格納し、中央演算装置2は、主記憶装置3に格納された工程管理用プログラムを実行する。   When there is an instruction to start the process management program, the main storage device 3 reads out and stores the process management program from the auxiliary storage device 4, and the central processing unit 2 stores the process management program stored in the main storage device 3. Execute.

ユーザコンピュータ8は、ユーザが用いる端末であって、中央演算装置や主記憶装置,補助記憶装置,入出力装置,表示装置,通信装置などから構成されている。   The user computer 8 is a terminal used by a user, and includes a central processing unit, a main storage device, an auxiliary storage device, an input / output device, a display device, a communication device, and the like.

工程管理システムのユーザは、ユーザコンピュータ8からネットワーク7を介し工程管理サーバコンピュータ1ヘアクセスし、プロジェクトの状況に関する情報の取得やその表示,その閲覧,プロジェクトに関するタスクの作成,タスクの計画や実績の入力,再実施タスクの設定などを行なうことにより、工程管理システムを使用する。また、この実施形態の工程管理システムの機能を利用して、プロジェクト内で実施が遅延しているタスクや再実施となっているタスク,再実施タスクの発生による再計画後の日程などを閲覧することもできる。   The user of the process management system accesses the process management server computer 1 from the user computer 8 through the network 7 to acquire and display information on the project status, view the information, create a task related to the project, plan the task, and record the results. The process management system is used by setting input and re-execution tasks. Also, by using the process management system function of this embodiment, you can view tasks that are delayed in the project, tasks that are being re-executed, schedule after re-planning due to the occurrence of re-execution tasks, etc. You can also.

図2は図1における工程管理サーバコンピュータ1によるこの実施形態の工程管理システムの機能を示す図であって、10は工程管理システム、11は再実施タスク判定部、12は依存関係情報DB(データベース)、13は計画/実績情報DB、14は制御部、15は入出力部、16は再実施フラグ設定部、17は再実施タスク抽出部、18は再計画作成部である。   FIG. 2 is a diagram showing functions of the process management system of this embodiment by the process management server computer 1 in FIG. 1, wherein 10 is a process management system, 11 is a re-execution task determination unit, and 12 is a dependency relationship information DB (database). ), 13 is a plan / actual information DB, 14 is a control unit, 15 is an input / output unit, 16 is a re-execution flag setting unit, 17 is a re-execution task extraction unit, and 18 is a re-planning creation unit.

同図において、工程管理システム10は、再実施タスク判定部11と依存関係情報DB12と計画/実績情報DB13と制御部14と入出力部15を有しており、再実施タスク判定部11と制御部14が図1での中央演算装置2に相当し、依存関係情報DB12と計画/実績情報DB13とが図1での主記憶装置3と補助記憶装置3とに相当し、入出力部15が図1での入出力装置5と通信装置6とに相当する。   In the figure, the process management system 10 includes a re-execution task determination unit 11, a dependency relationship information DB 12, a plan / result information DB 13, a control unit 14, and an input / output unit 15. 1 corresponds to the central processing unit 2 in FIG. 1, the dependency relationship information DB 12 and the plan / result information DB 13 correspond to the main storage device 3 and the auxiliary storage device 3 in FIG. This corresponds to the input / output device 5 and the communication device 6 in FIG.

再実施タスク判定部11は、再実施フラグ設定部16と再実施タスク抽出部17と再計画作成部18とを有しており、制御部14の制御のもとに、依存関係情報DB12と計画/実績情報DB13との情報を用いて再実施すべき全てのタスクを検出し、再実施タスクの発生による再計画後の日程を作成する。入出力部15は、新たなタスクの入力や実績情報の追加,プロジェクトの再実施のための指示,再実施タスク判定部11が作成した再計画のユーザコンピュータ8(図1)への出力などを行なう。   The re-execution task determination unit 11 includes a re-execution flag setting unit 16, a re-execution task extraction unit 17, and a re-plan creation unit 18. Under the control of the control unit 14, the dependency relationship information DB 12 and the plan / All the tasks to be re-executed are detected using the information with the performance information DB 13, and the schedule after the re-planning due to the occurrence of the re-execution task is created. The input / output unit 15 inputs a new task, adds result information, gives an instruction for re-implementing the project, and outputs the re-plan generated by the re-execution task determination unit 11 to the user computer 8 (FIG. 1). Do.

次に、この実施形態の工程管理システムの動作について説明する。   Next, the operation of the process management system of this embodiment will be described.

図3は図1,図2に示す工程管理システムで行なわれる一連の処理動作の一具体例を示すフローチャートである。   FIG. 3 is a flowchart showing a specific example of a series of processing operations performed in the process management system shown in FIGS.

同図において、ステップS301では、ユーザ(プロジェクトマネージャやプロジェクトマネジメントオフィスのメンバなど)が、ユーザコンピュータ8からネットワーク7を介して工程管理システムサーバコンピュータ1ヘアクセスすることにより、プロジェクト状況に関わる情報を取得し、その情報がこのユーザコンピュータ8に表示される。これにより、再実施の処理が開始する(ステップS100)。   In the figure, in step S301, a user (such as a project manager or a member of a project management office) accesses the process management system server computer 1 from the user computer 8 via the network 7 to obtain information related to the project status. The information is displayed on the user computer 8. Thereby, the re-execution process starts (step S100).

ユーザがユーザコンピュータ8の表示装置に表示されたこの情報で再実施の起点となるタスクを指定すると、工程管理システム10では、再実施タスク判定部11での再実施フラグ設定部16により、この指定されたタスクに再実施の起点となるタスクとしてのフラグを設定する再実施フラグ設定処理が行なわれる(ステップS101)。   When the user designates a task to be re-executed from this information displayed on the display device of the user computer 8, the process management system 10 uses the re-execution flag setting unit 16 in the re-execution task determination unit 11 to specify this. A re-execution flag setting process is performed for setting a flag as a task that is the starting point of re-execution for the task that has been executed (step S101).

次いで、再実施タスク判定部11での再実施タスク抽出部17により、この再実施フラグ設定処理によって再実施フラグが設定されたタスクを再実施の起点として、再実施に必要なタスクを全て抽出する再実施タスク抽出処理が行なわれ(ステップS102)、再実施タスク判定部11での再計画作成部18により、この再実施タスク抽出処理によって抽出された再実施タスク夫々の再計画後の開始/終了日程と当初計画に対する予測遅延日程を算出し、再計画を作成する再計画作成処理を行なう(ステップS103)。   Next, the re-execution task extraction unit 17 in the re-execution task determination unit 11 extracts all the tasks necessary for re-execution, starting from the task for which the re-execution flag is set by the re-execution flag setting process. The re-execution task extraction process is performed (step S102), and the re-execution task extraction unit 18 of the re-execution task determination unit 11 starts / ends the re-execution task extracted by the re-execution task extraction process after the re-plan. A re-planning process for calculating a schedule and a forecast delay schedule for the initial plan and creating a re-plan is performed (step S103).

そして、この再計画作成処理によって作成された再計画情報が入出力部15から出力されてユーザコンピュータ8に提供される出力処理が行なわれ(ステップS104)、一連の処理動作が終了する。   Then, the re-planning information created by this re-planning processing is output from the input / output unit 15 and provided to the user computer 8 (step S104), and the series of processing operations ends.

次に、図3におけるステップS101〜S103の処理を具体的に説明する。   Next, the processing of steps S101 to S103 in FIG. 3 will be specifically described.

図4は図2における再実施フラグ設定部16による図3でのステップS101の再実施フラグ設定処理の一具体例を示すフローチャートである。   FIG. 4 is a flowchart showing a specific example of the re-execution flag setting process in step S101 in FIG. 3 by the re-execution flag setting unit 16 in FIG.

同図において、例えば、市場変化を受けることにより、該当する所定のタスクを起点とするプロジェクトを構成する夫々のタスクをこの市場変化に応じて修正して再実施することが必要となり、このことから、ユーザがユーザコンピュータ8でプロシェクトの再実施の要求をすると、工程管理サーバコンピュータ1は、この要求に応じて、制御部14(図2)が計画/実績DB13(図2)からこれに登録されている全てのタスクのデータ(タスクID(識別子)やタスク名)を読み取り、そのリスト(タスクリスト)を作成して要求があったユーザコンピュータ8に提供する。このユーザコンピュータ8では、このタスクリストが表示画面に表示され、ユーザはこのタスクリストからこのプロジェクトの再実施の起点となるタスクを指定することができる。そこで、ユーザがこのタスクリストで再実施の起点となるタスクを指定すると、その指定情報が工程管理サーバコンピュータ1に送られ、再実施の処理が開始される(ステップS200)。   In the same figure, for example, by receiving market changes, it is necessary to modify and re-implement each task that constitutes a project starting from the corresponding predetermined task according to this market change. When the user makes a request for re-execution of the project at the user computer 8, in response to this request, the process management server computer 1 registers the control unit 14 (FIG. 2) from the plan / result DB 13 (FIG. 2). All the task data (task ID (identifier) and task name) is read, and a list (task list) is created and provided to the user computer 8 that requested it. In this user computer 8, this task list is displayed on the display screen, and the user can designate a task as a starting point of re-execution of this project from this task list. Therefore, when the user designates a task to be re-executed in the task list, the designation information is sent to the process management server computer 1 and re-execution processing is started (step S200).

工程管理サーバコンピュータ1では、この指定情報を入力部15(図2)から受けると、制御部14の制御により、計画/実績情報DB13を検索し、ユーザが再実施の指定を受けたタスクのステータス(現在の状況)を確認する(ステップS201)。   In the process management server computer 1, when this designation information is received from the input unit 15 (FIG. 2), the plan / result information DB 13 is searched under the control of the control unit 14, and the status of the task for which the user has been designated for re-execution (Current situation) is confirmed (step S201).

図5(a),(b)は図2での計画/実績情報DB13に登録されている各タスクのデータテーブル(計画/実績情報テーブル)の一具体例を示す図であって、20は計画/実績情報テーブル、21はWBSID、22はタスクID、23はタスク名、24は再実施フラグ、25は開始日(計画)、26は終了日(計画)、27は開始日(実績)、28は終了日(実績)である。なお、図5(b)については、後述する。   5A and 5B are diagrams showing a specific example of the data table (plan / actual information table) of each task registered in the plan / actual information DB 13 in FIG. / Result information table, 21 is WBSID, 22 is task ID, 23 is task name, 24 is re-execution flag, 25 is start date (plan), 26 is end date (plan), 27 is start date (actual), 28 Is the end date (actual). Note that FIG. 5B will be described later.

図5(a)において、計画/実績情報テーブル20では、登録されている(即ち、実施された)タグ毎に、WBSID21,タスクID22,タスク名23,開始日(計画)25,終了日(計画)26,開始日(実績)27,終了日(実績)28が登録されており、再実施が指定されたタスクには、再実施フラグ24が付加される。ここで、WBSID21はプロジェクトにおけるタスクのIDであり、タスクID22はタスク固有のIDである。   In FIG. 5A, in the plan / actual information table 20, for each registered (ie, implemented) tag, WBSID 21, task ID 22, task name 23, start date (plan) 25, end date (plan) ) 26, start date (actual) 27, end date (actual) 28 are registered, and a re-execution flag 24 is added to a task for which re-execution is designated. Here, WBSID 21 is an ID of a task in the project, and task ID 22 is an ID unique to the task.

上記のように、タスクリストでユーザによって、例えば、WBSID21=「4」のタスクDが再実施タスクとして指定されたとすると、制御部14(図2)は計画/実績情報DB13(図2)からかかる計画/実績情報テーブル20を読み込み、指定されたWBSID21=「4」のタスクDを検索し、そのステータスを確認する(ステップS201)。   As described above, if, for example, a task D with WBSID 21 = “4” is designated as a re-execution task by the user in the task list, the control unit 14 (FIG. 2) starts from the plan / result information DB 13 (FIG. 2). The plan / result information table 20 is read, the task D with the designated WBSID 21 = “4” is searched, and its status is confirmed (step S201).

このステータスの確認としては、再実施が指定されたWBSID21=「4」のタスクDの終了日(実績)28を計画/実績情報テーブル20から読み込み、日付が格納されて実施が終了済であるか否かを確認する(ステップS202)。   As confirmation of this status, is the completion date (actual) 28 of the task D with WBSID 21 = “4” designated to be re-executed read from the plan / actual information table 20 and the date is stored and the implementation has been completed? It is confirmed whether or not (step S202).

ここで、WBSID21=「4」のタスクDでは、終了日(実績)28が「4/8」と登録されているが(ステップS202の“YES”)、WBSID21=「3」のタスクCのように、その終了日(実績)28が空欄である場合には、その開始日(実績)27を読み込み、その日付が登録されて開始(実績)済であるか否かを確認する(ステップS203)。開始日(実績)27と終了日(実績)28とが共に空欄の場合には(ステップS202の“NO”及びステップS203の“NO”)、該当タスクは、未着手であり、再実施の対象とはならない。この場合には、エラーなどの表示を行ない(ステップS204)、処理を終了する(ステップS205)。即ち、この場合の再実施の起点として指定されたタスクは、起点とはなり得ないので、処理を終了するものであり、その旨をユーザに通知する。   Here, in the task D with WBSID21 = "4", the end date (actual result) 28 is registered as "4/8" ("YES" in step S202), but like the task C with WBSID21 = "3" If the end date (actual) 28 is blank, the start date (actual) 27 is read to check whether the date has been registered and started (actual) (step S203). . If both the start date (actual result) 27 and the end date (actual result) 28 are blank (“NO” in step S202 and “NO” in step S203), the corresponding task has not been started and is to be re-executed. It will not be. In this case, an error or the like is displayed (step S204), and the process ends (step S205). In other words, the task designated as the starting point for re-execution in this case cannot be the starting point, so the processing is terminated and the user is notified of this fact.

再実施の起点として指定されたタスクに対して、終了日(実績)28または開始日(実績)27が登録されている場合には(ステップS202,S203のいずれかで“YES”)、再実施タスクリスト(空の出力リスト)を準備し(ステップS206)、これにユーザによって指定されたタスクのWBSID21とタスクID22とを格納する(ステップS207)。   When the end date (actual) 28 or the start date (actual) 27 is registered for the task designated as the re-execution start point ("YES" in either step S202 or S203), the re-execution is performed. A task list (empty output list) is prepared (step S206), and the WBSID 21 and task ID 22 of the task designated by the user are stored in the task list (step S207).

図6(a)〜(c)は再実施タスクリストの一具体例を示す図であって、30は再実施タスクリスト、31はは新規WBSID、32は再実施日数であり、図5に対応する部分には同一符号をつけて重複する説明を省略する。   6A to 6C are diagrams showing specific examples of the re-execution task list, in which 30 is the re-execution task list, 31 is the new WBSID, 32 is the number of re-execution days, and corresponds to FIG. The same reference numerals are assigned to the parts to be repeated, and the duplicate description is omitted.

同図(a)において、この再実施タスクリスト30では、タスクのWBSID21,タスクID22,タスク名23,再実施フラグ24,新規WBSID31,再実施日数32などが登録されるのであるが、この起点として指定されたタスク(以下では、これをタスクDとする)に対しては、上記のステップS207において、図示するように、このタスクDのWBSID21=「4」,タスクID22=「4」及びタスク名23=「タスクD」が登録される。   In this re-execution task list 30, the WBSID 21, task ID 22, task name 23, re-execution flag 24, new WBSID 31, re-execution date 32, etc. are registered in this re-execution task list 30. For the designated task (hereinafter referred to as task D), in step S207, as shown in the figure, WBSID 21 = "4", task ID 22 = "4" and task name of this task D 23 = “Task D” is registered.

そして、この起点として指定されたこのタスクDに対しては、再実施タスクリスト30において、図示するように、再実施フラグ24が、「1」として、設定されることになる(ステップS208)。これにより、図3におけるステップS101の処理が終了する(ステップS209)。なお、このときには、新規WBSID31及び再実施日数32は、登録されない。   Then, for this task D designated as the starting point, the re-execution flag 24 is set to “1” in the re-execution task list 30 as shown in the figure (step S208). Thereby, the process of step S101 in FIG. 3 ends (step S209). At this time, the new WBSID 31 and the re-execution date 32 are not registered.

図7は図2における再実施タスク抽出処理部17による図3でのステップS102の再実施タスク抽出処理の一具体例を示すフローチャートである。   FIG. 7 is a flowchart showing a specific example of the re-execution task extraction process in step S102 in FIG. 3 by the re-execution task extraction processing unit 17 in FIG.

同図において、工程管理サーバコンピュータ1では、図4に示す再実施フラグ設定処理(図3のステップS102)が終了すると、次に、この再実施タスク抽出処理を開始する(ステップS300)。   In the figure, when the re-execution flag setting process (step S102 in FIG. 3) shown in FIG. 4 ends, the process management server computer 1 starts this re-execution task extraction process (step S300).

この再実施タスク抽出処理では、まず、先の図4の再実施フラグ設定処理で作成された再実施タスクリスト30(図6(a))に格納されているタスクID32を読み込む。ここでは、タスクID32=「4」を読み込み(ステップS301)、このタスクID32=「4」のタスクDを再実施の起点タスクとして、タスクの依存関係情報DB12(図2)でこの起点タスクの後継タスクの検索を行なう(図7のステップS302)。   In this re-execution task extraction process, first, the task ID 32 stored in the re-execution task list 30 (FIG. 6A) created in the re-execution flag setting process of FIG. 4 is read. Here, the task ID 32 = “4” is read (step S301), and the task D having the task ID 32 = “4” is set as the re-execution start task, and the successor task of the start dependency task in the task dependency information DB 12 (FIG. 2). A task search is performed (step S302 in FIG. 7).

図8は図2における依存関係情報DB12に登録されている各タスクのデータテーブル(依存関係情報テーブル)の一具体例を示す図であって、40は依存関係情報テーブル、41は依存関係ID、42は依存元タスクID、43は依存先タスクID、44は依存関係フラグである。   FIG. 8 is a diagram showing a specific example of a data table (dependency relationship information table) of each task registered in the dependency relationship information DB 12 in FIG. 2, wherein 40 is a dependency relationship information table, 41 is a dependency relationship ID, 42 is a dependency source task ID, 43 is a dependency destination task ID, and 44 is a dependency flag.

同図において、依存関係情報テーブル40は、各タスク間の先行・後継関係の有無を規定したものであって、依存関係ID41や依存元タスクID42,依存先タスクID43,依存関係フラグ44など、タスクの依存関係に関わる情報からなっている。この依存関係情報テーブル40を基に、先行するタスクに対する後継タスクを抽出するものである。この場合、抽出する後継タスクとしては、先行するタスクに対して、後継するタスクであり、かつ、先行タスクの更新に伴い、その影響を受けて内容を更新しなければならないタスクである。   In the figure, a dependency relationship information table 40 defines the presence / absence of a predecessor / successor relationship between tasks, and includes tasks such as a dependency relationship ID 41, a dependency source task ID 42, a dependency destination task ID 43, and a dependency relationship flag 44. It consists of information related to dependencies. The successor task for the preceding task is extracted based on the dependency relationship information table 40. In this case, the succeeding task to be extracted is a task that succeeds the preceding task, and a task whose contents must be updated under the influence of updating the preceding task.

即ち、プロジェクトを形成する各タスク毎に、そのタスクをこのプロジェクトでの依存元タスクID42のタスク(以下、依存元タスクという)とした場合、これ以外の他のタスクを依存先タスク(依存先タスクID43のタスク)として、依存先タスクがその依存元タスクの後継タスクとなり得るか否かを、即ち、これら依存元タスクと依存先タスクとが先行タスクと後継タスクとの関係にあるか否かを規定するものであって、まず、依存元タスクに対して先行する依存先タスクは、この依存元タスクの後継タスクとなり得ない。即ち、依存元タスクよりも先行する依存先タスクは、この依存元タスクとともに再実施タスクとはなり得ないことになる。かかる依存先タスクに対しては、その依存関係フラグ44が「先行」を表わしている。   That is, for each task that forms a project, when the task is a task with a dependency source task ID 42 in this project (hereinafter referred to as a dependency source task), other tasks are determined as dependency destination tasks (dependency destination tasks). ID43 task) as to whether the dependency destination task can be a successor task of the dependency source task, that is, whether the dependency source task and the dependency destination task are in a relationship between the preceding task and the successor task. First, the dependency destination task preceding the dependency source task cannot be a successor task of this dependency source task. That is, the dependency destination task preceding the dependency source task cannot be a re-execution task together with the dependency source task. The dependency flag 44 indicates “preceding” for the dependency destination task.

また、依存元タスクに後継するタスクではあるが、再実施の起点に指定されたタスクが、市場の変化などによって、変更する場合、この変更の影響を受けない、即ち、変更する必要のない依存元タスクに対しては、その依存関係フラグ44が「後継だが、再実施起点タスクの再実施による変更影響なし」を表わしている。このような依存先タスクは、再実施の必要がなく、再実施する後継タスクにはなり得ない。   In addition, if the task specified as the starting point for re-execution is changed due to changes in the market, etc., it is not affected by this change, that is, the dependency that does not need to be changed. For the original task, the dependency flag 44 represents “successor but no change effect due to re-execution of re-execution start task”. Such a dependency destination task does not need to be re-executed and cannot be a successor task to be re-executed.

いま、図5(a)に示すタスクA〜Fについてみると、依存関係情報テーブル40では、タスクD〜Fの部分を示しているが、タスクDを依存元タスクとしたときには、他のタスクA〜C及びタスクE,Fが依存先タスクとなるが、依存元タスクDに対するタスクA〜C,E,Fの依存関係が依存関係フラグ44で規定されており、タスクEを依存元タスクとしたときには、他のタスクA〜D,Fが依存先タスクとなるが、この依存元タスクEに対するタスクA〜D,Fの依存関係が依存関係フラグ44で規定されており、タスクFを依存元タスクとしたときには、他のタスクA〜Eが依存先タスクとなるが、この依存元タスクFに対するタスクA〜Eの依存関係が依存関係フラグ44で規定されている。   Now, regarding the tasks A to F shown in FIG. 5A, the dependency information table 40 shows the parts of the tasks D to F. When the task D is set as the dependency source task, the other tasks A ~ C and tasks E and F are dependent tasks, but the dependency relation of tasks A to C, E, and F with respect to the dependency source task D is defined by the dependency flag 44, and task E is set as the dependency source task. Sometimes, other tasks A to D and F become dependency destination tasks, but the dependency relationship of tasks A to D and F with respect to the dependency source task E is defined by the dependency flag 44, and task F is defined as the dependency source task. , The other tasks A to E become the dependency destination tasks, but the dependency relationship of the tasks A to E with respect to the dependency source task F is defined by the dependency flag 44.

なお、依存元タスクと依存先タスクとの依存関係毎に依存関係ID41が割り当てられており、依存元タスク毎に依存元タスクID42が、依存先タスク毎に依存先タスクID43が割り当てられている。タスクDに関する依存関係は、タスクA,B,C,E,Fに対する依存関係ID41=「1」,「2」,「3」,「4」,「5」の5個の依存関係が有り、タスクEに関する依存関係は、タスクA,B,C,D,Fに対する依存関係ID41=「6」,「7」,「8」,「9」,「10」の5個の依存関係が有り、タスクFに関する依存関係は、タスクA,B,C,D,Eに対する依存関係ID41=「11」,「12」,「13」,「14」,「15」の5個の依存関係が有る。   A dependency ID 41 is assigned to each dependency relationship between the dependency source task and the dependency destination task, a dependency source task ID 42 is assigned to each dependency source task, and a dependency destination task ID 43 is assigned to each dependency destination task. There are five dependency relationships regarding the task D: dependency relationship IDs 41 = “1”, “2”, “3”, “4”, “5” for the tasks A, B, C, E, and F. There are five dependency relationships regarding the task E, that is, dependency relationship IDs 41 = “6”, “7”, “8”, “9”, “10” for the tasks A, B, C, D, and F. The dependency relation regarding the task F has five dependency relations of the dependency relation ID 41 = “11”, “12”, “13”, “14”, “15” with respect to the tasks A, B, C, D, and E.

依存関係フラグ44としては、依存元タスクID42のタスクよりも依存先タスクID43のタスクが上記の「先行」する関係にある場合には、依存関係フラグ44=「0」が設定され、依存先タスクID43のタスクが上記の「後継だが、再実施起点タスクの再実施による変更影響なし」である場合には、依存関係フラグ44=「1」が、依存先タスクID43のタスクが「後継であり、再実施起点タスクの再実施による変更影響あり(即ち、内容の変更をする必要が有るもの)」である場合には、依存関係フラグ44=「2」が夫々設定されている。依存関係フラグ44=「0」,「1」である依存先タスクID43のタスクは、依存元タスクID42のタスクの後継タスクとはならない。   As the dependency relationship flag 44, when the task of the dependency destination task ID 43 is in the “preceding” relationship above the task of the dependency source task ID 42, the dependency relationship flag 44 = “0” is set, and the dependency destination task When the task of ID 43 is the above-mentioned “successor but no change effect due to re-execution start task re-execution”, the dependency flag 44 = “1” and the task of the dependency destination task ID 43 are “successor, If there is a change effect due to re-execution of the re-execution start task (that is, the content needs to be changed), the dependency flag 44 = “2” is set. The task having the dependency destination task ID 43 with the dependency flag 44 = “0” or “1” is not a successor task of the task having the dependency source task ID 42.

なお、市場の変化などによってこれまでのプロジェクトに新たにタスクを追加する必要が生じた場合には、ユーザコンピュータ8(図1)からタスク追加の要求をすると、工程管理サーバコピュータ1(図1)では、図2において、この要求が入出力部15から入力され、制御部14がこの要求に応じて依存計画情報DB12から依存関係情報テーブル40(図8)を読み出し、入出力部15から要求のあったユーザコンピュータ8に提供する。このユーザコンピュータ8では、この依存関係情報テーブル40が表示装置(図示せず)に表示され、ユーザの操作により、この依存関係情報テーブル40に新たなタスクを依存元タスクID42の依存元タスクとして追加し、既に格納されている各タスクをこの新たなタスクの依存先タスクID43の依存先タスクとして、この依存元タスクと依存先タスクとの依存関係を依存関係フラグ44で追加し、さらに、既に依存元ID42で格納されている依存元タスク夫々に対し、この新たなタスクを依存先ID43の依存先タスクとして、かかる依存先タスクの依存関係フラグ44を追加する。   If a new task needs to be added to the existing project due to changes in the market or the like, a request for task addition from the user computer 8 (FIG. 1) will cause the process management server computer 1 (FIG. 1). In FIG. 2, this request is input from the input / output unit 15, and the control unit 14 reads the dependency relationship information table 40 (FIG. 8) from the dependency plan information DB 12 in response to this request, and receives the request from the input / output unit 15. Provided to the user computer 8. In this user computer 8, the dependency relationship information table 40 is displayed on a display device (not shown), and a new task is added to the dependency relationship information table 40 as a dependency source task of the dependency source task ID 42 by a user operation. Then, each task already stored is added as a dependency destination task of the dependency destination task ID 43 of this new task, and the dependency relationship between the dependency source task and the dependency destination task is added by the dependency relationship flag 44, and the dependency already exists. For each dependency source task stored in the original ID 42, the dependency flag 44 of the dependency destination task is added with the new task as the dependency destination task of the dependency destination ID 43.

このようにして、新たなタスクの追加によって更新された依存関係情報テーブル40が、このユーザコンピュータ8から工程管理サーバコンピュータ1に送信される。工程管理サーバコンピュータ1では、図2において、この更新された依存関係情報テーブル40が入出力部15から入力され、制御部14の制御のもとに、依存関係情報DB12に格納される。以上により、新たなタスクの追加によって、依存関係情報DB12の依存関係情報テーブル40が更新されることになる。依存関係情報テーブル40から不要となった所定のタスクを削除する場合も、同様にして、ユーザコンピュータ8での処理操作によって行なわれる。   In this way, the dependency relationship information table 40 updated by adding a new task is transmitted from the user computer 8 to the process management server computer 1. In the process management server computer 1, in FIG. 2, the updated dependency relationship information table 40 is input from the input / output unit 15 and stored in the dependency relationship information DB 12 under the control of the control unit 14. As described above, the dependency relationship information table 40 of the dependency relationship information DB 12 is updated by adding a new task. Similarly, when deleting a predetermined task that is no longer necessary from the dependency relationship information table 40, it is performed by a processing operation on the user computer 8.

図6(a)に示す再実施タスクリスト30では、タスクID32=「4」のタスクDが再実施の起点タスクとして格納されているが、このタスクDの後継タスクを取得するために、依存関係情報テーブル40において、このタスクID32=「4」のタスクDを依存元タスクID42のタスクとする依存関係ID41を検索する(ステップS302)。この検索の結果、依存関係ID41=「1」,「2」,「3」,「4」,「5」の5つの依存関係が集取津される。つまり、タスクID32=「4」のタスクDに対して検索されたタスクは、タスクA,タスクB,タスクC,タスクE,タスクFの5つである。   In the re-execution task list 30 shown in FIG. 6A, the task D with the task ID 32 = “4” is stored as the re-execution start task. In the information table 40, a dependency relationship ID 41 is searched for the task D with the task ID 32 = “4” as the task of the dependency source task ID 42 (step S302). As a result of this search, five dependency relationships with dependency ID 41 = “1”, “2”, “3”, “4”, “5” are collected. That is, there are five tasks, task A, task B, task C, task E, and task F, searched for task D with task ID 32 = “4”.

そして、検索された依存関係ID41=「1」,「2」,「3」,「4」,「5」毎に、その依存関係フラグ44が「2」であるか否かを判定し(ステップS303)、依存関係フラグ44=「2」である依存関係ID41に対しては(図7のステップS303の“YES”)、そのタスクに関するWBSID31,タスクID32及びタスク名33を再実施タスクリスト30に格納する(図7のステップS306)。   Then, for each of the retrieved dependency IDs 41 = “1”, “2”, “3”, “4”, “5”, it is determined whether or not the dependency flag 44 is “2” (step) In step S303, for the dependency ID 41 with the dependency flag 44 = “2” (“YES” in step S303 in FIG. 7), the WBSID 31, task ID 32, and task name 33 related to the task are added to the re-execution task list 30. Store (step S306 in FIG. 7).

図6(a)に示す再実施タスクリスト30で再実施の起点タスクとして設定されたタスクDに対し、図8に示す依存関係情報テーブル40においては、依存関係フラグ44=「2」の依存関係ID41は「4」,「5」であり、これにより、これらの依存先タスクID43のタスクはタスクE,Fであって、これらタスクE,Fが起点タスクDに対する後継タスクということになる。   For the task D set as the re-execution start task in the re-execution task list 30 shown in FIG. 6A, in the dependency relation information table 40 shown in FIG. The IDs 41 are “4” and “5”, so that the tasks of the dependency destination task ID 43 are tasks E and F, and these tasks E and F are successor tasks to the starting task D.

そして、さらに、これら後継タスクE,Fの先行/後継関係も、依存関係情報テーブル40から判定される。即ち、これら後継タスクE,Fの一方、例えば、後継タスクEを依存元タスクID42のタスクとし、他方の後継タスクFを依存先ID43のタスクとして、図8に示す依存関係情報テーブル40でのこれらタスクE,Fの依存関係ID41=「10」の依存関係を参照する。この場合、この依存関係の依存関係フラグ44は「2」であるから、後継タスクEを依存元タスクとして先行タスクとし、後継タスクFを依存先タスクとして、後継タスクEの後継タスクとすることができる。因みに、後継タスクFを依存元タスクID42のタスクとし、他方の後継タスクEを依存先ID43のタスクとすると、図8に示す依存関係情報テーブル40でのこれらタスクF,Eの依存関係ID41=「15」の依存関係を参照すると、その依存関係の依存関係フラグ44は「1」であるから、後継タスクFを先行するタスクとし、後継タスクEをこれに後継するタスクとすることはできない。   Further, the predecessor / successor relationships of these successor tasks E and F are also determined from the dependency relationship information table 40. That is, one of these successor tasks E and F, for example, the successor task E is set as the task of the dependency source task ID 42, and the other successor task F is set as the task of the dependency destination ID 43, so that these in the dependency relationship information table 40 shown in FIG. Reference is made to the dependency relationship of the task E and F dependency ID 41 = “10”. In this case, since the dependency relationship flag 44 of this dependency relationship is “2”, the successor task E may be a preceding task as a dependency source task, the successor task F may be a dependency destination task, and a successor task E. it can. Incidentally, assuming that the successor task F is the task of the dependency source task ID 42 and the other successor task E is the task of the dependency destination ID 43, the dependency relationship ID 41 of these tasks F and E in the dependency relationship information table 40 shown in FIG. Referring to the dependency relationship of “15”, since the dependency relationship flag 44 of the dependency relationship is “1”, the successor task F cannot be a preceding task, and the successor task E cannot be a successor task.

このようにして、再実施の起点となるタスクAに対してタスクEがこれの後継タスクとなり、さらに、この後継タスクEに対してタスクEがこれの後継タスクとなることが決定され、これら後継タスクE,Fが再実施タスクリスト30に格納される。   In this way, it is determined that the task E becomes the successor task for the task A that is the starting point of the re-execution, and further, the task E becomes the successor task for the successor task E. Tasks E and F are stored in the re-execution task list 30.

図6(b)は、このようにして、再実施の起点となるタスクDの後継タスクE,Fが登録された再実施タスクリスト30aを示すものである。   FIG. 6B shows the re-execution task list 30a in which the successor tasks E and F of the task D as a starting point for re-execution are registered in this way.

この再実施タスクリスト30aでは、まず、図5(a)に示す計画/実績情報テーブル20を基に、再実施の起点となるタスクAの後継タスクEのWBSIB31が「5」として、タスクID32が「5」として、タスク名33が「タスクE」として夫々格納され、次に、後継タスクEの後継タスクFのWBSIB31が「6」として、タスクID32が「3」として、タスク名33が「タスクF」として夫々格納される。   In the re-execution task list 30a, first, based on the plan / actual information table 20 shown in FIG. 5A, the WBSIB 31 of the successor task E that is the starting point of re-execution is “5”, and the task ID 32 is As “5”, the task name 33 is stored as “task E”, respectively, then the WBSIB 31 of the successor task F of the successor task E is “6”, the task ID 32 is “3”, and the task name 33 is “task” F ”respectively.

このようにして、再実施の規程となるタスクDの後継タスクE,Fが決まり、再設定タスクリスト30aにこのタスクDを起点とするプロジェクトの構成が設定されることになる。   In this way, the successor tasks E and F of the task D as the re-execution rules are determined, and the configuration of the project starting from the task D is set in the resetting task list 30a.

なお、図8に示す依存関係情報テーブル40で、再実施の起点として指定されたタスクDに対し、依存関係フラグ44=「2」となるタスクが無い場合(例えば、この依存関係情報テーブル40において、依存元タスクID42のタスクDに対する依存先タスクID43のタスクE,Fも、依存関係フラグ44が「0」または「1」である場合)には(図7のステップS303の“NO”)、「再実施による変更影響なし」などのメッセージを表示し(図7のステップS304)、処理を終了する(図7のステップS305)。   In the dependency relationship information table 40 shown in FIG. 8, when there is no task having the dependency flag 44 = “2” for the task D designated as the re-execution starting point (for example, in the dependency relationship information table 40). When the dependency relationship flag 44 is “0” or “1” for the tasks E and F of the dependency destination task ID 43 with respect to the task D of the dependency source task ID 42 (“NO” in step S303 in FIG. 7), A message such as “no effect of change due to re-execution” is displayed (step S304 in FIG. 7), and the process ends (step S305 in FIG. 7).

次に、図7において、抽出した再実施の各タスクを計画/実績情報DB13(図2)のタスクを図5(a)の計画/実績情報テーブル20へ反映する。つまり、再実施タスクリスト30a(図6(a))のタスクID32とタスク名33とを夫々計画/実績情報テーブル20へタスクID22,タスク名23として転記する(ステップS307)。この場合、計画/実績情報テーブル20では、既に格納されている最後のタスクの次から転記される。図示する例では、WBSID=「21」まで格納されているので、このWBSID=「21」のタスクに続いて、再実施のタスクD,E,Fがその順に格納されることになる。   Next, in FIG. 7, the extracted tasks to be re-executed are reflected in the plan / actual information table 20 in FIG. 5A for the tasks in the plan / actual information DB 13 (FIG. 2). That is, the task ID 32 and the task name 33 of the re-execution task list 30a (FIG. 6A) are transferred as the task ID 22 and the task name 23 to the plan / actual information table 20, respectively (step S307). In this case, the plan / actual information table 20 is transcribed from the last stored task. In the illustrated example, since WBSID = “21” is stored, the re-executed tasks D, E, and F are stored in that order following the task of WBSID = “21”.

次に、このように、計画/実績情報テーブル20にタスクID22とタスク名23とが転記された再実施のタスク、ここでは、タスクD,E,Fに対し、計画/実績情報へ反映した再実施タスクの新規WBSID21を計画/実績情報テーブル20に設定する。この場合、計画/実績情報テーブル20に新たに設定される再実施のタスクD,E,Fに対しては、既に設定されているタスクのうちの最後に配列されているタスクのWBSID21の次からのWBSID21が割り当てられることになる。従って、既に設定されている最後のタスクのWBSID21をWBSIDとすると、再実施のタスクD,E,Fの起点となるタスクDのWBSID21は「WBSID+1」とし(図7のステップS308)、その後継タスクE,Fについては、この「WBSID+1」から「1」ずつインクリメントしたものとする(図7のステップS309)。   Next, the re-executed task in which the task ID 22 and the task name 23 are transferred to the plan / actual information table 20 as described above, here, the tasks D, E, and F are reflected in the plan / actual information. The new WBSID 21 of the execution task is set in the plan / result information table 20. In this case, for the re-executed tasks D, E, and F newly set in the plan / actual information table 20, from the next of the WBSID 21 of the task arranged last among the already set tasks. WBSID 21 is assigned. Therefore, when the WBSID 21 of the last task that has already been set is WBSID, the WBSID 21 of the task D that is the starting point of the re-executed tasks D, E, and F is set to “WBSID + 1” (step S308 in FIG. 7), and the successor task E and F are incremented by “1” from “WBSID + 1” (step S309 in FIG. 7).

従って、図5(a)に示す計画/実績情報テーブル20では、最後のWBSID21=「21」であるから、再実施の起点となるタスクDのWBSID21は、「21」+1=「22」となり、次の後継タスクEのWBSID21は「23」となり、さらに次の後継タスクFのWBSID21は「24」となる。   Therefore, in the plan / result information table 20 shown in FIG. 5A, since the last WBSID 21 = “21”, the WBSID 21 of the task D that is the starting point of the re-execution is “21” + 1 = “22”. The WBSID 21 of the next successor task E is “23”, and the WBSID 21 of the next successor task F is “24”.

このようにして、再実施のタスクについて順次新規のWBSID21を設定し(図7のステップS309の“NO”)、全ての再実施のタスクに新規WBSIDが設定されると(図7のステップS309の“YES”)、まで繰り返し(ステップS710)、図3のステップS102の再実施タスク抽出処理を終了する(図7のステップS310)。   In this way, new WBSIDs 21 are sequentially set for the re-executed tasks (“NO” in step S309 in FIG. 7), and new WBSIDs are set for all the re-executed tasks (in step S309 in FIG. 7). “YES”) is repeated (step S710), and the re-execution task extraction process of step S102 of FIG. 3 is terminated (step S310 of FIG. 7).

図6(b)は、以上のようにして、新規のWBSID31が設定された再実施タスクリスト30bを示す図である。なお、この再実施タスクリスト30bでは、かかる新規のWBSID31が設定されるものではないが、WBSID31の再実施のタスクとの関係を明確にするために示したものである。但し、再実施タスクリスト30bで新規のWBSID31も設定するようにし、これを設定してから、新規のWBSID31とともに、これと関連付けてタスクID32やタスク名33を図5(a)に示す計画/実績情報テーブル20に転記(追記)するようにしてもよい。   FIG. 6B is a diagram showing the re-execution task list 30b in which the new WBSID 31 is set as described above. In the re-execution task list 30b, such a new WBSID 31 is not set, but is shown in order to clarify the relationship with the WBSID 31 re-execution task. However, a new WBSID 31 is also set in the re-execution task list 30b. After setting this, the task ID 32 and the task name 33 are associated with the new WBSID 31 and the plan / actual result shown in FIG. The information table 20 may be transcribed (added).

図5(b)は以上のようにして得られた計画/実績情報テーブル20aの具体例を示す図であって、新規のWBSID21=「22」,「23」,「24」に夫々再実施のタスクD,E,FのタスクID22とタスク名23とが新たに設定されている。但し、開始日(計画)25,終了日(計画)26は、まだ、登録されていない。   FIG. 5B is a diagram showing a specific example of the plan / actual information table 20a obtained as described above. The new WBSID 21 = “22”, “23”, “24” is re-executed. Task IDs 22 and task names 23 for tasks D, E, and F are newly set. However, the start date (plan) 25 and the end date (plan) 26 are not yet registered.

図9は図2における再実施タスク抽出処理部17による図3でのステップS103の再計画作成処理の一具体例を示すフローチャートである。   FIG. 9 is a flowchart showing a specific example of the re-planning process in step S103 in FIG. 3 by the re-execution task extraction processing unit 17 in FIG.

同図において、工程管理サーバコンピュータ1では、図7に示す再実施タスク抽出処理(図3のステップS103)が終了すると、次に、図3のステップS103の再計画作成処理を開始する(ステップS400)。   In the figure, when the re-execution task extraction process (step S103 in FIG. 3) shown in FIG. 7 ends, the process management server computer 1 starts the re-planning process in step S103 in FIG. 3 (step S400). ).

まず、制御部14(図2)の動作により、計画/実績情報DB13(図2)から計画/実績情報テーブル20b(図5(b))を読み込み、この計画/実績情報テーブル20bから再実施タスクリスト30b(図6(c))に格納されている再実施のタスクD,E,Fのステータス(現在の状態)を確認する(ステップS401)。このステータスの確認は、再実施タスクリスト30bにおいて、再実施のタスクD,E,Fの前回の計画に対するステータスを確認するものであって、この計画/実績情報テーブル20bにおいては、WBSID21=「4」,「5」,「6」のタスクD,E,Fがステータスの確認の対象となる。これらタスクD,E,Fが終了済であれば(ステップS402の“YES”)、その実績日数、即ち、
実績日数=終了日(実績)28−開始日(実績)27
を求めて再実施タスクリスト30b(図6(c))の再実施日数36へ格納する(ステップS403)。
First, by the operation of the control unit 14 (FIG. 2), the plan / result information table 20b (FIG. 5B) is read from the plan / result information DB 13 (FIG. 2), and the re-execution task is read from the plan / result information table 20b. The status (current state) of the re-executed tasks D, E, and F stored in the list 30b (FIG. 6C) is confirmed (step S401). This confirmation of status is to confirm the status of the re-execution task D, E, F with respect to the previous plan in the re-execution task list 30b. In this plan / actual information table 20b, WBSID 21 = "4" ”,“ 5 ”,“ 6 ”tasks D, E, and F are subject to status confirmation. If these tasks D, E, and F have been completed (“YES” in step S402), the actual number of days, that is,
Actual days = end date (actual) 28-start date (actual) 27
Is stored in the re-execution days 36 of the re-execution task list 30b (FIG. 6C) (step S403).

ここで、計画/実績情報テーブル20bによると、WBSID=「4」,「5」のタスクD,Eは終了日(実績)28に日付が格納されて終了済であるため、これらの実績日数を求めて再実施タスクリスト30bの再実施日数36に格納する。WBSID=「4」のタスクDについては、終了日(実績)28=4/8、開始日(実績)27=4/6であるから、実績日数=「2」であり、WBSID=「5」のタスクEについては、終了日(実績)28=4/25、開始日(実績)27=4/9であるから、実績日数=「16」である。   Here, according to the plan / actual information table 20b, the tasks D and E with WBSID = “4” and “5” are stored in the end date (actual) 28 and have been completed. It is obtained and stored in the re-execution days 36 of the re-execution task list 30b. For task D with WBSID = “4”, since the end date (actual) 28 = 4/8 and the start date (actual) 27 = 4/6, the actual number of days = “2” and the WBSID = “5”. For task E, since the end date (actual) 28 = 4/25 and the start date (actual) 27 = 4/9, the actual number of days = “16”.

ところで、WBSID=「6」のタスクFについては、開始日(実績)27=4/26が格納されているが、終了日(実績)28に日付が格納されておらず、実施進行中である(図9のステップS402の“NO”)。このような場合には、一旦終了処理し(ステップS404)、計画日数、即ち、
計画日数=終了日(計画)26−開始日(計画)25
を求め、再実施タスクリスト30b(図6(c))の再実施日数36へ格納する(ステップS405)。
By the way, for the task F with WBSID = “6”, the start date (actual result) 27 = 4/26 is stored, but the end date (actual result) 28 is not stored, and the implementation is in progress. (“NO” in step S402 in FIG. 9). In such a case, the process is once terminated (step S404), and the planned number of days, ie,
Planned days = End date (plan) 26-Start date (plan) 25
Is stored in the re-execution days 36 of the re-execution task list 30b (FIG. 6C) (step S405).

以上の処理により、再実施タスクリスト30bにおいて、各タスクD,E,Fに再実施日数36が格納される。   Through the above processing, the re-execution days 36 are stored in the tasks D, E, and F in the re-execution task list 30b.

次に、まず、再実施タスクリスト30bで再実施フラグ34が立てられている再実施タスク、即ち、再実施の起点として指定されたタスクDについて、その際実施フラグ34が立てられた日にちをその開始日(計画)25とし、この開始日(設計)25から再実施タスクリスト30bの再実施日数36だけ日にちを終了日(計画)26として、計画/実施情報テーブル20a(図5(b))のWBSID=「22」のタスクDの欄に格納する(図9のステップS406)。   Next, for the re-execution task for which the re-execution flag 34 is set in the re-execution task list 30b, that is, for the task D designated as the re-execution start point, the date when the execution flag 34 was set at that time The plan / execution information table 20a (FIG. 5 (b)) is set as the start date (plan) 25, and the start date (plan) 25 is set as the end date (plan) 26 from the re-execution task list 30b. Is stored in the column of task D with WBSID = “22” (step S406 in FIG. 9).

例えば、このタスクDの再実施フラグ34が立てられた日にちが4/28とすると、再実施フラグ34の立てられているWBSID=「22」のタスクDの開始日(計画)25を「4/28」とし、終了日(計画)26を「4/30」(=開始日(計画)26(=4/28)と再実施日数36(=2)との和)を計画/実施情報テーブル20a(図5(b))に格納する。   For example, if the date when the re-execution flag 34 of the task D is set is 4/28, the start date (plan) 25 of the task D with the WBSID = “22” set with the re-execution flag 34 is set to “4 / 28 ”, the end date (plan) 26 is“ 4/30 ”(= the sum of the start date (plan) 26 (= 4/28) and the number of re-execution days 36 (= 2)), the plan / execution information table 20a. (FIG. 5B).

次に、再実施タスクリスト30b(図6(c))で再実施フラグ34が設定されていない後継タスクE,Fについて、開始日(計画)25,終了日(計画)の設定を行なうものであるが、まず、再実施フラグ34が設定されていない再実施タスクの依存関係情報テーブル40(図8)を依存関係情報DB12(図2)から読み込み、この後継タスクE,Fに対し、先行タスクが複数あるか否かを確認する(図9のステップS407)。   Next, the start date (plan) 25 and the end date (plan) are set for the successor tasks E and F in which the re-execution flag 34 is not set in the re-execution task list 30b (FIG. 6C). First, the dependency relationship information table 40 (FIG. 8) of the re-execution task for which the re-execution flag 34 is not set is read from the dependency relationship information DB 12 (FIG. 2). It is confirmed whether or not there is a plurality (step S407 in FIG. 9).

ここで、後継タスクEのように、先行タスクが、タスクDのみであって、複数無い後継タスクに対しては(図9のステップS407の“NO”)、かかる後継タスクEの再実施の開始日(計画)25を「先行タスクの終了日(計画)26+1」の日にちに設定し、また、その終了日(計画)26をこの開始日(計画)25に再実施タスクリスト30b(図6(b))に設定されている再実施日数36を加算した日にち設定して、計画/実施情報テーブル20a(図5(b))のWBSID=「23」のタスクEの欄に格納する(図9のステップS409)。   Here, for the successor task that is only the task D and there are not a plurality of successor tasks like the successor task E ("NO" in step S407 in FIG. 9), the re-execution of the successor task E is started. The date (plan) 25 is set to the date of “end date (plan) 26 + 1 of the preceding task”, and the end date (plan) 26 is set to the start date (plan) 25 and the re-execution task list 30b (FIG. 6 ( b)) is set by adding the number of re-execution days set in 36, and stored in the column of task E of WBSID = “23” in the plan / execution information table 20a (FIG. 5B) (FIG. 9). Step S409).

即ち、WBSID=「23」のタスクEの先行タスクはWBSID=「22」のタスクDのみであるから、このタスクEの開始日(計画)25は、タスクDの終了日(計画)26である「4/30」に1日を加えた「5/1」であり、このタスクEの終了日(計画)26は、この「5/1」に再実施タスクリスト30b(図6(c))での再実施日数36=「16」を加えた「5/17」となる。   That is, since the preceding task of task E with WBSID = “23” is only task D with WBSID = “22”, the start date (plan) 25 of this task E is the end date (plan) 26 of task D. It is “5/1” obtained by adding one day to “4/30”, and the end date (plan) 26 of this task E is the re-execution task list 30b (FIG. 6C). The number of re-execution days at 36 = “5/17” including “16”.

また、後継タスクFのように、先行タスクがタスクD,Eであって、複数ある後継タスクに対しては(図9のステップS407の“YES”)、先行タスク間の依存関係情報テーブル40(図8)を依存関係情報DB12(図2)から読み込み、これからこの継続タスクFを依存先タスクID43としたときの依存関係フラグ44が「2」の「後継且つ依存元タスクの再実施による変更影響あり」の関係のある依存先タスクを先行タスクとして選択する(図9のステップS408)。ここで、WBSID=「24」のタスクFの先行タスクは、依存関係情報テーブル40(図8)により、WBSID=「22」のタスクDとWBSID=「23」のタスクEとであり、かつタスクEはタスクDの後継タスクであることから、タスクEをタスクFの先行タスクとして選択する。   Also, like the successor task F, the preceding tasks are tasks D and E, and there are a plurality of succeeding tasks (“YES” in step S407 in FIG. 9), the dependency relationship information table 40 between the preceding tasks ( FIG. 8) is read from the dependency information DB 12 (FIG. 2), and the dependency flag 44 is “2” when the continuation task F is set as the dependency destination task ID 43. The dependent task having the relationship “Yes” is selected as the preceding task (step S408 in FIG. 9). Here, the preceding task of task F with WBSID = “24” is task D with WBSID = “22” and task E with WBSID = “23” according to the dependency relationship information table 40 (FIG. 8). Since E is a successor task of task D, task E is selected as the preceding task of task F.

そして、かかる後継タスクFの再実施の開始日(計画)25を「先行タスクの終了日(計画)26+1」の日にちに設定し、また、その終了日(計画)26をこの開始日(計画)25に再実施タスクリスト30b(図6(b))に設定されている再実施日数36を加算した日にちを設定して、計画/実施情報テーブル20a(図5(b))のWBSID=「23」のタスクEの欄に格納する(図9のステップS409)。   Then, the start date (plan) 25 of the re-execution of the successor task F is set to the date of the “previous task end date (plan) 26 + 1”, and the end date (plan) 26 is set as the start date (plan). 25, the date obtained by adding the number of re-execution days 36 set in the re-execution task list 30b (FIG. 6B) is set, and WBSID = “23” in the plan / execution information table 20a (FIG. 5B). Is stored in the column of task E (step S409 in FIG. 9).

即ち、WBSID=「24」のタスクFの先行タスクはWBSID=「23」のタスクEであるから、このタスクFの開始日(計画)25は、タスクEの終了日(計画)26である「5/17」に1日を加えた「5/18」であり、このタスクFの終了日(計画)26は、この「5/18」に再実施タスクリスト30b(図6(c))での再実施日数36=「8」を加えた「5/26」となる。   That is, since the preceding task of task F with WBSID = “24” is task E with WBSID = “23”, the start date (plan) 25 of this task F is the end date (plan) 26 of task E. “5/18” is one day plus “5/18”, and the end date (plan) 26 of this task F is “5/18” in the re-executed task list 30b (FIG. 6C). The number of re-execution days 36 = “5/26” including “8”.

このようにして、計画/実施情報テーブル20a(図5(b))において、再実施のタスクD,E,Fの開始日(計画)25と終了日(計画)26とが設定されることになる。計画/実施情報DB13(図2)では、これまで計画/実施情報テーブル20(図5(a))の内容がこの計画/実施情報テーブル20aの内容に更新される。   In this way, the start date (plan) 25 and the end date (plan) 26 of the re-execution tasks D, E, and F are set in the plan / execution information table 20a (FIG. 5B). Become. In the plan / execution information DB 13 (FIG. 2), the contents of the plan / execution information table 20 (FIG. 5A) are updated to the contents of the plan / execution information table 20a.

次に、この計画/実施情報テーブル20aを基に、再実施タスクの実施日程を作成し(図9のステップS410)、再実施計画を含めたプロジェクトの全日程をロールアップして、このプロジェクトの線表を作成する(図9のステップS411)。作成された線表がユーザコンピュータ8(図1)に送信されて再計画作成工程が終了し(図9のステップS412)、この線表がそのユーザコンピュータ8のディスプレイに表示される。   Next, based on the plan / execution information table 20a, an execution schedule for the re-execution task is created (step S410 in FIG. 9), and the entire schedule of the project including the re-execution plan is rolled up, A line table is created (step S411 in FIG. 9). The created line table is transmitted to the user computer 8 (FIG. 1), the re-planning process is completed (step S412 in FIG. 9), and this line table is displayed on the display of the user computer 8.

図10は線表の一具体例を示す図であって、50は線表、51はタスク名、52は再実施フラグ、53は日程、54は現時点マーク、55は計画日程、56は遅延日程、57はプロジェクト全体、58は実施タスク、59は再実施タスク、60は実施済み部分、61は未実施部分である。   FIG. 10 is a diagram showing a specific example of a line table, in which 50 is a line table, 51 is a task name, 52 is a re-execution flag, 53 is a schedule, 54 is a current mark, 55 is a planned schedule, and 56 is a delay schedule. , 57 is the entire project, 58 is an execution task, 59 is a re-execution task, 60 is an executed part, and 61 is an unexecuted part.

同図において、線表50では、プロジェクト全体57と既に計画されて実施されている実施タスク(ここでは、タスクA〜F)58と、再実施タスク(ここでは、タスクD〜F)59とのタスク名51が表示され、これら夫々毎に実行する日程53が表示される。また、再実施の起点に指定されたタスク(この場合、タスクD)には、再実施フラグ52が設定されている。   In the figure, in the line table 50, an entire project 57, an execution task (here, tasks A to F) 58 already planned and executed, and a re-execution task (here, tasks D to F) 59 are shown. A task name 51 is displayed, and a schedule 53 to be executed for each of them is displayed. In addition, a re-execution flag 52 is set for the task designated as the re-execution start point (in this case, task D).

プロジェクト全体57の日程53は、再実施タスク59による再実施が設定される前の既に計画されて実施されている(即ち、当初計画の)実施タスク58による計画日程55と、再実施タスク62が計画設定されたことによる日程の遅延日程56とからなるものであり、例えば、計画日程55は白抜きで、遅延日程56は塗り潰しで夫々表示され、夫々が明確に区別できるようにしている。   The schedule 53 of the entire project 57 includes the planned schedule 55 and the re-execution task 62 which are already planned and executed before the re-execution by the re-execution task 59 is set (that is, the original plan). For example, the schedule schedule 55 is displayed in white and the delay schedule 56 is filled in, so that each can be clearly distinguished.

実施タスク58の日程53については、実施済み部分60(ここでは、実施タスク58のタスクBについて示しているが、他のタスクについても同様である)が塗り潰しで表示され、まだ実施されていない、即ち、未実施部分61(ここでは、実施タスク58のタスクBについて示しているが、他のタスクについても同様である)が白抜きで示されて、これらが明確に区分できるようにしている。   For the schedule 53 of the execution task 58, the executed portion 60 (here, the task B of the execution task 58 is shown, but the same applies to the other tasks) is displayed in a solid color and has not been executed yet. That is, the unexecuted portion 61 (here, the task B of the implementation task 58 is shown, but the same applies to other tasks) is shown in white so that these can be clearly distinguished.

なお、以下では、実施タスク58の各タスクを実施タスクA〜Fと言い、これらをまとめて言う場合には、実施タスク58と言うことにする。また、再実施タスク59の各タスク再実施タスクD〜Fと言い、これらをまとめて言う場合には、再実施タスク59と言うことにする。   Hereinafter, each task of the implementation task 58 is referred to as implementation tasks A to F, and when these are collectively referred to, they are referred to as implementation tasks 58. Further, the re-execution task 59 is referred to as each of the task re-execution tasks D to F, and these are collectively referred to as the re-execution task 59.

かかる日程53は、図5(b)に示す計画/実績情報テーブル20aを基に設定されるものであって、これによると、この計画/実績情報テーブル20aが作成された再実施の起点に指定されたタスクDの開始日(計画)25=「4/28」が現時点ということになるから、線表50において、現時点マーク54がこの現時点の「4/28」を示している。   The schedule 53 is set based on the plan / actual information table 20a shown in FIG. 5B. According to this, the schedule / actual information table 20a is designated as the re-execution starting point. Since the start date (plan) 25 = “4/28” of the task D thus performed is the current time, the current time mark 54 indicates the current “4/28” in the line table 50.

そこで、計画/実績情報テーブル20a(図5(b))により、実施タスクAの場合には、開始日(実績)27=「4/1」,終了日(実績)=「4/5」であって、いずれも現時点マーク54=「4/28」以前であって、既に実施済みとなっているので、その日程53は塗り潰しの実施済み部分60のみで表示される。このことは、実施タスクD,Eについても、同様である。   Therefore, according to the plan / actual information table 20a (FIG. 5B), in the case of the implementation task A, the start date (actual) 27 = “4/1” and the end date (actual) = “4/5”. In both cases, since the current mark 54 = “4/28” and before, the schedule 53 is displayed only in the painted portion 60. The same applies to the implementation tasks D and E.

また、実施タスクBの場合には、開始日(実績)27=「4/9」で現時点マーク54=「4/28」以前であるが、終了日(計画)=「4/30」であって、現時点マーク54=「4/28」以後となり、既に実施されているが、終了していないことになる、このため、線表50では、その日程53は、開始日(実績)27=「4/9」から現時点マーク54=「4/28」までは塗り潰しの実施済み部分60で表示され、現時点マーク54=「4/28」から終了日(計画)=「4/30」までは、白抜きの未実施部分61で表示されることになる。このことは、実施タスクC,Fについても、同様である。   In the case of the implementation task B, the start date (actual) 27 = “4/9” and the current mark 54 = “4/28” or earlier, but the end date (plan) = “4/30”. Thus, the current mark 54 = “4/28” or later, which has already been carried out but has not been completed. Therefore, in the line table 50, the schedule 53 is the start date (actual) 27 = “ From “4/9” to the current mark 54 = “4/28” are displayed in the filled portion 60, and from the current mark 54 = “4/28” to the end date (plan) = “4/30” It will be displayed in the white unexecuted portion 61. The same applies to the implementation tasks C and F.

ここで、プロジェクト全体57の計画日程55の終端、即ち、終了日は、実施タスク58のうちで終了日(計画)26が最も遅い日であり、計画/実績情報テーブル20a(図5(b))に示す例では、実施タスクCの終了日(計画)=「5/10」である。従って、プロジェクト全体57の計画日程55の終了日は、この「5/10」ということになる。   Here, the end of the planned schedule 55 of the entire project 57, that is, the end date, is the date on which the end date (plan) 26 is the latest among the execution tasks 58, and the plan / actual information table 20a (FIG. 5B). In the example shown in (), the end date (plan) of the execution task C = “5/10”. Therefore, the end date of the planned schedule 55 of the entire project 57 is “5/10”.

そして、再実施タスク59が設定されると、この再実施計画はこの再実施の起点となるタスクDから後継タスクFまでのプロジェクトが再実施されることになるから、かかるプロジェクトの終了日は、最後に実施される後継タスクFの終了日(計画)27ということになる。この後継タスクFの終了日(計画)27は、図5(b)に示す計画/実績情報テーブル20aから、「5/26」であり、この終了日(計画)27=「5/26」は、プロジェクト全体57の計画日程55の終了日=「5/10」の後であるから、プロジェクト全体57の計画日程55の終了日は、「5/10」から「5/26」に遅延することになる。従って、プロジェクト全体57の日程53の遅延日程56は、「5/26」−「5/10」=16日ということになる。線表50での遅延日程56は、この日数を表わしていることになる。   When the re-execution task 59 is set, this re-execution plan will re-implement the project from task D to the successor task F, which is the starting point of this re-execution. This is the end date (plan) 27 of the succeeding task F to be executed last. The end date (plan) 27 of the successor task F is “5/26” from the plan / result information table 20a shown in FIG. 5B, and this end date (plan) 27 = “5/26” is Since the end date of the planned schedule 55 of the entire project 57 is after “5/10”, the end date of the planned schedule 55 of the entire project 57 is delayed from “5/10” to “5/26”. become. Accordingly, the delay schedule 56 of the schedule 53 of the entire project 57 is “5/26” − “5/10” = 16 days. The delay schedule 56 in the line table 50 represents this number of days.

この線表50によると、プロジェクトの当初計画では、タスクCの終了日がタスク全体、このプロジェクトの終了日という見通しであったが、タスクDを起点とする再実施によって新たにタスクD,E,Fの再実施が必要となり、タスクF(再実施)の終了日がプロジェクト全体57の終了日に変更し、このプロジェクト全体57の終了に遅れが出る可能性が高いことがわかる。   According to this line table 50, in the initial plan of the project, the end date of task C was expected to be the entire task and the end date of this project. However, new tasks D, E, F is necessary to be re-executed, and the end date of task F (re-execution) is changed to the end date of the entire project 57, and it is highly likely that the end of the entire project 57 is delayed.

なお、このように、再実施タスクD,E,Fが線表50で表示されると、これらの再実施のために、再実施の起点となるタスクDの内容を、市場の変化などの変更要因に応じて、修正変更し、この修正変更に応じて、後継タスクE,Fの内容を修正する。これにより、これらの再実施ができるようになる。   In addition, when the re-execution tasks D, E, and F are displayed in the line table 50 in this way, the contents of the task D that is the starting point of the re-execution are changed due to the re-execution, such as changes in the market. The correction is changed according to the factor, and the contents of the successor tasks E and F are corrected according to the correction change. As a result, these re-executions can be performed.

以上のように、この実施形態では、プロジェクト進行中のタスクの再実施によって、必要な再実施タスクと再計画後の日程を自動的に表示することにより、プロジェクトマネージャやプロジェクトマネジメントオフィスのメンバは再実施タスクの実施指示を迅速に行なうことができ、さらに、再実施タスクによる遅延日程を容易に把握できるようになる。   As described above, in this embodiment, the project manager and the project management office members can be re-executed by automatically displaying the necessary re-execution task and the schedule after the re-planning by re-execution of the task in progress of the project. The execution instruction for the execution task can be performed quickly, and the delay schedule due to the re-execution task can be easily grasped.

1 工程管理サーバコンピュータ
2 中央演算装置
3 主記憶装置
4 補助記憶装置
5 入出力装置
6 通信装置
7 ネットワーク
8 ユーザコンピュータ
10 工程管理システム
11 再実施タスク判定部
12 依存関係情報DB
13 計画/実績情報DB
14 制御部
15 入出力部
16 再実施フラグ設定部
17 再実施タスク抽出部
18 再計画作成部
20,20a 計画/実績情報テーブル
21 WBSID
22 タスクID
23 タスク名
24 再実施フラグ
25 開始日(計画)
26 終了日(計画)
27 開始日(実績)
28 終了日(実績)
30,30a,30b 再実施タスクリスト
31 新規WBSID
32 再実施日数
40 依存関係情報テーブル
41 依存関係ID
42 依存元タスクID
43 依存先タスクID
44 依存関係フラグ
50 線表
51 タスク名
52 再実施フラグ
53 日程
54 現時点マーク
55 計画日程
56 遅延日程
57 プロジェクト全体
58 実施タスク
59 再実施タスク
60 実施済み部分
61 未実施部分
DESCRIPTION OF SYMBOLS 1 Process management server computer 2 Central processing unit 3 Main storage device 4 Auxiliary storage device 5 Input / output device 6 Communication device 7 Network 8 User computer 10 Process management system 11 Re-execution task determination part 12 Dependency information DB
13 plan / actual information DB
14 control unit 15 input / output unit 16 re-execution flag setting unit 17 re-execution task extraction unit 18 re-plan creation unit 20, 20a plan / actual information table 21 WBSID
22 Task ID
23 Task name 24 Re-execution flag 25 Start date (plan)
26 End date (plan)
27 Start date (actual)
28 End date (actual)
30, 30a, 30b Re-execution task list 31 New WBSID
32 Re-execution days 40 Dependency information table 41 Dependency ID
42 Dependent task ID
43 Dependent task ID
44 Dependency Flag 50 Line Table 51 Task Name 52 Re-execution Flag 53 Schedule 54 Current Mark 55 Planned Schedule 56 Delayed Schedule 57 Entire Project 58 Implemented Task 59 Re-implemented Task 60 Implemented Part 61 Unimplemented Part

Claims (5)

プロジェクトのタスクに関する情報により、タスクを管理する工程管理システムであって、
該タスク間の依存関係に関する情報と該タスクの計画/実績に関する情報とを取得し、再実施の起点となる該タスクを抽出するとともに、該起点となる該タスクに後継するタスクのみを抽出する再実施タスク抽出手段を有し、
再実施の起点となる該タスクとその後継タスクのみからなる再実施タスクを抽出することを特徴とする工程管理システム。
A process management system that manages tasks based on information about project tasks,
The information on the dependency relation between the tasks and the information on the plan / actual result of the task are acquired, the task that is the starting point of re-execution is extracted, and only the task that succeeds the task that is the starting point is extracted. Having execution task extraction means;
A process management system characterized by extracting a re-execution task consisting only of the task as a starting point of re-execution and its successor task.
請求項1において
前記タスク間の依存関係に関する情報は、前記タスク毎に、前記タスクを依存元タスクとし、該依存元タスク以外の他の前記タスクを依存先タスクとして、該依存先タスクに対する該依存先タスクの依存関係が「先行」,「後継且つ再実施による変更影響なし」,「後継且つ再実施による変更影響あり」のいずれかであることを表わす依存関係情報を含み、
前記再実施タスク抽出手段は、再実施の起点となる前記タスクの後継タスクとして、「後継且つ再実施による変更影響あり」の該依存関係情報を有する前記タスクのみを抽出する
ことを特徴とする工程管理システム。
The information regarding the dependency relationship between the tasks according to claim 1, wherein for each task, the task is a dependency source task, and the task other than the dependency source task is a dependency destination task. Including dependency information indicating that the dependency of the previous task is one of “preceding”, “no effect of change due to successor and re-execution”, and “no effect of change due to successor and re-execution”;
The re-execution task extraction means extracts only the task having the dependency relationship information of “subsequent and re-execution has a change effect” as the successor task of the re-execution starting point. Management system.
プロジェクトのタスクの情報として、タスク間の依存関係に関する情報とタスクの計画/実績情報とを用いてタスクを管理する工程管理システムであって、
該タスクの計画/実績情報での再実施の起点となるタスクに再実施フラグを設定し、該タスクを再実施起点タスクとする再実施フラグ設定部と、
該タスク間の依存関係に関する情報と該タスクの計画/実績に関する情報とを取得し、再実施の起点となる該タスクとともに該起点となる該タスクに後継するタスクのみとを、再実施タスクとして、抽出する再実施タスク抽出手段と、
該再実施タスク計画/実績に関する情報を用いて該再実施タスクの再実施日数を算出し、再実施タスク間の依存関係に関する情報と前記再実施日数を用いて該再実施タスクの開始/終了日の計画日程を算出し、当初計画からの遅延日数を算出する再計画作成部と
を備えたことを特徴とする工程管理システム。
A process management system that manages tasks using information on dependency relationships between tasks and task plan / actual information as project task information,
A re-execution flag setting unit that sets a re-execution flag to a task that is a starting point of re-execution in the plan / actual information of the task,
The information on the dependency relationship between the tasks and the information on the plan / actual result of the task are acquired, and only the task succeeding the task that is the starting point together with the task that is the starting point of the re-execution, Re-execution task extraction means for extracting;
The re-execution task plan / actual result information is used to calculate the re-execution task re-execution days, and the re-execution task start / end dates are calculated using the dependency relationship between the re-execution tasks and the re-execution days. A process management system, comprising: a re-planning section that calculates a schedule for the first schedule and calculates the number of days delayed from the initial plan.
請求項3において
前記タスク間の依存関係に関する情報は、前記タスク毎に、前記タスクを依存元タスクとし、該依存元タスク以外の他の前記タスクを依存先タスクとして、該依存先タスクに対する該依存先タスクの依存関係が「先行」,「後継且つ再実施による変更影響なし」,「後継且つ再実施による変更影響あり」のいずれかであることを表わす依存関係情報を含み、
前記再実施タスク抽出手段は、再実施の起点となる前記タスクの後継タスクとして、「後継且つ再実施による変更影響あり」の該依存関係情報を有する前記タスクのみを抽出する
ことを特徴とする工程管理システム。
The information on the dependency relationship between the tasks according to claim 3, wherein for each task, the task is set as a dependency source task, and the task other than the dependency source task is set as a dependency destination task. Including dependency information indicating that the dependency of the previous task is one of “preceding”, “no effect of change due to successor and re-execution”, and “no effect of change due to successor and re-execution”;
The re-execution task extraction means extracts only the task having the dependency relationship information of “subsequent and re-execution has a change effect” as the successor task of the re-execution starting point. Management system.
請求項3または4において、
前記再計画作成部は、
前記当初計画での前記各タスクの計画及び実績の日程を示す線表を作成して表示されるとともに、前記再実施タスクの計画日程を示す線表を作成して表示させ、
かつ、前記全タスクによる前記当初計画の日程を示す線表を作成して表示させるとともに、前記再実施タスクによる計画の日程を示す線表を作成して前記当初計画の日程を示す該線表に続けて表示させる
ことを特徴とする工程管理システム。
In claim 3 or 4,
The re-planning section
In addition to creating and displaying a schedule showing the schedule and actual schedule of each task in the initial plan, creating and displaying a schedule showing the schedule of the re-execution task,
In addition, a line table indicating the schedule of the initial plan by all the tasks is created and displayed, and a line table indicating the schedule of the plan by the re-execution task is created and displayed on the line table indicating the schedule of the initial plan. A process management system characterized by continuous display.
JP2009261226A 2009-11-16 2009-11-16 Process management system Pending JP2011107906A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009261226A JP2011107906A (en) 2009-11-16 2009-11-16 Process management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009261226A JP2011107906A (en) 2009-11-16 2009-11-16 Process management system

Publications (1)

Publication Number Publication Date
JP2011107906A true JP2011107906A (en) 2011-06-02

Family

ID=44231313

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009261226A Pending JP2011107906A (en) 2009-11-16 2009-11-16 Process management system

Country Status (1)

Country Link
JP (1) JP2011107906A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014123249A (en) * 2012-12-21 2014-07-03 International Business Maschines Corporation Information processor, program, and information processing method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014123249A (en) * 2012-12-21 2014-07-03 International Business Maschines Corporation Information processor, program, and information processing method
US9891911B2 (en) 2012-12-21 2018-02-13 International Business Machines Corporation Software development work item management system
US10768928B2 (en) 2012-12-21 2020-09-08 International Business Machines Corporation Software development work item management system

Similar Documents

Publication Publication Date Title
JP4177280B2 (en) Planning work management support system and planning work management support program
US8892522B2 (en) Map information management system and map information distribution system
JP2007094467A (en) Progress management system
JP2008021296A (en) Test planning support apparatus and test planning support program
US20080004925A1 (en) Multi-site project management
JP5196991B2 (en) Manufacturing process management apparatus, manufacturing process management method, and computer program
JP4912850B2 (en) Project management device
JP5149525B2 (en) Project management support apparatus and method
JP2005032079A (en) Project pre-evaluation method
JP2009276904A (en) Project management device, project management method, project management program and recording medium
JP2010160546A (en) Apparatus, method and program for presenting risk measure
JP2011107906A (en) Process management system
JP2003030016A (en) Method and system for converting data, and processing program therefor
JP2009043188A (en) Operation management support system, and program
JP6201459B2 (en) Project rescheduling method and program
JP5336906B2 (en) Design process management device
JP5854745B2 (en) DATA INTERFACE DEVICE, DATA INTERFACE METHOD, DATA INTERFACE PROGRAM, AND PROCESS MANAGEMENT SYSTEM FOR PROCESS MANAGEMENT TOOL
JP5705718B2 (en) Schedule management apparatus and schedule management method
JP2006285473A (en) Manufacturing process management system
JP5893595B2 (en) Schedule support system
JP2006163514A (en) Personnel selection support system and program applied thereto
JP2006119917A (en) Process management support system, process management support method, and process management support program
JP2014081775A (en) Portable device, communication system, and screen processing method
JP2007309034A (en) Reinforcement management system for foundation
JP4686528B2 (en) Application information management system