JP2013120579A - Work result management method, work result management program and management server related to software development - Google Patents

Work result management method, work result management program and management server related to software development Download PDF

Info

Publication number
JP2013120579A
JP2013120579A JP2011269553A JP2011269553A JP2013120579A JP 2013120579 A JP2013120579 A JP 2013120579A JP 2011269553 A JP2011269553 A JP 2011269553A JP 2011269553 A JP2011269553 A JP 2011269553A JP 2013120579 A JP2013120579 A JP 2013120579A
Authority
JP
Japan
Prior art keywords
work
person
charge
terminal
work item
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
JP2011269553A
Other languages
Japanese (ja)
Inventor
Hiroki Nanbu
広樹 南部
Rieko Sugiyama
理惠子 杉山
Akira Fukushi
陽 福士
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 Ltd
Original Assignee
Hitachi 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 Ltd filed Critical Hitachi Ltd
Priority to JP2011269553A priority Critical patent/JP2013120579A/en
Publication of JP2013120579A publication Critical patent/JP2013120579A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

PROBLEM TO BE SOLVED: To accurately obtain actual work time for every work of each person in charge in a project, and to provide a work result management method, a work result management program, and a management server.SOLUTION: A project manager registers a correspondence relation of work, work results, and applications used therefor that are determined for every project, and related information among the work, to a management server. A worker registers daily progress result information to the management server. An operation history monitoring program of a terminal that is resident in a worker's terminal transmits daily terminal operation history information to the management server. The management server identifies work from the terminal operation history information of the worker using the progress result information and the related information among the work, totals terminal operation time, and thereby obtains work time for every work of each person in charge in an arbitrary period.

Description

本発明は、ソフトウェア開発などのプロジェクト管理を行う際の、各担当者の作業ごとの作業時間の実績を管理する技術に関する。   The present invention relates to a technique for managing the results of work hours for each work of each person in charge when performing project management such as software development.

プロジェクト管理を行う際に、担当者ごとの作業時間を正確に把握したいというニーズがある。これは、作業の進捗状況の管理、原価の管理を適切に行うことや、今後の作業量の見積もりの精度を向上させることが目的である。作業時間を計測する方法として、担当者が作業時間をシステムに入力し、入力された値を元に集計する方法があるが、作業時間の入力値の根拠が担当者の記憶によるため正確な時間を把握するのは困難である。   When performing project management, there is a need to accurately grasp the work time for each person in charge. The purpose of this is to appropriately manage the progress of work and the cost, and to improve the accuracy of future work amount estimation. As a method of measuring work time, there is a method in which the person in charge enters the work time into the system and totals it based on the entered value, but the work time input value is based on the memory of the person in charge, so it is accurate time It is difficult to grasp.

そこで、担当者の記憶によらず、作業実績を管理することのできるシステムとして、作業者の端末で操作しているファイルへのアクセス時間を自動計測することにより作業時間を集計する方法が提案されている。例えば、特許文献1、2等である。   Therefore, as a system that can manage work results regardless of the memory of the person in charge, a method of totaling work time by automatically measuring the access time to the file operated on the worker's terminal has been proposed. ing. For example, Patent Documents 1, 2 and the like.

特開2010−39620号公報JP 2010-39620 A 特開2009−123038号公報JP 2009-123038 A

しかしながら、上述した従来のシステムには、以下のような問題がある。   However, the conventional system described above has the following problems.

PCでの作業時間の集計の元となるのが、ファイルへのアクセス時間であるため、作業とファイルの対応付けが必要になる。しかしながら、プロジェクト作業によっては、アプリケーションは使用するが成果物としてファイルの更新を伴わない作業がある。例えば、テスト工程においてチェックリスト作成と、テスト実施という作業があった場合、チェックリスト作成はチェックリストがファイルとしての成果物であるが、テスト実施そのものはファイルとしての成果物を伴わない。このような場合は、アプリケーションの起動時間を作業時間として集計する必要があるが、前述のようなファイルの更新を伴わない作業が複数あり、複数の作業で同じアプリケーションを使用する場合は、アプリケーションから作業を特定できないため、アプリケーションの起動時間から作業時間を把握することが困難になる。   Since it is the access time to the file that is the basis of the work time on the PC, it is necessary to associate the work with the file. However, depending on the project work, there is a work that uses the application but does not involve updating the file as a product. For example, in the test process, when there are work of checklist creation and test execution, checklist creation is a product as a checklist, but test execution itself is not accompanied by a product as a file. In such a case, it is necessary to count the application startup time as work time, but there are multiple tasks that do not involve file update as described above. Since the work cannot be specified, it is difficult to grasp the work time from the start time of the application.

また、ある作業を行う際、現在行っている作業の前工程で作成されたファイルを参照して作業を行う場合がある。例えば、詳細設計工程において、前工程である基本設計の設計書を参照する場合などである。このとき参照している前工程のファイルは、現在行っている作業を成し遂げるために参照しているため、前工程のファイルへのアクセス時間は現在行っている作業時間として集計することが望ましい。しかしながら、上述した従来のシステムの場合は、前工程のファイルへのアクセス時間は前工程の作業と対応付けられるため、現在行っている作業ではなく前工程の作業時間としてとして集計されてしまうことになり、正確な作業時間の把握ができない。   Further, when performing a certain work, the work may be performed with reference to a file created in the previous process of the current work. For example, in the detailed design process, the design document of the basic design which is the previous process is referred to. Since the previous process file referenced at this time is referred to in order to accomplish the current work, it is desirable that the access time to the previous process file is counted as the current work time. However, in the case of the above-described conventional system, since the access time to the file in the previous process is associated with the work in the previous process, it is counted as the work time in the previous process, not the current work. Therefore, it is not possible to accurately grasp the work time.

本発明は、このような事情に鑑みてなされたもので、プロジェクトにおける各担当者の作業ごとの作業時間の実績をより正確に把握する作業実績管理方法、作業実績管理プログラムおよび管理サーバを提供することを課題とする。   The present invention has been made in view of such circumstances, and provides a work performance management method, a work performance management program, and a management server for more accurately grasping the work time performance for each work of each person in charge in a project. This is the issue.

上記課題を解決するための一手段について説明する。本発明は、管理者用端末および複数の作業者用端末とネットワークを介して接続された管理サーバにおける、各担当者の作業ごとの作業時間の実績を管理する作業実績管理方法である。 前記管理サーバは、プロジェクトにおける作業項目とアプリケーションと成果物を対応付けて登録する作業項目登録手段と、作業とその作業に関連する作業を登録する関連作業登録手段と、作業項目に対するスケジュールを登録する手段と、作業担当者が作業を実施する際に、前記個人端末の中で使用されているアプリケーションとファイルを識別する手段と、そのアクセス時間を収集する手段と、作業担当者が進捗状況を登録する手段と、作業項目に費やされた作業時間を集計する手段を有する。前記管理サーバは、クライアント端末におけるアプリケーションとファイルのアクセス時間から作業時間を集計する際、前記進捗状況と前記関連作業を用いてアプリケーションとファイルのアクセス時間がどの作業に対応するかを特定し、作業時間を集計することで任意の期間の作業実績時間を算出する。   One means for solving the above problem will be described. The present invention is a work performance management method for managing work performance results for each work of each person in charge in a management server connected to a manager terminal and a plurality of worker terminals via a network. The management server registers work item registration means for registering work items, applications, and deliverables in association with each other, related work registration means for registering work and work related to the work, and a schedule for the work items. Means, a means for identifying applications and files used in the personal terminal, a means for collecting the access time, and a work person registering the progress status when the person in charge performs the work. And means for counting the work time spent on the work items. The management server specifies the work corresponding to the access time of the application and the file using the progress and the related work when the work time is totaled from the access time of the application and the file in the client terminal, The work performance time for an arbitrary period is calculated by counting the time.

本発明によれば、ソフトウェア開発において、工程を細分化した作業ごとの作業時間の実績を集計する際の精度を向上させる。また、作業者が作業に費やした時間を記録しておくことやシステムへ入力するなどの手間を軽減させる。   ADVANTAGE OF THE INVENTION According to this invention, in software development, the precision at the time of totaling the result of the working time for every operation | work which divided the process is improved. In addition, it saves the trouble of recording the time spent by the operator and inputting it to the system.

本実施形態に係るコンピュータネットワークシステム100の全体構成例を示す図である。1 is a diagram illustrating an example of the overall configuration of a computer network system 100 according to the present embodiment. 担当者が使用するクライアント端末103のハードウェア構成例を示す図である。It is a figure which shows the hardware structural example of the client terminal 103 which a person in charge uses. 管理者が使用するクライアント端末102のハードウェア構成例を示す図である。It is a figure which shows the hardware structural example of the client terminal 102 which an administrator uses. 管理サーバ101のハードウェア構成例を示す図である。2 is a diagram illustrating a hardware configuration example of a management server 101. FIG. 管理サーバ101が具備する作業情報テーブル420のデータ構成例を示す図である。It is a figure which shows the example of a data structure of the work information table 420 which the management server 101 comprises. 管理サーバ101が具備する関連作業テーブル421のデータ構成例を示す図である。It is a figure which shows the data structural example of the related work table 421 which the management server 101 comprises. 管理サーバ101が具備するスケジュールテーブル422のデータ構成例を示す図である。It is a figure which shows the data structural example of the schedule table 422 which the management server 101 comprises. 管理サーバ101が具備する進捗実績テーブル423のデータ構成例を示す図である。It is a figure which shows the data structural example of the progress performance table 423 which the management server 101 comprises. 管理サーバ101が具備する稼動実績テーブル424のデータ構成例を示す図である。It is a figure which shows the example of a data structure of the operation performance table 424 which the management server 101 comprises. 担当者端末103が具備する操作履歴テーブル220のデータ構成例を示す図である。It is a figure which shows the example of a data structure of the operation history table 220 which the person in charge terminal 103 comprises. 作業計画情報を管理サーバ101に登録する処理の概要を示すシーケンス図である。FIG. 6 is a sequence diagram illustrating an outline of processing for registering work plan information in the management server 101. 進捗情報を管理サーバ101に登録する処理の概要を示すシーケンス図である。FIG. 10 is a sequence diagram illustrating an overview of processing for registering progress information in the management server 101. 担当者端末103の操作履歴情報を管理サーバ101に登録する処理の概要を示すシーケンス図である。FIG. 10 is a sequence diagram illustrating an outline of processing for registering operation history information of a person-in-charge terminal 103 in a management server 101. 作業実績を集計する処理の概要を示すシーケンス図である。It is a sequence diagram which shows the outline | summary of the process which totals work results. 担当者端末103が具備する操作履歴監視機能211の処理を示すフローチャートである。It is a flowchart which shows the process of the operation history monitoring function 211 which the person in charge terminal 103 comprises. 管理サーバ101が具備する作業実績集計機能411の処理を示すフローチャートである。It is a flowchart which shows the process of the work performance totaling function 411 which the management server 101 comprises.

以下、本発明の一実施例について、図面を参照して詳細に説明する。   Hereinafter, an embodiment of the present invention will be described in detail with reference to the drawings.

図1は、本実施形態に係るコンピュータネットワークシステムである作業管理システム100の全体構成例を示す図である。作業管理システム100は、管理サーバ101と、管理者端末102と、複数の担当者端末103とがネットワーク104に接続されて構成される。管理サーバ101は、作業と成果物の対応情報と、進捗管理情報と、担当者端末103から送信される日々の端末の稼働時間の情報を保持し、管理者端末102からの要求に応じて作業時間の実績を集計する。担当者端末103は担当者がプロジェクト作業を行うための端末であり、担当者端末103で実行されるアプリケーション操作状況を監視し、操作履歴を管理サーバ101へ送信する。管理者端末102はプロジェクトの管理者が使用する端末であり、プロジェクト開始時にプロジェクトの定義やスケジュールの定義を管理サーバ101へ登録し、日々の作業時間の実績を管理サーバ101から取得し画面に表示する。   FIG. 1 is a diagram showing an example of the overall configuration of a work management system 100 that is a computer network system according to the present embodiment. The work management system 100 is configured by connecting a management server 101, an administrator terminal 102, and a plurality of person-in-charge terminals 103 to a network 104. The management server 101 holds correspondence information between work and deliverables, progress management information, and information on the daily operation time of the terminal transmitted from the person-in-charge terminal 103, and works according to a request from the administrator terminal 102 Aggregate time results. The person-in-charge terminal 103 is a terminal for the person-in-charge to perform the project work. The person-in-charge terminal 103 monitors the application operation status executed on the person-in-charge terminal 103 and transmits an operation history to the management server 101. The administrator terminal 102 is a terminal used by the project manager, registers the project definition and schedule definition in the management server 101 at the start of the project, acquires the daily work time results from the management server 101, and displays them on the screen. To do.

図2は、担当者が使用する担当者用クライアント端末103のハードウェア構成例を示す図である。担当者端末103は、一般的なコンピュータにより実現でき、表示部202と、入力部203と、CPU等の制御部204と、ネットワークインタフェース部205と、記憶部201とを具備する。記憶部201には、操作履歴監視機能211と操作履歴送信機能212を有するプログラムと、操作履歴テーブル220とが格納されている。各部はバス(BUS)によって接続されている。また、操作履歴監視機能211は、端末へのログインのタイミングで常駐プログラムとして起動され、ログイン情報から担当者の識別情報を取得し、担当者端末103の操作履歴を監視し、アプリケーションとファイルへのアクセス時間などの履歴情報を操作履歴テーブル220に保持し、操作履歴送信機能212は、端末からのログアウトなどのタイミングで前記履歴情報を管理サーバ101へ送信する機能を有する。尚、上記プログラムは、予め記憶部201に格納されていても良いし、コンピュータが利用可能な可搬性を有する記憶媒体に格納されており、図示していない読取装置を介して必要に応じて読み出されても良いし、あるいは、ネットワーク104と接続された他のコンピュータから必要に応じてダウンロードされて記憶部201に格納されるものであっても良い。   FIG. 2 is a diagram illustrating a hardware configuration example of the client terminal 103 for the person in charge used by the person in charge. The person-in-charge terminal 103 can be realized by a general computer and includes a display unit 202, an input unit 203, a control unit 204 such as a CPU, a network interface unit 205, and a storage unit 201. The storage unit 201 stores a program having an operation history monitoring function 211 and an operation history transmission function 212, and an operation history table 220. Each unit is connected by a bus (BUS). The operation history monitoring function 211 is started as a resident program at the timing of login to the terminal, acquires the identification information of the person in charge from the login information, monitors the operation history of the person in charge terminal 103, and stores the application and file. History information such as access time is stored in the operation history table 220, and the operation history transmission function 212 has a function of transmitting the history information to the management server 101 at a timing such as logout from the terminal. The program may be stored in the storage unit 201 in advance, or stored in a portable storage medium that can be used by a computer, and read as necessary via a reader (not shown). Or may be downloaded from another computer connected to the network 104 as necessary and stored in the storage unit 201.

図3は、管理者が使用する管理者端末102のハードウェア構成例を示す図である。管理者端末102は、表示部302と、入力部303と、制御部304と、ネットワークインタフェース部305と、記憶部301とを具備する。記憶部301には、作業実績問合せ機能311を有するプログラムが格納されている。各部はバス(BUS)によって接続されている。また、作業実績問合せ機能311は、任意の期間における作業ごとの作業時間の情報を管理サーバ101から取得し表示する。尚、上記プログラムは、予め記憶部301に格納されていても良いし、コンピュータが利用可能な可搬性を有する記憶媒体に格納されており、図示していない読取装置を介して必要に応じて読み出されても良いし、あるいは、ネットワーク104と接続された他のコンピュータから必要に応じてダウンロードされて記憶部301に格納されるものであっても良い。   FIG. 3 is a diagram illustrating a hardware configuration example of the administrator terminal 102 used by the administrator. The administrator terminal 102 includes a display unit 302, an input unit 303, a control unit 304, a network interface unit 305, and a storage unit 301. The storage unit 301 stores a program having a work performance inquiry function 311. Each unit is connected by a bus (BUS). In addition, the work performance inquiry function 311 acquires information about work time for each work in an arbitrary period from the management server 101 and displays it. The program may be stored in advance in the storage unit 301 or stored in a portable storage medium that can be used by a computer, and can be read as necessary via a reader (not shown). Or may be downloaded from another computer connected to the network 104 as necessary and stored in the storage unit 301.

図4は、管理サーバ101のハードウェア構成例を示す図である。管理サーバ101は、制御部402と、ネットワークインタフェース部403と、記憶部401とを具備する。記憶部401には、作業計画登録機能411と、進捗情報登録機能412と、稼動実績登録機能413と、作業実績集計機能414を有するプログラムと、作業情報テーブル420と、関連作業テーブル421と、スケジュールテーブル422と、進捗実績テーブル423と、稼動実績テーブル424とが格納されている。各部はバス(BUS)によって接続されている。また、作業計画登録機能411は、管理者がプロジェクト開始時に、作業項目に関する情報を登録するための機能であり、作業情報テーブル420と、関連作業テーブル421と、スケジュールテーブル422を更新する機能を有する。進捗情報登録機能412は、担当者が任意のタイミングで作業の進捗状況を登録するための機能であり、進捗実績テーブル423を更新する機能を有する。稼動実績登録機能413は、クライアント端末103から送信されたアプリケーションとファイルへのアクセス時間などの履歴情報を稼動実績テーブル424に登録する機能を有する。作業実績集計機能414は、管理者端末102から送信された集計期間に応じて、稼動実績テーブル424に登録されたアプリケーションとファイルに対応する作業を、関連作業テーブル421と進捗実績テーブル423から特定し、特定した作業ごとの作業時間を集計し、集計した結果を管理者端末102へ送信する機能を有する。尚、上記プログラムは、予め記憶部401に格納されていても良いし、コンピュータが利用可能な可搬性を有する記憶媒体に格納されており、図示していない読取装置を介して必要に応じて読み出されても良いし、あるいは、ネットワーク104と接続された他のコンピュータから必要に応じてダウンロードされて記憶部401に格納されるものであっても良い。 図5は、管理サーバ101が具備する作業情報テーブル420のデータ構成例を示す図である。作業情報テーブル420は、作業とアプリケーションとファイルの対応付関係を保持するテーブルであり、プロジェクトの開始後、作業計画情報として管理者によって定義される。図5に示すように、作業情報テーブル420は、作業項目501と、アプリケーション502と、ファイル503とをそれぞれ対応付けて記憶する。ここで、作業項目501に対応するアプリケーション502は必ず登録するが、成果物としてファイルを扱わない作業項目の場合、ファイル503は登録しない。また、異なる作業項目501に同一のアプリケーション502を対応付けることはできるが、異なる作業項目501に同一のファイル503を対応付けることはできない。   FIG. 4 is a diagram illustrating a hardware configuration example of the management server 101. The management server 101 includes a control unit 402, a network interface unit 403, and a storage unit 401. The storage unit 401 includes a work plan registration function 411, a progress information registration function 412, an operation record registration function 413, a program having a work record totaling function 414, a work information table 420, a related work table 421, and a schedule. A table 422, a progress record table 423, and an operation record table 424 are stored. Each unit is connected by a bus (BUS). The work plan registration function 411 is a function for the administrator to register information regarding work items at the start of the project, and has a function of updating the work information table 420, the related work table 421, and the schedule table 422. . The progress information registration function 412 is a function for the person in charge to register the progress of work at an arbitrary timing, and has a function of updating the progress record table 423. The operation record registration function 413 has a function of registering history information such as an application and file access time transmitted from the client terminal 103 in the operation record table 424. The work result totaling function 414 specifies work corresponding to the application and file registered in the operation result table 424 from the related work table 421 and the progress result table 423 according to the total period transmitted from the administrator terminal 102. The operation time for each identified operation is totaled, and the totaled result is transmitted to the administrator terminal 102. The program may be stored in the storage unit 401 in advance, or stored in a portable storage medium that can be used by a computer, and read as necessary via a reader (not shown). Or may be downloaded from another computer connected to the network 104 as necessary and stored in the storage unit 401. FIG. 5 is a diagram illustrating a data configuration example of the work information table 420 included in the management server 101. The work information table 420 is a table that holds a correspondence relationship between work, applications, and files, and is defined by the administrator as work plan information after the start of the project. As illustrated in FIG. 5, the work information table 420 stores work items 501, applications 502, and files 503 in association with each other. Here, the application 502 corresponding to the work item 501 is necessarily registered, but the file 503 is not registered in the case of a work item that does not handle a file as a product. The same application 502 can be associated with different work items 501, but the same file 503 cannot be associated with different work items 501.

図6は、管理サーバ101が具備する関連作業テーブル421のデータ構成例を示す図である。関連作業テーブル421は、ある作業項目と、その作業項目の前提となる作業項目の対応関係を保持するテーブルであり、作業項目601と、作業項目601の前提となる作業項目を関連作業項目602として記憶する。これらの情報は、プロジェクトの開始後、作業計画情報として管理者によって定義される。作業項目601に対して複数の関連作業項目602を定義することが可能である。   FIG. 6 is a diagram illustrating a data configuration example of the related work table 421 included in the management server 101. The related work table 421 is a table that holds a correspondence relationship between a work item and a work item that is a premise of the work item. The work item 601 and the work item that is a premise of the work item 601 are used as the related work item 602. Remember. These pieces of information are defined by the administrator as work plan information after the start of the project. A plurality of related work items 602 can be defined for the work item 601.

図7は、管理サーバ101が具備するスケジュールテーブル422のデータ構成例を示す図である。スケジュールテーブル422は、プロジェクトのスケジュールを保持するテーブルであり、プロジェクトの開始後、作業項目ごとの担当者と開始予定と終了予定を、作業計画情報として管理者によって定義される。図7に示すように、スケジュールテーブル422は、作業項目701と、担当者702と、開始予定日付703と、終了予定日付704と、完了日付705とをそれぞれ対応付けて記憶する。完了日付705は、作業が完了した日付であり、担当者によって登録される。完了日付705が登録されていない作業は、その作業が完了していないことを表す。   FIG. 7 is a diagram illustrating a data configuration example of the schedule table 422 included in the management server 101. The schedule table 422 is a table that holds a project schedule, and after the start of the project, a person in charge and a start schedule and an end schedule for each work item are defined by the administrator as work plan information. As shown in FIG. 7, the schedule table 422 stores a work item 701, a person in charge 702, a scheduled start date 703, a scheduled end date 704, and a completion date 705 in association with each other. The completion date 705 is the date when the work is completed, and is registered by the person in charge. An operation for which the completion date 705 is not registered indicates that the operation has not been completed.

図11は、プロジェクトが開始した時点で実施される、作業計画情報を管理サーバ101に登録する処理の概要を示すシーケンス図である。管理者端末102は、管理者により入力された、作業項目とアプリケーションとファイルとの対応関係と、作業項目と関連作業項目の対応関係と、作業項目と担当者と開始予定日付と終了予定日付の対応関係を、含む作業計画情報を管理サーバに送信(ステップS1101)する。管理サーバ101では、受信した作業計画情報から取得した、作業項目とアプリケーションとファイルとの対応関係を作業情報テーブル420に登録(ステップS1102)し、作業項目と関連作業項目の対応関係を関連作業テーブル421に登録(ステップS1103)し、作業項目と担当者と開始予定日付と終了予定日付の対応関係をスケジュールテーブル422に登録(ステップS1104)する。   FIG. 11 is a sequence diagram illustrating an outline of processing for registering work plan information in the management server 101, which is performed when a project is started. The administrator terminal 102 stores the correspondence between the work item, the application, and the file, the correspondence between the work item and the related work item, the work item, the person in charge, the scheduled start date, and the scheduled end date, which are input by the administrator. Work plan information including the correspondence is transmitted to the management server (step S1101). In the management server 101, the correspondence between the work item, the application, and the file acquired from the received work plan information is registered in the work information table 420 (step S1102), and the correspondence between the work item and the related work item is registered in the related work table. Registered in 421 (step S1103), and the correspondence between the work item, the person in charge, the scheduled start date, and the scheduled end date is registered in the schedule table 422 (step S1104).

図8は、管理サーバ101が具備する進捗実績テーブル423のデータ構成例を示す図である。進捗実績テーブル423は、作業項目ごとの進捗状況を保持するテーブルであり、担当者によって日々の進捗状況が登録される。図8に示すように、進捗実績テーブル423は、作業項目801と、更新日付802と、進捗率803とをそれぞれ対応付けて記憶する。ここで、進捗率803は各作業の進行度合を示すもので、各作業の予定工数に対する実施工数の割合を百分率で表わしたものとする。   FIG. 8 is a diagram illustrating a data configuration example of the progress record table 423 provided in the management server 101. The progress result table 423 is a table that holds the progress status for each work item, and the daily progress status is registered by the person in charge. As illustrated in FIG. 8, the progress record table 423 stores a work item 801, an update date 802, and a progress rate 803 in association with each other. Here, the progress rate 803 indicates the degree of progress of each work, and the ratio of the implemented man-hour to the planned man-hour of each work is expressed as a percentage.

図12は、担当者が日々実施する、作業の進捗情報を管理サーバ101に登録する処理の概要を示すシーケンス図である。担当者端末103は、担当者により入力された、作業項目と、作業項目に対する更新日付と進捗率とを含む進捗情報を管理サーバ101に送信(ステップS1201)する。管理サーバ101では、受信した進捗情報から取得した、作業項目と更新日付と進捗率を進捗実績テーブル423に登録(ステップS1202)し、進捗率の値が100となった作業項目があった場合は、スケジュールテーブル422の該当レコードにおける完了日付905を前記進捗情報から取得した更新日付に更新(ステップS1203)する。   FIG. 12 is a sequence diagram illustrating an outline of processing for registering work progress information in the management server 101 that is performed daily by a person in charge. The person-in-charge terminal 103 transmits, to the management server 101, progress information including the work item, the update date for the work item, and the progress rate input by the person in charge (step S1201). In the management server 101, the work item, the update date, and the progress rate acquired from the received progress information are registered in the progress record table 423 (step S1202), and there is a work item whose progress rate value is 100. The completion date 905 in the corresponding record of the schedule table 422 is updated to the update date acquired from the progress information (step S1203).

図10は、担当者端末103が具備する操作履歴テーブル220のデータ構成例を示す図である。操作履歴テーブル220は、担当者端末103におけるアプリケーションとファイルの操作履歴情報を保持するテーブルであり、操作履歴監視機能211により随時登録される。図10に示すように、操作履歴テーブル220は、1001と担当者1001と、日付1002と、アプリケーション1003と、ファイル1004と、開始時刻1005と、終了時刻1006とをそれぞれ対応付けて記憶する。   FIG. 10 is a diagram illustrating a data configuration example of the operation history table 220 provided in the person-in-charge terminal 103. The operation history table 220 is a table that holds operation history information of applications and files in the person-in-charge terminal 103, and is registered as needed by the operation history monitoring function 211. As illustrated in FIG. 10, the operation history table 220 stores 1001, a person in charge 1001, a date 1002, an application 1003, a file 1004, a start time 1005, and an end time 1006 in association with each other.

図15は、担当者端末103が具備する操作履歴監視機能211の処理を示すフローチャートである。操作履歴監視機能211は担当者が担当者端末103へのログインを行ったタイミングで起動され、担当者端末103の操作履歴を操作履歴テーブル220に登録する機能を有する。処理の流れは、まず、操作履歴監視機能211は、ログイン情報から担当者、日付を取得(ステップS1501)し、担当者端末のウィンドウのアクティブ状態を監視(ステップS1502)する。次に、アクティブウィンドウの切り替えが発生したかどうかを判定(ステップS1503)し、切り替えが発生した場合に操作履歴テーブル220を更新するため、次の処理を実施する。まず、操作履歴監視機能211は、システム時刻を取得(ステップS1504)し、切り替え前のアプリケーションに対して終了時刻を設定するため、操作履歴テーブル220のレコードが存在するかどうか判定(ステップS1505)し、レコードが存在する場合は、操作履歴テーブル220の最終行の終了時刻1006のデータをステップS1504で取得したシステム時刻に更新(ステップS1506)する。次に、操作履歴監視機能211は、アクティブとなったアプリケーションとファイル名を取得(ステップS1507)し、操作履歴テーブル220の最終行の次のレコードのアプリケーション1003とファイル1004にステップS1507で取得したアプリケーションとファイル名を設定し、開始時刻1005にステップS1504で取得したシステム時刻を設定し、担当者1001と日付1002にステップS1501で取得した担当者と日付を設定し、レコードを登録(ステップS1508)する。以降はステップS1502からの処理を繰り返し実行し、端末からログアウトするまで担当者端末103の操作履歴を登録し続ける。   FIG. 15 is a flowchart showing processing of the operation history monitoring function 211 provided in the person-in-charge terminal 103. The operation history monitoring function 211 is activated when the person in charge logs into the person-in-charge terminal 103, and has a function of registering the operation history of the person-in-charge terminal 103 in the operation history table 220. First, the operation history monitoring function 211 acquires the person in charge and the date from the login information (step S1501), and monitors the active state of the window of the person in charge terminal (step S1502). Next, it is determined whether or not active window switching has occurred (step S1503), and the following processing is performed to update the operation history table 220 when switching has occurred. First, the operation history monitoring function 211 acquires the system time (step S1504), and determines whether there is a record in the operation history table 220 (step S1505) in order to set an end time for the application before switching. If there is a record, the data of the end time 1006 of the last line of the operation history table 220 is updated to the system time acquired in step S1504 (step S1506). Next, the operation history monitoring function 211 acquires the active application and file name (step S1507), and acquires the application 1003 and file 1004 of the next record in the last row of the operation history table 220 in step S1507. And the file name are set, the system time acquired in step S1504 is set to the start time 1005, the person and date acquired in step S1501 are set to the person in charge 1001 and date 1002, and the record is registered (step S1508). . Thereafter, the processing from step S1502 is repeatedly executed, and the operation history of the person-in-charge terminal 103 is continuously registered until the terminal logs out.

図9は、管理サーバ101が具備する稼動実績テーブル424のデータ構成例を示す図である。稼動実績テーブル424は、アプリケーションとファイルの操作履歴情報を格納するテーブルであり、担当者端末103から送信されたデータを登録する。図7に示すように、稼動実績テーブル424は、担当者901と、日付902と、アプリケーション903と、ファイル904と、稼働時間905とをそれぞれ対応付けて記憶する。ここで、稼働時間905は担当者端末103から送信された開始時刻と終了時刻の情報を元に集計した値を保持する。また、ファイルの更新を伴わないアプリケーションの操作履歴を登録する場合は、ファイル904のデータがないものとして登録する。   FIG. 9 is a diagram illustrating a data configuration example of the operation result table 424 provided in the management server 101. The operation result table 424 is a table that stores application and file operation history information, and registers data transmitted from the person-in-charge terminal 103. As illustrated in FIG. 7, the operation result table 424 stores a person in charge 901, a date 902, an application 903, a file 904, and an operation time 905 in association with each other. Here, the operation time 905 holds a value that is totaled based on the information of the start time and the end time transmitted from the person-in-charge terminal 103. In addition, when registering an operation history of an application that does not involve file update, it is registered that there is no data in the file 904.

図13は、担当者端末103から自動的に送信される、担当者端末103の操作履歴情報を管理サーバ101に登録する処理の概要を示すシーケンス図である。担当者端末103では、ログアウトなどのタイミングにより操作履歴送信機能212が自動起動され、担当者端末103から操作履歴テーブル220の全レコードが管理サーバ101に送信(ステップS1301)される。管理サーバ101では、稼動実績登録機能413により、担当者端末103から受信した操作履歴テーブル220の全レコードのうち、アプリケーション1003が作業情報テーブル420に登録されているアプリケーション502と一致するレコードを抽出(ステップS1302)し、抽出したレコード全件に対し、終了時刻1006と開始時刻1005から稼働時間を算出(ステップS1303)し、担当者1001と、日付1002と、アプリケーション1003と、ファイル1004と、算出した稼働時間とを、それぞれ対応付けて稼動実績テーブル424に登録(ステップS1304)する。   FIG. 13 is a sequence diagram showing an outline of processing for registering operation history information of the person-in-charge terminal 103 in the management server 101, automatically transmitted from the person-in-charge terminal 103. In the person-in-charge terminal 103, the operation history transmission function 212 is automatically activated at the timing of logout or the like, and all records in the operation history table 220 are transmitted from the person-in-charge terminal 103 to the management server 101 (step S1301). In the management server 101, the operation record registration function 413 extracts a record in which the application 1003 matches the application 502 registered in the work information table 420 from all the records in the operation history table 220 received from the person-in-charge terminal 103 ( In step S1302, the operation time is calculated from the end time 1006 and the start time 1005 for all the extracted records (step S1303), and the person in charge 1001, the date 1002, the application 1003, and the file 1004 are calculated. The operation time is associated with each other and registered in the operation result table 424 (step S1304).

図14は、管理者が作業実績を集計する処理の概要を示すシーケンス図である。管理者端末102は、管理者により入力された、集計開始日付と集計終了日付を含む集計期間を集計条件として管理サーバ101に送信(ステップS1401)する。管理サーバ101では、稼動実績テーブル424から日付902が集計期間内にあるレコードを抽出し、抽出したレコードのアプリケーション903とファイル904に対応する作業項目を、作業情報テーブル420と進捗実績テーブル423と関連作業テーブル421を用いて特定し、担当者901ごとに、作業項目ごとの稼働時間905を集計(ステップS1402)する。ステップS1402における作業項目の特定と作業実績の集計処理は、管理サーバ101が具備する作業実績集計機能414により実施され、処理の詳細は図16に示して後述する。次に、ステップS1402で集計した結果を管理者端末102に送信(ステップS1403)する。   FIG. 14 is a sequence diagram illustrating an outline of processing in which an administrator totals work results. The administrator terminal 102 transmits the total period including the total start date and the total end date input by the administrator to the management server 101 as a total condition (step S1401). In the management server 101, a record in which the date 902 is within the counting period is extracted from the operation result table 424, and work items corresponding to the application 903 and the file 904 of the extracted record are related to the work information table 420 and the progress result table 423. The work table 421 is specified, and the operation time 905 for each work item is totaled for each person in charge 901 (step S1402). The work item identification and work performance totaling processing in step S1402 is performed by the work performance totaling function 414 provided in the management server 101. Details of the processing will be described later with reference to FIG. Next, the results totaled in step S1402 are transmitted to the administrator terminal 102 (step S1403).

図16は、管理サーバ101が具備する作業実績集計機能414のフローチャートである。作業実績集計機能414は、管理者端末102から、集計開始日付と集計終了日付を含む集計期間における作業実績の集計要求を受けたときに実行される。作業実績集計機能414は、集計結果として、担当者と作業項目と作業実績合計時間とを対応付けたデータを返却する。まず、作業実績集計機能414は、稼動実績テーブル424から、日付902が管理者端末102から受信した集計開始日(今回の例では2011/6/20とする)と集計終了日(今回の例では2011/6/20とする)の間であるレコードを抽出(ステップS1601)する。ステップS1601で抽出したレコード数分(今回の例では1)、次に示す処理を繰り返す(ステップS1602)。作業実績集計機能414は、前記抽出したレコードから取得したアプリケーション903(今回の例ではA0003)とファイル904(今回の例では値なし)に基づき作業情報テーブル420を検索し、該当レコードから作業項目501を取得する(ステップS1603、今回の例では4444)。作業実績集計機能414は、ステップS1603の検索結果の件数(今回の例では1)を判定(ステップS1604)し、検索結果が0件であれば、前記実績情報はプロジェクトの作業ではないと判断し、集計結果に加算せず(ステップS1612)、次のレコードに移る(ステップS1613)。検索結果が1件以上であれば、ステップS1603で取得した作業項目を元に、作業の特定処理を行う。まず、前記抽出したレコードの日付902(今回の例では2011/6/20)を集計対象日付として、集計対象日付にステップS1603で取得した作業項目の進捗実績があるかどうかを調べるため、作業実績集計機能414は、進捗実績テーブル423から、更新日付802が集計対象日付と一致するレコードを検索し、検索結果レコードの作業項目801がステップS1603で取得した作業項目と一致する作業項目を抽出(ステップS1605、今回の例では該当レコードなし)する。作業実績集計機能414は、ステップS1605の抽出結果の件数(今回の例では0)を判定(ステップS1606)し、抽出結果が1件以上であれば、集計結果の担当者と作業項目が、ステップS1601で抽出したレコードから取得した担当者901とステップS1603で取得した作業項目と一致するデータの作業実績合計時間に、ステップS1601で抽出したレコードから取得した稼働時間905を加算(ステップS1611)し、次のレコードに移る(ステップS1611)。抽出結果が0件であれば、ステップS1603で取得した作業項目を前提とする作業を実施していた可能性があるため、関連作業テーブル421から、ステップS1603で取得した作業項目が関連作業項目602と一致する作業項目601を検索(ステップS1607、今回の例では5555と6666)する。ステップS1607の検索結果の件数(今回の例では2)を判定(ステップS1608)し、検索結果が0件であれば、ステップS1603で取得した作業項目はプロジェクトの作業ではないと判断し、集計結果に加算せず(ステップS1612)、次のレコードに移る(ステップS1613)。検索結果が1件以上であれば、ステップS1607で取得した作業項目が実際に実施していた作業項目の候補とする。前記作業項目の候補に対して集計対象日付の進捗実績があるかどうかを調べるため、進捗実績テーブル423から、更新日付802が集計対象日付と一致するレコードを検索し、検索結果レコードの作業項目801がステップS1607で取得した作業項目と一致する作業項目を抽出(ステップS1609、今回の例では6666)する。ステップS1609の抽出結果の件数(今回の例では1)を判定(ステップS1610)し、抽出結果が0件であれば、ステップS1607で取得した作業項目はプロジェクトの作業ではないと判断し、集計結果に加算せず(ステップS1612)、次のレコードに移る(ステップS1613)。抽出結果が1件以上であれば、集計結果の担当者と作業項目が、ステップS1601で抽出したレコードから取得した担当者901(今回の例ではああああ)とS1607で取得した作業項目と一致するデータの作業実績合計時間に、ステップS1601で抽出したレコードから取得した稼働時間905(今回の例では2)を加算(ステップS1611)し、次のレコードに移る(ステップS1611)。以上の処理により、集計結果(今回の例では、担当者がああああ、作業項目が6666、作業実績合計時間が2のデータ)を得る。   FIG. 16 is a flowchart of the work performance totaling function 414 provided in the management server 101. The work performance totaling function 414 is executed when a work performance totaling request is received from the administrator terminal 102 in the totaling period including the totaling start date and the totaling end date. The work result totaling function 414 returns data in which the person in charge, the work item, and the work result total time are associated with each other as the total result. First, the work performance totaling function 414 reads from the operation result table 424 the totaling start date (2011/6/20 in this example) that the date 902 received from the administrator terminal 102 and the totaling end date (in this example). The record that is between 2011/6/20 is extracted (step S1601). The following processing is repeated for the number of records extracted in step S1601 (1 in this example) (step S1602). The work result totaling function 414 searches the work information table 420 based on the application 903 (A0003 in this example) and the file 904 (no value in this example) acquired from the extracted record, and the work item 501 is obtained from the corresponding record. (Step S1603, 4444 in this example). The work result totaling function 414 determines the number of search results (1 in this example) in step S1603 (step S1604), and if the search result is 0, the work information is determined not to be a project work. Then, the value is not added to the total result (step S1612), and the process proceeds to the next record (step S1613). If there are one or more search results, work identification processing is performed based on the work item acquired in step S1603. First, using the date 902 (2011/6/20 in the present example) of the extracted record as the aggregation target date, it is checked whether there is a progress record of the work item acquired in step S1603 on the aggregation target date. The tabulation function 414 searches the progress record table 423 for a record in which the update date 802 matches the tabulation target date, and extracts a task item in which the task item 801 in the search result record matches the task item acquired in step S1603 (step S1603). S1605, no corresponding record in this example). The work result totaling function 414 determines the number of extraction results (0 in this example) in step S1605 (step S1606). If the number of extraction results is one or more, the person in charge of the totaling result and the work item are displayed in steps. The operating time 905 acquired from the record extracted in step S1601 is added to the total work time of the data that matches the person in charge 901 acquired from the record extracted in S1601 and the work item acquired in step S1603 (step S1611), The process moves to the next record (step S1611). If the extraction result is 0, there is a possibility that the work based on the work item acquired in step S1603 may have been performed. Therefore, the work item acquired in step S1603 is related work item 602 from the related work table 421. Are searched for (step S1607, 5555 and 6666 in this example). The number of search results in step S1607 (2 in this example) is determined (step S1608). If the search result is 0, it is determined that the work item acquired in step S1603 is not a project work, and the total result (Step S1612), the process proceeds to the next record (step S1613). If the number of search results is one or more, the work item acquired in step S1607 is set as a candidate for the work item actually performed. In order to check whether or not there is a progress record of the aggregation target date with respect to the work item candidate, a record whose update date 802 matches the aggregation target date is searched from the progress record table 423, and the work item 801 of the search result record is retrieved. Extracts a work item that matches the work item acquired in step S1607 (step S1609, 6666 in this example). The number of extraction results (1 in this example) in step S1609 is determined (step S1610), and if the extraction result is 0, it is determined that the work item acquired in step S1607 is not a project work, and the total result (Step S1612), the process proceeds to the next record (step S1613). If the number of extraction results is one or more, the person in charge and the work item of the total result match the person in charge 901 acquired from the record extracted in step S1601 (ah in this example) and the work item acquired in S1607. The operation time 905 (2 in this example) acquired from the record extracted in step S1601 is added to the total work performance time (step S1611), and the process proceeds to the next record (step S1611). Through the above processing, a totaling result (in this example, the person in charge is ah, the work item is 6666, and the work actual total time is 2) is obtained.

以上、本発明の一実施例について説明した。上記実施例によれば、プロジェクトにおける各担当者の作業ごとの作業時間の実績を正確に把握することができる。   The embodiment of the present invention has been described above. According to the said Example, the track record of the working time for every work of each person in charge in a project can be grasped | ascertained correctly.

また、本発明は上記実施例に限定されるものではなく、その要旨を逸脱しない範囲で種々変更可能である。   The present invention is not limited to the above-described embodiments, and various modifications can be made without departing from the scope of the invention.

101・・・管理サーバ、102・・・管理者端末、103・・・担当者端末、104・・・ネットワーク、201、301、401・・・記憶部、202、302・・・表示部、203、303・・・入力部、204、304、402・・・制御部、205、305、403・・・ネットワークインタフェース部。 DESCRIPTION OF SYMBOLS 101 ... Management server, 102 ... Manager terminal, 103 ... Person in charge terminal, 104 ... Network, 201, 301, 401 ... Storage part, 202, 302 ... Display part, 203 , 303... Input unit, 204, 304, 402... Control unit, 205, 305, 403.

Claims (3)

管理者用端末および複数の作業者用端末とネットワークを介して接続された管理サーバにおける、各担当者の作業ごとの作業時間の実績を管理する作業実績管理方法であって、
前記管理者用端末から受信した作業項目と、アプリケーションと、ファイルの対応関係を作業情報テーブルに登録し、
前記管理者用端末から受信した作業項目と関連作業項目の対応関係を関連作業テーブルに登録し、
前記管理者用端末から受信した作業項目と担当者と開始予定日付と終了予定日付の対応関係をスケジュールテーブルに登録し、
前記作業者用端末から受信した作業項目と、更新日付と、進捗率からなる進捗実績情報を進捗実績テーブルに登録し、
前記作業者用端末から受信した端末操作履歴情報を元に、担当者と、日付と、アプリケーションと、ファイルと、稼働時間を稼動実績テーブルに登録し、
前記管理者用端末から集計開始日と集計終了日を含む集計期間を受信し、
前記稼動実績テーブルの更新日付が前記集計期間内にあるレコードのアプリケーションとファイルに対応する作業項目を、前記作業情報テーブルと、前記関連作業テーブルと、前記進捗実績テーブルから特定し、
特定した作業項目と前記稼動実績テーブルの稼働時間を対応付け、作業項目ごとに集計することにより、担当者ごとの作業項目ごとの作業時間の合計値を求め、
前記管理者端末へ、前記集計期間に実施された担当者ごとの作業項目ごとの作業時間の集計結果を送信する、
ことを特徴とする作業実績管理方法。
In the management server connected to the terminal for managers and the terminals for multiple workers via the network, a work performance management method for managing the performance of the work time for each work of each person in charge,
Register the work item, application, and file correspondence received from the manager terminal in the work information table,
Register the correspondence between the work item received from the manager terminal and the related work item in the related work table,
Register the correspondence between the work item, the person in charge, the scheduled start date and the scheduled end date received from the manager terminal in the schedule table,
Register the progress record information consisting of the work item received from the worker terminal, the update date, and the progress rate in the progress record table,
Based on the terminal operation history information received from the worker terminal, the person in charge, the date, the application, the file, and the operating time are registered in the operating result table,
Receiving a counting period including a counting start date and a counting end date from the manager terminal;
A work item corresponding to the application and file of the record whose update date of the operation result table is within the aggregation period is specified from the work information table, the related work table, and the progress result table,
By associating the identified work item and the operation time of the operation result table, and summing up for each work item, the total value of the work time for each work item for each person in charge is obtained,
To the manager terminal, to send the total result of the work time for each work item for each person in charge carried out during the total period,
A work performance management method characterized by that.
コンピュータに、請求項1に記載の作業実績管理方法を実行させる作業実績管理プログラム。   A work performance management program for causing a computer to execute the work performance management method according to claim 1. 管理者用端末および複数の作業者用端末とネットワークを介して接続された管理サーバで、各担当者の作業ごとの作業時間の実績を管理する管理サーバであって、
前記管理者用端末から受信した作業項目と、アプリケーションと、ファイルの対応関係を作業情報テーブルに登録する手段と、
前記管理者用端末から受信した作業項目と関連作業項目の対応関係を関連作業テーブルに登録する手段と、
前記管理者用端末から受信した作業項目と担当者と開始予定日付と終了予定日付の対応関係をスケジュールテーブルに登録する手段と、
前記作業者用端末から受信した作業項目と、更新日付と、進捗率からなる進捗実績情報を進捗実績テーブルに登録する手段と、
前記作業者用端末から受信した端末操作履歴情報を元に、担当者と、日付と、アプリケーションと、ファイルと、稼働時間を稼動実績テーブルに登録する手段と、
前記管理者用端末から集計開始日と集計終了日を含む集計期間を受信する手段と、
前記稼動実績テーブルの更新日付が前記集計期間内にあるレコードのアプリケーションとファイルに対応する作業項目を、前記作業情報テーブルと、前記関連作業テーブルと、前記進捗実績テーブルから特定する手段と、
特定した作業項目と前記稼動実績テーブルの稼働時間を対応付け、作業項目ごとに集計することにより、担当者ごとの作業項目ごとの作業時間の合計値を求める手段と、
前記管理者端末へ、前記集計期間に実施された担当者ごとの作業項目ごとの作業時間の集計結果を送信する手段とを有する、
ことを特徴とする管理サーバ。
A management server that is connected to a manager terminal and a plurality of worker terminals via a network, and is a management server that manages the results of work hours for each person's work,
Means for registering the correspondence between work items, applications, and files received from the manager terminal in a work information table;
Means for registering the correspondence between the work item received from the manager terminal and the related work item in the related work table;
Means for registering the correspondence between the work item, the person in charge, the scheduled start date and the scheduled end date received from the manager terminal in the schedule table;
Means for registering the progress record information including the work item received from the worker terminal, the update date, and the progress rate in the progress record table;
Based on the terminal operation history information received from the worker terminal, means for registering the person in charge, the date, the application, the file, and the operation time in the operation result table;
Means for receiving a counting period including a counting start date and a counting end date from the manager terminal;
Means for identifying a work item corresponding to an application and file of a record whose update date of the operation result table is within the counting period from the work information table, the related work table, and the progress result table;
A means for associating the identified work item with the operation time of the operation result table and calculating the total value of the work time for each work item for each person in charge by totaling each work item;
Means for transmitting, to the manager terminal, a totaling result of work time for each work item for each person in charge carried out during the totaling period;
A management server characterized by that.
JP2011269553A 2011-12-09 2011-12-09 Work result management method, work result management program and management server related to software development Pending JP2013120579A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011269553A JP2013120579A (en) 2011-12-09 2011-12-09 Work result management method, work result management program and management server related to software development

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011269553A JP2013120579A (en) 2011-12-09 2011-12-09 Work result management method, work result management program and management server related to software development

Publications (1)

Publication Number Publication Date
JP2013120579A true JP2013120579A (en) 2013-06-17

Family

ID=48773172

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011269553A Pending JP2013120579A (en) 2011-12-09 2011-12-09 Work result management method, work result management program and management server related to software development

Country Status (1)

Country Link
JP (1) JP2013120579A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015114793A1 (en) * 2014-01-31 2015-08-06 株式会社日立製作所 Progress management system and progress estimation method using progress management system
JP2016045672A (en) * 2014-08-22 2016-04-04 株式会社日立製作所 Design assistance device
JP2017224139A (en) * 2016-06-15 2017-12-21 日本電信電話株式会社 Assistance system and assistance method
CN110298542A (en) * 2019-05-23 2019-10-01 深圳壹账通智能科技有限公司 Intelligent waiting method, apparatus, computer equipment and storage medium
JP7104835B1 (en) 2021-06-22 2022-07-21 川崎重工業株式会社 Work management system

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2015114793A1 (en) * 2014-01-31 2015-08-06 株式会社日立製作所 Progress management system and progress estimation method using progress management system
JP2016045672A (en) * 2014-08-22 2016-04-04 株式会社日立製作所 Design assistance device
JP2017224139A (en) * 2016-06-15 2017-12-21 日本電信電話株式会社 Assistance system and assistance method
CN110298542A (en) * 2019-05-23 2019-10-01 深圳壹账通智能科技有限公司 Intelligent waiting method, apparatus, computer equipment and storage medium
JP7104835B1 (en) 2021-06-22 2022-07-21 川崎重工業株式会社 Work management system
JP2023002084A (en) * 2021-06-22 2023-01-10 川崎重工業株式会社 Work managing system

Similar Documents

Publication Publication Date Title
JP2013120579A (en) Work result management method, work result management program and management server related to software development
US11921737B2 (en) ETL workflow recommendation device, ETL workflow recommendation method and ETL workflow recommendation system
US10481961B1 (en) API and streaming solution for documenting data lineage
US20140280300A1 (en) Guided data collection management system
JP6435742B2 (en) Scheduling method, scheduling support apparatus, and computer program
CN110580293A (en) Entity relationship storage method and device
US11328058B2 (en) Methods and systems for multi-tool orchestration
US9886473B2 (en) Managing job status
CN107463391A (en) Task processing method, device and equipment
JP2013030036A (en) Process control system, process control method, program, and process control device
Liu et al. Single-machine rescheduling with deterioration and learning effects against the maximum sequence disruption
Lingrand et al. Optimization of jobs submission on the EGEE production grid: modeling faults using workload
JP2013196540A (en) Task management system and task management program
JP6073912B2 (en) Work slip recording support system and program
WO2023063172A1 (en) Work information management system and data search method
JP2016024706A (en) Log management system, log management method and program
JP2015109015A (en) Connection destination solution system and method
JP5472145B2 (en) Business and product management system and business and product management method
WO2016067391A1 (en) Electronic device, system and method
JP5825915B2 (en) Work man-hour calculating device, work man-hour calculating method, and program
US11823111B2 (en) Work instruction system and work instruction method
US10810640B1 (en) Automated time tracking of events in a calendar and use of the same to generate invoices
JP5380346B2 (en) Information processing apparatus, information processing method, and program
JP2012221292A (en) Information management device, control method of information management device, and control program of information management device
KR102315432B1 (en) Method and apparatus for managing project using data pointer