JP2014052931A - Project management method, project management device, project management system, and program - Google Patents

Project management method, project management device, project management system, and program Download PDF

Info

Publication number
JP2014052931A
JP2014052931A JP2012198168A JP2012198168A JP2014052931A JP 2014052931 A JP2014052931 A JP 2014052931A JP 2012198168 A JP2012198168 A JP 2012198168A JP 2012198168 A JP2012198168 A JP 2012198168A JP 2014052931 A JP2014052931 A JP 2014052931A
Authority
JP
Japan
Prior art keywords
project
time
log
keyword
work
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
JP2012198168A
Other languages
Japanese (ja)
Inventor
Yoichi Nishimura
洋一 西村
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.)
Seiko Epson Corp
Original Assignee
Seiko Epson Corp
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 Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP2012198168A priority Critical patent/JP2014052931A/en
Publication of JP2014052931A publication Critical patent/JP2014052931A/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 add up work times for a project by using a computer.SOLUTION: A client 1 includes: a log recording unit 110 for recording title information on all windows displayed on a display and time information showing times when the windows have been in an active state, in a log area; a keyword setting unit 120 for setting a keyword associated with a project; and a cumulative time calculation unit 140 for extracting logs in which the keyword is included in the title information from the log area and calculating a work cumulative time for the project by adding up time information on respective extracted logs.

Description

本発明は、プロジェクト別に、コンピューターを用いて行った作業時間を管理するプロジェクト管理方法、プロジェクト管理装置、プロジェクト管理システム、プログラムに関するものである。   The present invention relates to a project management method, a project management apparatus, a project management system, and a program for managing work hours performed using a computer for each project.

この種の技術として、特許文献1が知られている。当該特許文献1は、プロジェクト別に、使用するプログラム名、ファイル名およびキーワードを登録しておき、これらがコンピューター上で使用された場合、その使用時間の累計を、プロジェクト管理DBに記録するものである。   Patent Document 1 is known as this type of technology. The patent document 1 registers a program name, a file name, and a keyword to be used for each project, and when these are used on a computer, the accumulated usage time is recorded in a project management DB. .

特開2002−24504号公報JP 2002-24504 A

この文献の記録方法は、プロジェクトを開始する前に、使用するプログラム名、ファイル名およびキーワードを正確に予測して登録する点で課題がある。例えば、プロジェクトの作業開始後に、「プログラムA」だけではなく「プログラムB」による作業も、そのプロジェクトの作業時間として集計した方が好ましいと判断される状況が考えられる。また、実際に作業を行なう際、付与したファイル名に「○○案」、「○○(案)」といった表記の違いがあると、最初に登録しておいたファイル名が「○○案」の場合、後者の「○○(案)」は作業時間に含まれないことになる。このように、使用するプログラム名等を正確に予想できなかった場合や、作業を行う際に不適切なファイル名等を付与してしまった場合は、正確な作業時間を集計できないといった問題がある。   This document recording method has a problem in that the program name, file name, and keyword to be used are accurately predicted and registered before the project is started. For example, a situation may be considered in which it is determined that not only “Program A” but also “Program B” work should be counted as the work time of the project after the start of the project work. In addition, when actually performing the work, if there is a difference in notation such as “XX plan” or “XX (plan)” in the assigned file name, the file name registered first is “XX plan”. In this case, the latter “XX (draft)” is not included in the work time. In this way, if the program name to be used cannot be predicted accurately or if an inappropriate file name is assigned when performing the work, there is a problem that the accurate work time cannot be counted. .

本発明は、上記の問題点に鑑み、コンピューターを用いたプロジェクトの作業時間を正確に集計することが可能なプロジェクト管理方法、プロジェクト管理装置、プロジェクト管理システム、プログラムを提供することを目的とする。   In view of the above-described problems, an object of the present invention is to provide a project management method, a project management apparatus, a project management system, and a program capable of accurately counting the work time of a project using a computer.

本発明のプロジェクト管理方法は、コンピューターが、ディスプレーに表示された全てのウィンドウのタイトル情報と、当該ウィンドウがアクティブ状態となっていた時間を示す時間情報を、ログ領域に記録するログ記録ステップと、プロジェクトに関連するキーワードを設定するキーワード設定ステップと、ログ領域の中から、タイトル情報にキーワードが含まれるログを抽出し、抽出した各ログの時間情報を累計することにより、プロジェクトの作業累計時間を算出する累計時間算出ステップと、を実行することを特徴とする。   In the project management method of the present invention, the computer records the title information of all windows displayed on the display and the time information indicating the time when the windows are in an active state in a log recording step, The keyword setting step that sets keywords related to the project, and the log that contains the keyword in the title information is extracted from the log area, and the time information of each extracted log is accumulated, so the accumulated work time of the project is And a cumulative time calculating step of calculating.

本発明のプロジェクト管理装置は、ディスプレーに表示された全てのウィンドウのタイトル情報と、当該ウィンドウがアクティブ状態となっていた時間を示す時間情報を、ログ領域に記録するログ記録部と、プロジェクトに関連するキーワードを設定するキーワード設定部と、ログ領域の中から、タイトル情報にキーワードが含まれるログを抽出し、抽出した各ログの時間情報を累計することにより、プロジェクトの作業累計時間を算出する累計時間算出部と、を備えたことを特徴とする。   The project management apparatus according to the present invention includes a log recording unit that records title information of all windows displayed on the display, and time information indicating a time during which the window is in an active state, and a project-related information. The keyword setting section that sets the keyword to be extracted, and the log that includes the keyword in the title information from the log area, and totals the time information of each extracted log to calculate the total work time of the project And a time calculation unit.

これらの構成によれば、ディスプレーに表示された全てのウィンドウのタイトル情報と時間情報をログ記録しておくため、記録後にキーワードを設定した場合でも、プロジェクトの作業時間を正確に算出できる。つまり、プロジェクトの作業開始前に、使用するプログラム名等を正確に予想できなかった場合や、作業を行う際に不適切なファイル名等を付与してしまった場合でも、それらを考慮して、キーワードの設定(変更)を行うことで、算出結果の精度を向上できる。また、ウィンドウのタイトル情報と、設定されたキーワードを照合するため、キーワードの設定を工夫することにより、付与したファイル名に表記揺らぎがある場合でも、正確な算出結果を得ることができる。例えば、「ファイル1」に「○○案」、「ファイル2」に「○○(案)」のファイル名が付与された場合、任意のプロジェクトに関連するキーワードを「○○」に設定することで、両ファイルのウィンドウがアクティブ状態となっていた時間を、任意のプロジェクトの作業時間として算出できる。
なお、「ウィンドウのタイトル情報」とは、アプリケーション名(ソフトウェア名,プログラム名)と、ファイル名(ドキュメント名,コンテンツ名)を含む情報を指す。また、アプリケーションの種類によって(Webブラウザーなど)、URLや記事タイトル、サイト名などを含む場合もある。
According to these configurations, since the title information and time information of all windows displayed on the display are recorded in a log, even when a keyword is set after recording, the work time of the project can be accurately calculated. In other words, even if the program name to be used cannot be accurately predicted before starting the work of the project, or if an inappropriate file name is assigned when performing the work, By setting (changing) keywords, the accuracy of calculation results can be improved. In addition, since the title information of the window is compared with the set keyword, the keyword setting is devised, so that an accurate calculation result can be obtained even when there is a notation fluctuation in the assigned file name. For example, if the file name “XX plan” is given to “File 1” and “XX (draft)” is given to “File 2”, the keyword related to any project should be set to “XX”. Thus, the time during which the windows of both files are active can be calculated as the work time of an arbitrary project.
The “window title information” refers to information including an application name (software name, program name) and a file name (document name, content name). Depending on the type of application (such as a Web browser), the URL, article title, site name, and the like may be included.

上記のプロジェクト管理方法において、コンピューターが、ログ領域の中の、タイトル情報にキーワードが含まれないログの中から、プロジェクトに関連する1以上のログを指定するログ指定ステップをさらに実行し、算出ステップは、タイトル情報にキーワードが含まれる各ログと、ログ指定ステップにより指定された1以上のログの、時間情報を累計することにより、プロジェクトの作業累計時間を算出することを特徴とする。   In the project management method described above, the computer further executes a log designation step for designating one or more logs related to the project from logs in which no keyword is included in the title information in the log area, and a calculation step Is characterized in that the accumulated work time of the project is calculated by accumulating time information of each log including a keyword in the title information and one or more logs designated in the log designation step.

この構成によれば、タイトル情報にキーワードが含まれないログについても、ユーザーにより、プロジェクトに関連する作業のログであると判断された場合は、そのログの時間情報を、プロジェクトの作業時間に含めることができる。例えば、プロジェクトに関わる文書作成のためにインターネット検索をした場合、Webブラウザーのウィンドウがアクティブ状態となっていたことを示すログを指定することで、その時間情報を、プロジェクトの作業時間に含めることができる。このように、ユーザー編集を可能とすることで、実際の作業時間に近い算出結果を得ることができる。   According to this configuration, even when a log that does not include a keyword in the title information is determined by the user to be a work log related to the project, the time information of the log is included in the work time of the project. be able to. For example, if you search the Internet to create a document related to a project, you can specify the log indicating that the web browser window is in the active state and include the time information in the work time of the project. it can. Thus, by enabling user editing, a calculation result close to the actual work time can be obtained.

上記のプロジェクト管理方法において、コンピューターが、算出ステップにより算出したプロジェクトの作業累計時間と、ログ領域に記録されたデータを、サーバーに送信するサーバー送信ステップをさらに実行することを特徴とする。   In the above-described project management method, the computer further executes a server transmission step of transmitting the accumulated work time of the project calculated in the calculation step and data recorded in the log area to the server.

この構成によれば、ユーザーの編集結果を含むプロジェクトの作業累計時間と、ユーザーの編集結果を含まないログファイル(ログ領域に記録されたデータ)の両方をサーバーに送信するため、サーバー側では、必要に応じて、ユーザーによる算出結果の信憑性を検証することができる。   According to this configuration, both the accumulated work time of the project including the user edit results and the log file (data recorded in the log area) that does not include the user edit results are sent to the server. If necessary, the credibility of the calculation result by the user can be verified.

上記のプロジェクト管理方法において、ログ記録ステップは、アクティブ状態となっているウィンドウに対し、一定時間以上操作が行われなかった場合、その間、当該ウィンドウが非アクティブ状態となったものとしてログを記録することを特徴とする。   In the project management method described above, the log recording step records a log as if the window has become inactive during that period if no operation has been performed for a certain period of time. It is characterized by that.

この構成によれば、ユーザーが休憩している間など、一定時間以上操作が行われなかった時間を除くことで、より実際の作業時間に近い算出結果を得ることができる。   According to this configuration, it is possible to obtain a calculation result closer to the actual work time by excluding the time during which the user has not performed the operation for a certain period of time, such as while the user is resting.

本発明のプロジェクト管理システムは、上記のプロジェクト管理装置として機能する1以上のクライアントと、サーバーと、を備えたプロジェクト管理システムであって、サーバーは、各クライアントから、プロジェクトの作業累計時間を取得する取得部と、各クライアントから取得したプロジェクトの作業累計時間を合計し、当該プロジェクトの作業合計時間を算出する合計時間算出部と、合計時間算出部の算出結果を出力する出力部と、を備えたことを特徴とする。   The project management system of the present invention is a project management system including one or more clients functioning as the above-described project management apparatus and a server, and the server acquires the accumulated work time of the project from each client. An acquisition unit, a total time calculation unit that calculates the total work time of the project acquired from each client and calculates the total work time of the project, and an output unit that outputs a calculation result of the total time calculation unit It is characterized by that.

この構成によれば、複数人でプロジェクトの作業を進める場合、複数人によるプロジェクトの作業合計時間を算出できる。   According to this configuration, when a plurality of people work on a project, the total work time of the project by a plurality of people can be calculated.

上記のプロジェクト管理システムにおいて、サーバーは、プロジェクト別に、1以上のキーワードを関連付けて記憶するキーワード記憶部をさらに備え、キーワード設定部は、所望のプロジェクトを指定することにより、当該プロジェクトに関連付けられた1以上のキーワードをキーワード記憶部から読み出して設定することを特徴とする。   In the above-described project management system, the server further includes a keyword storage unit that stores one or more keywords in association with each project, and the keyword setting unit specifies one desired project by specifying a desired project. The above keywords are read from the keyword storage unit and set.

この構成によれば、複数人でプロジェクトの作業を進める場合、各クライアントで共通のキーワードを設定することができる。これにより、クライアントによって設定するキーワードが異なることがなく、信頼性の高い集計結果を得ることができる。   According to this configuration, when a plurality of people work on a project, a common keyword can be set for each client. Thereby, the keyword set by the client is not different, and a highly reliable count result can be obtained.

本発明のプログラムは、コンピューターに、上記のプロジェクト管理方法における各ステップを実行させることを特徴とする。   A program according to the present invention causes a computer to execute each step in the project management method.

このプログラムを実行することにより、コンピューターを用いたプロジェクトの作業時間を正確に集計することが可能なプロジェクト管理方法を実現できる。   By executing this program, it is possible to realize a project management method capable of accurately counting the work time of a project using a computer.

本発明の一実施形態に係るプロジェクト管理システムのシステム構成図である。It is a system configuration figure of a project management system concerning one embodiment of the present invention. (a)は、クライアントの制御ブロック図であり、(b)は、サーバーの制御ブロック図である。(A) is a control block diagram of the client, and (b) is a control block diagram of the server. プロジェクト管理システムの機能ブロック図である。It is a functional block diagram of a project management system. クライアントのディスプレーに表示されるクライアント集計結果表示画面の一例を示す図である。It is a figure which shows an example of the client total result display screen displayed on a client's display. サーバーのディスプレーに表示されるサーバー集計結果表示画面の一例を示す図である。It is a figure which shows an example of the server total result display screen displayed on the display of a server.

以下、本発明の一実施形態に係るプロジェクト管理方法、プロジェクト管理装置、プロジェクト管理システム、プログラムについて、添付図面を参照しながら詳細に説明する。図1は、プロジェクト管理システムSYのシステム構成図である。プロジェクト管理システムSYは、複数台(同図では、3台のみ図示)のクライアント1(コンピューター,プロジェクト管理装置)と、1台のサーバー2とが、ネットワークNTを介して接続されている。ネットワークNTは、有線/無線LANやインターネットなど、種々の形態が考えられる。また、サーバー2に対し、各クライアント1を個々に接続した構成であっても良い。   Hereinafter, a project management method, a project management apparatus, a project management system, and a program according to an embodiment of the present invention will be described in detail with reference to the accompanying drawings. FIG. 1 is a system configuration diagram of the project management system SY. In the project management system SY, a plurality of clients 1 (computers, project management devices) (only three are shown in the figure) and one server 2 are connected via a network NT. The network NT can be in various forms such as a wired / wireless LAN and the Internet. Further, the configuration may be such that each client 1 is individually connected to the server 2.

本実施形態では、3台のクライアント1を、それぞれ異なるユーザー(「ユーザーA」、「ユーザーB」、「ユーザーC」)が操作するものとする。また、各クライアント1では、ディスプレー11上に表示される全てのウィンドウについて、アクティブ状態となっている時間をログ記録する。そして、プロジェクトに関連付けられたキーワードを含むログに基づいて、アクティブ状態となっていた時間を累計し、集計を行う。一方、サーバー2は、プロジェクトメンバーとなる各ユーザーが操作するクライアント1から集計結果を取得し、プロジェクト別の作業実績(進捗状況)を管理する。なお、「ウィンドウ」とは、ディスプレー11上においてアプリケーションに割り当てられる個々の画面を指す。   In the present embodiment, it is assumed that different users (“user A”, “user B”, “user C”) operate the three clients 1. Each client 1 logs the time in which all windows displayed on the display 11 are in an active state. Then, based on the log including the keyword associated with the project, the time that has been active is accumulated and tabulated. On the other hand, the server 2 acquires a total result from the client 1 operated by each user who becomes a project member, and manages work results (progress status) for each project. A “window” refers to an individual screen assigned to an application on the display 11.

次に、図2を参照し、クライアント1およびサーバー2のハードウェア構成について説明する。図2(a)は、クライアント1の制御ブロック図である。クライアント1は、一般的なパーソナルコンピューターで実現され、ディスプレー11、キーボード12、マウス13、ネットワークインターフェース14、CPU(Central Processing Unit)15、ROM(Read Only Memory)16、RAM(Random Access Memory)17およびHDD(Hard disk drive)18を備えている。   Next, the hardware configuration of the client 1 and the server 2 will be described with reference to FIG. FIG. 2A is a control block diagram of the client 1. The client 1 is realized by a general personal computer, and includes a display 11, a keyboard 12, a mouse 13, a network interface 14, a CPU (Central Processing Unit) 15, a ROM (Read Only Memory) 16, a RAM (Random Access Memory) 17, and An HDD (Hard disk drive) 18 is provided.

ネットワークインターフェース14は、ネットワークNTと接続され、サーバー2と通信を行うためのインターフェースである。また、HDD18は、「OS(Operating System)」、「各種アプリケーション」、「クライアント用管理ソフトウェア」、「ログファイル」および「クライアント用集計結果」を記憶する。   The network interface 14 is connected to the network NT and is an interface for communicating with the server 2. Further, the HDD 18 stores “OS (Operating System)”, “various applications”, “client management software”, “log file”, and “client count result”.

「各種アプリケーション」とは、プロジェクトの作業を行うためのアプリケーション(応用ソフトウェア)を指す。アプリケーションには、ワープロソフト、表計算ソフト、画像編集ソフト、Webブラウザー、電子メールソフトなどの一般的なソフトウェアの他、財務会計ソフト、販売管理ソフト、人事管理ソフトなどの業務アプリケーションが含まれる。また、「クライアント用管理ソフトウェア」とは、クライアント1において、プロジェクトの作業時間の集計を行うためのソフトウェアである。当該「クライアント用管理ソフトウェア」は、クライアント1のスタートアップに組み込まれ、自動起動される。また、「クライアント用管理ソフトウェア」の起動中は、そのアイコンがタスクバーに表示される。   “Various applications” refers to applications (application software) for performing project work. Applications include business applications such as financial accounting software, sales management software, and personnel management software in addition to general software such as word processing software, spreadsheet software, image editing software, Web browser, and e-mail software. The “client management software” is software for totaling project work time in the client 1. The “client management software” is incorporated in the startup of the client 1 and automatically started. In addition, while the “client management software” is running, its icon is displayed on the task bar.

また、「ログファイル」とは、ディスプレー11に表示された全てのアクティブウィンドウの履歴を、時系列に記録したファイルである。また、「クライアント用集計結果」とは、「クライアント用管理ソフトウェア」による集計結果を指す。当該集計結果は、ディスプレー11に表示されると共に(図4参照)、ユーザー操作に従ってサーバー2に送信される。   The “log file” is a file in which the history of all active windows displayed on the display 11 is recorded in time series. The “client aggregation result” refers to the aggregation result obtained by the “client management software”. The count result is displayed on the display 11 (see FIG. 4) and transmitted to the server 2 according to a user operation.

一方、図2(b)は、サーバー2の制御ブロック図である。サーバー2も、クライアント1と同様に、一般的なパーソナルコンピューターで実現され、ディスプレー21、キーボード22、マウス23、ネットワークインターフェース24、CPU25、ROM26、RAM27およびHDD28を備えている。   On the other hand, FIG. 2B is a control block diagram of the server 2. Similarly to the client 1, the server 2 is realized by a general personal computer and includes a display 21, a keyboard 22, a mouse 23, a network interface 24, a CPU 25, a ROM 26, a RAM 27, and an HDD 28.

ネットワークインターフェース24は、ネットワークNTと接続され、クライアント1と通信を行うためのインターフェースである。また、HDD28は、「OS(Operating System)」、「サーバー用管理ソフトウェア」、「プロジェクトデータ」および「サーバー用集計結果」を記憶する。   The network interface 24 is connected to the network NT and is an interface for communicating with the client 1. The HDD 28 also stores “OS (Operating System)”, “Server management software”, “Project data”, and “Server totaling results”.

「サーバー用管理ソフトウェア」とは、サーバー2において、プロジェクトの作業時間の集計を行うためのソフトウェアである。「サーバー用管理ソフトウェア」は、接続されている全てのクライアント1から集計結果を取得し、プロジェクト別に作業時間の合計(作業実績)を算出する。   The “server management software” is software for summarizing project work time in the server 2. The “server management software” acquires the total results from all the connected clients 1 and calculates the total work time (work results) for each project.

また、「プロジェクトデータ」とは、サーバー2の操作者(プロジェクト管理者)によって入力・設定されるデータであり、プロジェクト別に、プロジェクト名、キーワード、集計対象となるクライアント1の識別情報、作業予定などを含む。ここで、キーワードとは、そのプロジェクトに関連する作業を行っているか否かを判別するための文字列を指す。つまり、クライアント1のディスプレー11に表示されたウィンドウのタイトル情報に、任意のプロジェクトに関連付けられたキーワードが含まれる場合、そのウィンドウがアクティブ状態となっている時間を、任意のプロジェクトの作業時間として算出する。クライアント1では、プロジェクト別に、作業時間を累計したもの(以下、「作業累計時間」と称する)を集計結果としてサーバー2に提供する。また、サーバー2では、各クライアント1から提供された集計結果を合計する(以下、「作業合計時間」と称する)。一方、作業予定とは、日程や作業予定時間を指す。詳細については、後述する。   The “project data” is data input / set by the operator (project manager) of the server 2, and for each project, the project name, keywords, identification information of the client 1 to be aggregated, work schedule, etc. including. Here, the keyword refers to a character string for determining whether or not work related to the project is being performed. That is, when the title information of the window displayed on the display 11 of the client 1 includes a keyword associated with an arbitrary project, the time during which the window is active is calculated as the working time of the arbitrary project. To do. The client 1 provides the server 2 with the total work time for each project (hereinafter referred to as “total work time”) as a total result. Further, the server 2 sums up the total results provided from each client 1 (hereinafter referred to as “total work time”). On the other hand, the work schedule refers to the schedule and the scheduled work time. Details will be described later.

また、「サーバー用集計結果」とは、「サーバー用管理ソフトウェア」による集計結果を指す。当該集計結果、並びに当該集計結果と、プロジェクトデータ(作業予定)と、作業目標との対比結果は、ディスプレー21に表示される(図5参照)。   Further, the “aggregation result for server” refers to the aggregation result by “management software for server”. The total result, and the comparison result between the total result, the project data (work schedule), and the work target are displayed on the display 21 (see FIG. 5).

次に、図3を参照し、プロジェクト管理システムSYの機能構成について説明する。クライアント1は、主な機能構成として、ログ記録部110、キーワード設定部120、ログ指定部130、累計時間算出部140およびサーバー送信部150を備えている。   Next, the functional configuration of the project management system SY will be described with reference to FIG. The client 1 includes a log recording unit 110, a keyword setting unit 120, a log designation unit 130, an accumulated time calculation unit 140, and a server transmission unit 150 as main functional configurations.

ログ記録部110は、ディスプレー11に表示された全てのウィンドウのタイトル情報と、当該ウィンドウがアクティブ状態となっていた時間を示す時間情報を、HDD18内のログファイル領域(ログ領域)に記録する。「ウィンドウのタイトル情報」とは、ウィンドウ上部のタイトルバーに表記される情報(アイコンおよび文字列)を指す。一般的には、アプリケーション名(ソフトウェア名,プログラム名)と、ファイル名(ドキュメント名,コンテンツ名)を含む。また、アプリケーションがWebブラウザーの場合は、記事タイトルやサイト名などを含む。なお、タイトル情報として、アプリケーションがWebブラウザーの場合のURLや、アプリケーションがメールソフトの場合の、件名および送信先アドレスなどを記憶しても良い。   The log recording unit 110 records the title information of all windows displayed on the display 11 and the time information indicating the time during which the windows are in an active state in the log file area (log area) in the HDD 18. “Window title information” refers to information (icons and character strings) described in the title bar at the top of the window. Generally, it includes an application name (software name, program name) and a file name (document name, content name). When the application is a Web browser, the article title, site name, and the like are included. As title information, a URL when the application is a Web browser, a subject name and a destination address when the application is mail software, and the like may be stored.

また、「アクティブ状態」とは、ウィンドウがユーザーの操作対象となっていることを意味する。例えば、ディスプレー11上に複数のウィンドウを表示できるマルチウィンドウ環境において、複数のウィンドウが重なっている場合、一番手前に表示され、且つウィンドウ上部のタイトルバーの色が、他のウィンドウとは異なる状態を指す。また、「時間情報」とは、ウィンドウがアクティブ状態となっていた時間長(秒数)を示すものであっても良いし、アクティブ状態の開始時刻および終了時刻を示すものであっても良い。   The “active state” means that the window is a user operation target. For example, in a multi-window environment in which a plurality of windows can be displayed on the display 11, when a plurality of windows are overlapped, the color is displayed in the foreground and the title bar at the top of the window is different from other windows. Point to. The “time information” may indicate the length of time (seconds) that the window has been in the active state, or may indicate the start time and end time of the active state.

なお、ログ記録部110は、アクティブ状態となっているウィンドウに対し、一定時間以上操作が行われなかった場合、その間、当該ウィンドウが非アクティブ状態となったものとしてログを記録する。例えば、「時間情報」として、ウィンドウがアクティブ状態となっていた時間長(秒数)を示す場合は、非アクティブ状態となった時間を差し引いた時間を、時間情報としてログに記録する。また、「時間情報」として、アクティブ状態の開始時刻および終了時刻を示す場合は、非アクティブ状態と判断した時点で、ログの終了時刻を記録し、再度アクティブ状態となった時点で、別のログの開始時刻を記録する。なお、一定時間を「10秒」とした場合であって、0時0分10秒に「一定時間以上操作が行われなかった」と判定した場合は、0時0分0秒から非アクティブ状態となったと看做しても良いし、0時0分10から非アクティブ状態となったと看做しても良い。   Note that, when an operation is not performed for a certain period of time on a window that is in an active state, the log recording unit 110 records a log as if the window has become inactive during that time. For example, when “time information” indicates the length of time (in seconds) that the window has been in an active state, the time obtained by subtracting the time in which the window has been in an inactive state is recorded in the log as time information. In addition, when the start time and end time of the active state are indicated as “time information”, the end time of the log is recorded when it is determined to be inactive, and another log is recorded when it becomes active again. Record the start time of. If the fixed time is “10 seconds” and it is determined that “the operation has not been performed for a fixed time” at 00:00:10, the inactive state starts at 0: 0: 0. It may be considered that it has become, or it may be considered that it has become inactive from 00:00.

キーワード設定部120は、「クライアント用管理ソフトウェア」に対し、プロジェクト名を入力することにより、当該プロジェクトに関連付けられた1以上のキーワードを、サーバー2のHDD28(キーワード記憶部210)から読み出して設定する。上述の通り、サーバー2のHDD28には、「プロジェクトデータ」が記憶されており、プロジェクト名を引数としてキーワードを取得可能となっている。つまり、サーバー2は、クライアント1からプロジェクト名を取得すると、その応答としてキーワードを返信する。なお、サーバー2から「プロジェクトデータ」を各クライアント1に提供し、クライアント1側で、所望のプロジェクト名の選択およびキーワードの設定を行う構成としても良い。   The keyword setting unit 120 reads one or more keywords associated with the project from the HDD 28 (keyword storage unit 210) of the server 2 and sets them by inputting the project name to the “client management software”. . As described above, “project data” is stored in the HDD 28 of the server 2, and keywords can be acquired using the project name as an argument. That is, when the server 2 acquires the project name from the client 1, it returns a keyword as a response. The server 2 may provide “project data” to each client 1, and the client 1 may select a desired project name and set a keyword.

ログ指定部130は、キーボード12またはマウス13を用いて、ログファイル(ログ領域)の中の、タイトル情報にキーワードが含まれないログの中から、プロジェクトに関連する1以上のログを指定する。これにより、タイトル情報にキーワードが含まれないログについても、ユーザーにより、プロジェクトに関連する作業のログであると判断された場合は、そのログを、プロジェクトの作業対象とすることができる。例えば、プロジェクトに関わる文書作成のためにインターネット検索をした場合、Webブラウザーのウィンドウがアクティブ状態となっていたことを示すログを指定することで、その時間情報を、プロジェクトの作業時間に含めることができる。なお、「タイトル情報にキーワードが含まれる」とは、本実施形態において、タイトル情報に、設定された1以上のキーワードのうち少なくとも1のキーワードが含まれることを意味する。   Using the keyboard 12 or mouse 13, the log designation unit 130 designates one or more logs related to the project from logs in which no keyword is included in the title information in the log file (log area). As a result, even if a log that does not include a keyword in the title information is determined by the user as a work log related to the project, the log can be set as a work target of the project. For example, if you search the Internet to create a document related to a project, you can specify the log indicating that the web browser window is in the active state and include the time information in the work time of the project. it can. Note that “a keyword is included in the title information” means that in the present embodiment, the title information includes at least one keyword among the set one or more keywords.

累計時間算出部140は、ログファイルの中から、キーワード設定部120により設定されたキーワードがタイトル情報に含まれるログを抽出し、抽出した各ログの時間情報を累計することにより、プロジェクトの作業累計時間を算出する。また、ログ指定部130により1以上のログが指定された場合は、さらに当該1以上のログの時間情報を累計し、これを加算する。   The accumulated time calculation unit 140 extracts a log in which the keyword set by the keyword setting unit 120 is included in the title information from the log file, and accumulates the extracted time information of each log, thereby accumulating the project work accumulation. Calculate time. When one or more logs are designated by the log designation unit 130, the time information of the one or more logs is further accumulated and added.

サーバー送信部150は、ユーザーの指示により、累計時間算出部140により算出されたプロジェクトの作業累計時間と、ログファイルとして記録されたデータを、サーバー2に送信する。このように、ユーザーの集計結果(ログ指定部130によるユーザー編集結果を含むプロジェクトの作業累計時間)と、ユーザー編集結果を含まないログファイルの両方をサーバー2に送信することにより、サーバー2側では、必要に応じて、クライアント1側の集計結果の信憑性を検証することができる。また、クライアント1を操作するユーザーの不正集計抑止効果も期待できる。   The server transmission unit 150 transmits to the server 2 the total work time of the project calculated by the total time calculation unit 140 and data recorded as a log file in accordance with a user instruction. In this way, by sending both the user total result (the accumulated work time of the project including the user edit result by the log specifying unit 130) and the log file not including the user edit result to the server 2, the server 2 side If necessary, the credibility of the aggregated result on the client 1 side can be verified. In addition, it can be expected that the user who operates the client 1 will be prevented from illegal counting.

一方、サーバー2は、主な機能構成として、キーワード記憶部210、取得部220、合計時間算出部230および出力部240を備えている。   On the other hand, the server 2 includes a keyword storage unit 210, an acquisition unit 220, a total time calculation unit 230, and an output unit 240 as main functional components.

キーワード記憶部210は、プロジェクトデータの一部として、プロジェクト別に、1以上のキーワードを関連付けて記憶する。なお、複数のプロジェクトで、一部共通するキーワードを設定・記憶することも可能である。また、クライアント1でキーワードを追加可能としても良い。この場合、クライアント1で追加されたキーワードは、常にサーバー2(キーワード記憶部210)に送信・記憶され、他のクライアント1(プロジェクトメンバーが使用するクライアント1)に提供されることが好ましい。この構成によれば、クライアント1でキーワードが追加された場合でも、クライアント1およびサーバー2間で常に情報の同期を保つことができる。   The keyword storage unit 210 stores one or more keywords in association with each project as part of the project data. It is also possible to set and store some common keywords in multiple projects. The keyword may be added by the client 1. In this case, it is preferable that the keyword added by the client 1 is always transmitted and stored in the server 2 (keyword storage unit 210) and provided to another client 1 (client 1 used by project members). According to this configuration, even when a keyword is added in the client 1, information synchronization can always be maintained between the client 1 and the server 2.

取得部220は、接続された各クライアント1から集計結果(プロジェクトの作業累計時間)を取得する。なお、上述の通り、プロジェクトデータの一部として、集計対象となるクライアント1の識別情報を予め記憶しているため、任意のプロジェクトに対し、集計対象となるクライアント1以外から集計結果を取得した場合、これを無視する。これにより、プロジェクトメンバー以外の作業者が誤ってキーワードを設定した場合でも、その作業時間がサーバー2の集計結果に影響を与えることがないため、集計結果の信頼度を向上できる。   The acquisition unit 220 acquires the total result (project work accumulated time) from each connected client 1. As described above, since the identification information of the client 1 to be aggregated is stored in advance as part of the project data, the aggregation result is acquired from any project other than the client 1 to be aggregated. Ignore this. As a result, even if an operator other than the project member sets a keyword by mistake, the work time does not affect the total result of the server 2, so that the reliability of the total result can be improved.

合計時間算出部230は、各クライアントから取得したプロジェクトの作業累計時間をプロジェクト別に合計し、各プロジェクトの作業合計時間を算出する。   The total time calculation unit 230 adds up the accumulated work time of the projects acquired from each client for each project, and calculates the total work time of each project.

出力部240は、合計時間算出部230の算出結果を出力する。詳細については後述するが、算出した作業合計時間を作業実績とし、プロジェクトデータの一部として予め記憶しておいた作業予定と比較表示することで、作業の進捗状況を一目で把握できるように表示する。なお、算出結果の出力手段としては、ディスプレー21のみならず、音声案内、電子メール、近距離無線通信などを用いても良い。   The output unit 240 outputs the calculation result of the total time calculation unit 230. Although details will be described later, the calculated total work time is used as the actual work result, and the work schedule is stored in advance as part of the project data so that the progress of the work can be grasped at a glance. To do. Note that, as a calculation result output means, not only the display 21 but also voice guidance, electronic mail, short-range wireless communication, or the like may be used.

また、出力部240の出力結果は、作業を請け負う側が、作業発注者に対して報告するエビデンスとして利用できる。また、作業発注者は、クライアント用管理ソフトウェアおよびサーバー用管理ソフトウェアを用いたエビデンスの提出を発注条件とすることもできる。なお、出力部240により、合計時間算出部230の算出結果を、改ざんできないように暗号化して出力しても良い。この構成によれば、エビデンスの信頼性を向上できる。   Further, the output result of the output unit 240 can be used as evidence to be reported to the work orderer by the contractor. The work orderer can also make the ordering condition to submit evidence using the client management software and the server management software. Note that the output unit 240 may encrypt and output the calculation result of the total time calculation unit 230 so that it cannot be tampered with. According to this configuration, the reliability of evidence can be improved.

次に、図4および図5を参照し、クライアント1およびサーバー2の集計結果表示例について説明する。図4は、クライアント1のディスプレー11に表示されるクライアント集計結果表示画面の一例を示す図である。クライアント集計結果表示画面には、ログファイル表示領域41、キーワード表示領域42、ログ指定領域44および集計結果表示領域45が含まれる。   Next, with reference to FIG. 4 and FIG. 5, an example of displaying the total results of the client 1 and the server 2 will be described. FIG. 4 is a diagram illustrating an example of a client count result display screen displayed on the display 11 of the client 1. The client total result display screen includes a log file display area 41, a keyword display area 42, a log designation area 44, and a total result display area 45.

ログファイル表示領域41は、ログ記録部110で記録したログを、発生順に表示する。また、各ログには、ウィンドウがアクティブウィンドウとなった開始時刻、終了時刻、秒数およびウィンドウタイトル(タイトル情報)が含まれる。例えば、ログファイル表示領域41の最上段に示すログは、8時18分50秒から8時28分51秒までの601秒間、アクティブ状態となっており、そのタイトル情報は、「法人税−クライアントA−帳票AA」であったことを示している。タイトル情報のうち、「法人税」は、アプリケーション名、「クライアントA−帳票AA」は、ファイル名に相当する。   The log file display area 41 displays the logs recorded by the log recording unit 110 in the order of occurrence. Each log includes the start time, end time, number of seconds, and window title (title information) when the window becomes an active window. For example, the log shown at the top of the log file display area 41 is active for 601 seconds from 8:18:50 to 8:28:51, and the title information is “corporate tax-client A-form AA ”. In the title information, “corporate tax” corresponds to the application name, and “client A-form AA” corresponds to the file name.

なお、ログファイル表示領域41において、白抜き囲み枠付きログは、後述するキーワード表示領域42に入力されたキーワードを含むログであることを示している。また、網掛け囲み枠付きログは、ログファイル表示領域41上で、選択されたログ(後述するログ指定領域44に入力されるログ)であることを示している。   In the log file display area 41, a log with a white frame indicates that the log includes a keyword input to the keyword display area 42 described later. A log with a shaded frame indicates that the log is selected on the log file display area 41 (a log input to a log designation area 44 described later).

キーワード表示領域42は、キーワード設定部120で設定されたプロジェクト別のキーワードを表示する。同図の例は、プロジェクト名として「プロジェクトA」を入力し、キーワード設定ボタン43を押下することにより、サーバー2(キーワード記憶部210)から、関連するキーワード「クライアントA」を取得した状態を示している。なお、ログファイル表示領域41における白抜き囲み枠付きログは、キーワード表示領域42にキーワードが入力された時点で表示される。また、キーワードの設定は、プロジェクト作業前であっても良いし、プロジェクト作業中であっても良いし、プロジェクト作業終了後であっても良い。   The keyword display area 42 displays keywords for each project set by the keyword setting unit 120. The example in the figure shows a state in which “Project A” is input as the project name and the keyword setting button 43 is pressed to obtain the related keyword “Client A” from the server 2 (keyword storage unit 210). ing. The log with a white frame in the log file display area 41 is displayed when a keyword is input to the keyword display area 42. The keyword may be set before the project work, during the project work, or after the project work ends.

ログ指定領域44は、ログファイル表示領域41に表示されたログのうち、ユーザーが「プロジェクトA」の作業時間に該当すると判断し、選択したログを表示する。同図の例では、アプリケーション名「Web Browser」、タイトル名「Title」のウィンドウがアクティブ状態となった時間(70秒)を、作業時間に含めている。このように、プロジェクトに関連するキーワード「クライアントA」を含まないログであっても、ユーザー判断により、作業時間に含めることが可能である。   The log designation area 44 determines that the user corresponds to the work time of “Project A” among the logs displayed in the log file display area 41 and displays the selected log. In the example shown in the figure, the time (70 seconds) when the window having the application name “Web Browser” and the title name “Title” is activated is included in the work time. As described above, even a log that does not include the keyword “client A” related to the project can be included in the work time according to user judgment.

集計結果表示領域45は、累計時間算出部140の算出結果である集計結果を表示する。集計結果の表示は、キーワード表示領域42へのキーワードの入力、並びにログ指定領域44へのログの指定の後、集計ボタン46が押下されることにより行われる。同図に示すように、集計結果表示領域45には、キーワードに該当するプロジェクトの作業累計時間(ログファイル表示領域41における、白抜き囲み枠付きログの秒数を累計したもの)、指定されたログの作業累計時間(ログファイル表示領域41における、網掛け囲み枠付きログの秒数を累計したもの)、プロジェクトの作業累計時間(前者2つの作業累計時間を合計したもの)が表示される。   The total result display area 45 displays the total result that is the calculation result of the cumulative time calculation unit 140. The total result is displayed by inputting a keyword in the keyword display area 42 and specifying a log in the log designation area 44, and then pressing the total button 46. As shown in the figure, the totaled work display time of the project corresponding to the keyword (accumulated number of seconds of the log with a white frame in the log file display area 41) is specified in the total result display area 45. The accumulated work time of the log (the accumulated number of seconds of the log with the shaded frame in the log file display area 41) and the accumulated work time of the project (the sum of the former two accumulated work times) are displayed.

なお、集計結果表示領域45に集計結果が表示されている状態で、サーバー送信ボタン47が押下されると、集計結果(プロジェクトの作業累計時間)と、その日または前回送信後に記録されたログファイルと、をサーバー2に送信する。   When the server transmission button 47 is pressed in a state where the total result is displayed in the total result display area 45, the total result (cumulative work time of the project) and the log file recorded after that day or the previous transmission are displayed. Are transmitted to the server 2.

図5は、サーバー2のディスプレー21に表示されるサーバー集計結果表示画面の一例を示す図である。サーバー集計結果表示画面には、プロジェクト表示領域51、日程表示領域52、トータル作業実績表示領域53およびユーザー別作業実績表示領域54が含まれる。   FIG. 5 is a diagram illustrating an example of a server count result display screen displayed on the display 21 of the server 2. The server total result display screen includes a project display area 51, a schedule display area 52, a total work result display area 53, and a user-specific work result display area 54.

プロジェクト表示領域51は、プロジェクト名を表示する。本例では、プロジェクト別にサーバー集計結果表示画面を表示している。日程表示領域52は、プロジェクトデータの作業予定として予め記憶された日程(作業期間)を表示する。   The project display area 51 displays the project name. In this example, the server total result display screen is displayed for each project. The schedule display area 52 displays a schedule (work period) stored in advance as a work schedule of project data.

トータル作業実績表示領域53は、日付、作業予定時間、作業目標時間および作業実績時間を表示する。日付は、日程に合わせて表示される。なお、日付に付された丸印は、現在日を示している。作業予定時間は、プロジェクトデータの作業予定として予め記憶された時間である。つまり、プロジェクトの完成までに予想される全メンバーの作業時間の合計である。したがって、作業予定時間に対応する矢印は、日付の、日程開始時から日程最終日に相当する長さで表される。   The total work result display area 53 displays the date, scheduled work time, work target time, and work result time. The date is displayed according to the schedule. The circle attached to the date indicates the current date. The scheduled work time is a time stored in advance as a work schedule of project data. In other words, it is the total work time of all members expected to complete the project. Therefore, the arrow corresponding to the scheduled work time is represented by the length of the date corresponding to the last day of the schedule from the start of the schedule.

また、作業目標時間は、作業予定時間と日程とに基づいて、自動算出される時間である。本例では、作業予定時間を日程に含まれる実働日数で除算した時間を、1日あたりの目標時間とし、1日あたりの目標時間に経過日数を乗算することで、作業目標時間を算出している。なお、作業目標時間は、日別のメンバー数や勤務時間などに応じて調整しても良い。作業目標時間に対応する矢印は、作業予定時間との相対比に応じた長さで表される。   The work target time is a time automatically calculated based on the scheduled work time and the schedule. In this example, the target work time is calculated by multiplying the target time per day by the elapsed days, with the time obtained by dividing the scheduled work time by the actual working days included in the schedule as the target time per day. Yes. The work target time may be adjusted according to the number of members or the working hours for each day. The arrow corresponding to the work target time is represented by a length corresponding to the relative ratio with the work scheduled time.

また、作業実績時間は、これまでの(プロジェクト開始から現在までの)、各クライアント1による集計結果の合計を示している。作業実績時間に対応する矢印も、作業予定時間との相対比に応じた長さで表される。このように、トータル作業実績表示領域53では、全プロジェクトメンバーによるプロジェクトの進捗状況を一目で確認できる。   The work performance time indicates the total of the total results by each client 1 so far (from the start of the project to the present). An arrow corresponding to the actual work time is also represented by a length corresponding to a relative ratio to the planned work time. Thus, in the total work result display area 53, the progress of the project by all project members can be confirmed at a glance.

ユーザー別作業実績表示領域54は、ユーザー別目標時間と、ユーザー別実績時間を表示する。本例では、白帯でユーザー別目標時間を示し、黒帯でユーザー別実績時間を示している。ユーザー別目標時間は、トータル作業実績表示領域53に表示される目標時間を、メンバー数で除算することにより算出される。また、ユーザー別実績時間は、各クライアント1(各ユーザー)の集計結果を示している。このように、ユーザー別作業実績表示領域54では、ユーザー別の作業実績を一目で確認できる。なお、ユーザー別目標時間は、各ユーザーの経験年数や勤務時間を考慮し、異なる時間を設定しても良い。この場合、ユーザー別目標時間は、プロジェクトデータの一部として、予め記憶される。   The user-specific work result display area 54 displays a user-specific target time and a user-specific result time. In this example, the target time for each user is indicated by a white belt, and the actual time for each user is indicated by a black belt. The target time for each user is calculated by dividing the target time displayed in the total work result display area 53 by the number of members. Moreover, the performance time according to user has shown the total result of each client 1 (each user). In this way, the user-specific work results display area 54 allows the user-specific work results to be confirmed at a glance. The target time for each user may be set to a different time in consideration of the years of experience and working hours of each user. In this case, the target time for each user is stored in advance as part of the project data.

以上説明したとおり、本実施形態によれば、クライアント1において、ディスプレー11に表示された全てのウィンドウのタイトル情報と時間情報をログ記録しておくため、ログの記録後(プロジェクトの作業途中やプロジェクトの作業終了後)にキーワードを設定・変更することができる。これにより、プロジェクトの作業で実際に使用したアプリケーション名やファイル名をキーワードとして設定でき、ひいてはクライアント1における集計結果の精度を向上できる。   As described above, according to the present embodiment, since the title information and time information of all windows displayed on the display 11 are recorded in the client 1 in the log, after the log is recorded (in the middle of project work or project Keywords can be set / changed after the work is completed. As a result, the application name or file name actually used in the project work can be set as a keyword, and as a result, the accuracy of the counting result in the client 1 can be improved.

また、クライアント1のログ記録部110は、アクティブ状態となっているウィンドウに対し、一定時間以上操作が行われなかった場合、その間、当該ウィンドウが非アクティブ状態となったものとしてログを記録するため、ユーザーが休憩している間など、一定時間以上操作が行われなかった時間を集計結果から除くことができる。これにより、より正確な作業累計時間を算出できる。   In addition, when the log recording unit 110 of the client 1 has not been operated for a certain period of time with respect to the window in the active state, the log is recorded as the window being inactive during that time. The time when the user has not operated for a certain period of time, such as while the user is taking a break, can be excluded from the totaled result. Thereby, a more accurate accumulated work time can be calculated.

また、クライアント1のキーワード設定部120は、サーバー2のキーワード記憶部210から、キーワードを読み出して設定するため、複数人でプロジェクトの作業を進める場合、各クライアント1で共通のキーワードを設定することができる。これにより、クライアント1によって設定するキーワードが異なることがなく、集計結果の精度をさらに向上できる。   In addition, since the keyword setting unit 120 of the client 1 reads and sets the keyword from the keyword storage unit 210 of the server 2, when a plurality of people work on a project, it is possible to set a common keyword for each client 1. it can. Thereby, the keyword set by the client 1 does not differ, and the accuracy of the counting result can be further improved.

また、クライアント1は、ログファイルの中から、プロジェクトに関連する1以上のログを指定するログ指定部130を備えているため、タイトル情報にキーワードが含まれないログについても、ユーザーにより、プロジェクトに関連する作業のログであると判断された場合は、そのログの時間情報を、プロジェクトの作業時間に含めることができる。このように、ユーザー編集を可能とすることで、より正確な集計結果を得ることができる。   In addition, since the client 1 includes a log designation unit 130 that designates one or more logs related to the project from the log file, a log that does not include a keyword in the title information is also included in the project by the user. If it is determined that the log is related work, the time information of the log can be included in the work time of the project. In this way, by enabling user editing, a more accurate tabulation result can be obtained.

また、クライアント1のサーバー送信部150は、ユーザーの編集結果を含むプロジェクトの作業累計時間と、ユーザーの編集結果を含まないログファイルの両方をサーバー2に送信するため、サーバー2側では、クライアント1による集計結果の信憑性を検証することができる。また、これにより、クライアント1による不正集計を防止できる。   Further, since the server transmission unit 150 of the client 1 transmits both the accumulated work time of the project including the user's editing result and the log file not including the user's editing result to the server 2, the client 1 on the server 2 side It is possible to verify the credibility of the tabulation results. This also prevents unauthorized counting by the client 1.

なお、上記の実施形態では、クライアント1とユーザーが1:1対応するものとしたが、必ずしも1:1対応でなくても良い。この場合、各ユーザーは、ユーザーIDおよびパスワードの入力により、ログインして作業を開始する。そして、ログインしたユーザーID別に、作業累計時間を算出する。この構成によれば、ユーザーごとに使用するコンピューターが決まっていない場合や、一人のユーザーが複数のコンピューターを使用する場合でも、ユーザー別の作業累計時間を算出できる。   In the above-described embodiment, the client 1 and the user have a 1: 1 correspondence, but the 1: 1 correspondence is not necessarily required. In this case, each user logs in and starts work by inputting a user ID and a password. Then, the accumulated work time is calculated for each logged-in user ID. According to this configuration, the accumulated work time for each user can be calculated even when the computer to be used for each user is not determined or when one user uses a plurality of computers.

また、上記の実施形態では、「タイトル情報にキーワードが含まれる」とは、タイトル情報に、設定された1以上のキーワードのうち少なくとも1のキーワードが含まれることを指すものとしたが、設定された1以上のキーワードの全てが含まれることを条件としても良い。また、キーワードをAND条件やOR条件付きで設定可能としても良い。   Further, in the above-described embodiment, “the keyword is included in the title information” indicates that the title information includes at least one keyword among the set one or more keywords. It is also possible to make it a condition that all of one or more keywords are included. The keyword may be set with an AND condition or an OR condition.

なお、上記の実施形態に示したプロジェクト管理システムSY(クライアント1、サーバー2)の各構成要素をプログラムとして提供することが可能である。また、そのプログラムを各種記録媒体(CD−ROM、フラッシュメモリ等)に格納して提供することが可能である。すなわち、コンピューターをプロジェクト管理システムSYの各構成要素として機能させるためのプログラム、およびそれを記録した記録媒体も、本発明の権利範囲に含まれる。   It should be noted that each component of the project management system SY (client 1, server 2) shown in the above embodiment can be provided as a program. The program can be provided by being stored in various recording media (CD-ROM, flash memory, etc.). That is, a program for causing a computer to function as each component of the project management system SY and a recording medium on which the program is recorded are also included in the scope of rights of the present invention.

また、クライアント1をタブレット端末に適用したり、クライアント1をクラウドコンピューティングで動作させても良い。さらに、財務会計ソフトなどの業務アプリケーションに、本発明のクライアント用管理ソフトウェアおよびサーバー用管理ソフトウェアを組み込んで販売しても良い。その他、本発明の要旨を逸脱しない範囲で、適宜変更が可能である。   Further, the client 1 may be applied to a tablet terminal, or the client 1 may be operated by cloud computing. Further, the client management software and server management software of the present invention may be incorporated into a business application such as financial accounting software for sale. Other modifications can be made as appropriate without departing from the scope of the present invention.

1…クライアント 2…サーバー 110…ログ記録部 120…キーワード設定部 130…ログ指定部 140…累計時間算出部 150…サーバー送信部 210…キーワード記憶部 220…取得部 230…合計時間算出部 240…出力部 NT…ネットワーク SY…プロジェクト管理システム   DESCRIPTION OF SYMBOLS 1 ... Client 2 ... Server 110 ... Log recording part 120 ... Keyword setting part 130 ... Log designation part 140 ... Cumulative time calculation part 150 ... Server transmission part 210 ... Keyword storage part 220 ... Acquisition part 230 ... Total time calculation part 240 ... Output Department NT ... Network SY ... Project management system

Claims (8)

コンピューターが、
ディスプレーに表示された全てのウィンドウのタイトル情報と、当該ウィンドウがアクティブ状態となっていた時間を示す時間情報を、ログ領域に記録するログ記録ステップと、
プロジェクトに関連するキーワードを設定するキーワード設定ステップと、
前記ログ領域の中から、前記タイトル情報に前記キーワードが含まれるログを抽出し、抽出した各ログの前記時間情報を累計することにより、前記プロジェクトの作業累計時間を算出する累計時間算出ステップと、を実行することを特徴とするプロジェクト管理方法。
Computer
A log recording step for recording in the log area the title information of all windows displayed on the display and the time information indicating the time that the window has been active;
A keyword setting step to set keywords related to the project;
A cumulative time calculating step of extracting a log including the keyword in the title information from the log area, and calculating the cumulative work time of the project by totaling the time information of each extracted log; A project management method characterized by executing
コンピューターが、
前記ログ領域の中の、前記タイトル情報に前記キーワードが含まれないログの中から、前記プロジェクトに関連する1以上のログを指定するログ指定ステップをさらに実行し、
前記算出ステップは、前記タイトル情報に前記キーワードが含まれる各ログと、前記ログ指定ステップにより指定された1以上のログの、前記時間情報を累計することにより、前記プロジェクトの作業累計時間を算出することを特徴とする請求項1に記載のプロジェクト管理方法。
Computer
Further executing a log specifying step of specifying one or more logs related to the project from among the logs that do not include the keyword in the title information in the log area;
The calculation step calculates the cumulative work time of the project by totaling the time information of each log including the keyword in the title information and one or more logs specified by the log specification step. The project management method according to claim 1, wherein:
コンピューターが、
前記算出ステップにより算出した前記プロジェクトの作業累計時間と、前記ログ領域に記録されたデータを、サーバーに送信するサーバー送信ステップをさらに実行することを特徴とする請求項2に記載のプロジェクト管理方法。
Computer
3. The project management method according to claim 2, further comprising a server transmission step of transmitting the accumulated work time of the project calculated in the calculation step and the data recorded in the log area to a server.
前記ログ記録ステップは、アクティブ状態となっているウィンドウに対し、一定時間以上操作が行われなかった場合、その間、当該ウィンドウが非アクティブ状態となったものとしてログを記録することを特徴とする請求項1ないし3のいずれか1項に記載のプロジェクト管理方法。   In the log recording step, when an operation is not performed for a certain period of time on a window that is in an active state, a log is recorded as the window being in an inactive state during that time. Item 4. The project management method according to any one of Items 1 to 3. ディスプレーに表示された全てのウィンドウのタイトル情報と、当該ウィンドウがアクティブ状態となっていた時間を示す時間情報を、ログ領域に記録するログ記録部と、
プロジェクトに関連するキーワードを設定するキーワード設定部と、
前記ログ領域の中から、前記タイトル情報に前記キーワードが含まれるログを抽出し、抽出した各ログの前記時間情報を累計することにより、前記プロジェクトの作業累計時間を算出する累計時間算出部と、を備えたことを特徴とするプロジェクト管理装置。
A log recording unit that records title information of all windows displayed on the display and time information indicating a time during which the window is in an active state;
A keyword setting section for setting keywords related to the project;
From the log area, a log including the keyword in the title information is extracted, and by accumulating the time information of each extracted log, a cumulative time calculation unit that calculates a cumulative work time of the project, A project management apparatus comprising:
請求項5に記載のプロジェクト管理装置として機能する1以上のクライアントと、サーバーと、を備えたプロジェクト管理システムであって、
前記サーバーは、
各クライアントから、前記プロジェクトの作業累計時間を取得する取得部と、
各クライアントから取得した前記プロジェクトの作業累計時間を合計し、当該プロジェクトの作業合計時間を算出する合計時間算出部と、
前記合計時間算出部の算出結果を出力する出力部と、を備えたことを特徴とするプロジェクト管理システム。
A project management system comprising one or more clients functioning as the project management device according to claim 5 and a server,
The server
An acquisition unit that acquires the accumulated work time of the project from each client;
A total time calculation unit for calculating the total work time of the project by summing up the total work time of the project acquired from each client;
An output unit that outputs a calculation result of the total time calculation unit.
前記サーバーは、
プロジェクト別に、1以上の前記キーワードを関連付けて記憶するキーワード記憶部をさらに備え、
前記キーワード設定部は、所望のプロジェクトを指定することにより、当該プロジェクトに関連付けられた1以上の前記キーワードを前記キーワード記憶部から読み出して設定することを特徴とする請求項6に記載のプロジェクト管理システム。
The server
A keyword storage unit that stores one or more keywords in association with each project is further provided,
The project management system according to claim 6, wherein the keyword setting unit reads out and sets one or more keywords associated with the project from the keyword storage unit by designating a desired project. .
コンピューターに、請求項1ないし4のいずれか1項に記載のプロジェクト管理方法における各ステップを実行させるためのプログラム。   The program for making a computer perform each step in the project management method of any one of Claim 1 thru | or 4.
JP2012198168A 2012-09-10 2012-09-10 Project management method, project management device, project management system, and program Pending JP2014052931A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012198168A JP2014052931A (en) 2012-09-10 2012-09-10 Project management method, project management device, project management system, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012198168A JP2014052931A (en) 2012-09-10 2012-09-10 Project management method, project management device, project management system, and program

Publications (1)

Publication Number Publication Date
JP2014052931A true JP2014052931A (en) 2014-03-20

Family

ID=50611334

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012198168A Pending JP2014052931A (en) 2012-09-10 2012-09-10 Project management method, project management device, project management system, and program

Country Status (1)

Country Link
JP (1) JP2014052931A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016057721A (en) * 2014-09-08 2016-04-21 富士通株式会社 Desktop environment management program, desktop environment management method, and information processing device
JP2016076003A (en) * 2014-10-03 2016-05-12 富士通株式会社 Instruction history analysis program, instruction history analysis device, and instruction history analysis method
JP2020047050A (en) * 2018-09-20 2020-03-26 株式会社富士通エフサス Display control method, display control program, and display control device
JPWO2020250288A1 (en) * 2019-06-10 2020-12-17
JP2021111272A (en) * 2020-01-15 2021-08-02 フェアユース株式会社 Business analysis program, business analysis device and business analysis system
JP2021144755A (en) * 2019-10-15 2021-09-24 明豊ファシリティワークス株式会社 Man-hour system
CN114223189A (en) * 2019-10-08 2022-03-22 深圳市欢太科技有限公司 Duration statistical method and device, electronic equipment and computer readable medium

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016057721A (en) * 2014-09-08 2016-04-21 富士通株式会社 Desktop environment management program, desktop environment management method, and information processing device
JP2016076003A (en) * 2014-10-03 2016-05-12 富士通株式会社 Instruction history analysis program, instruction history analysis device, and instruction history analysis method
JP2020047050A (en) * 2018-09-20 2020-03-26 株式会社富士通エフサス Display control method, display control program, and display control device
JPWO2020250288A1 (en) * 2019-06-10 2020-12-17
JP7314997B2 (en) 2019-06-10 2023-07-26 日本電信電話株式会社 TIMELINE DISPLAY DEVICE, TIMELINE DISPLAY METHOD AND TIMELINE DISPLAY PROGRAM
CN114223189A (en) * 2019-10-08 2022-03-22 深圳市欢太科技有限公司 Duration statistical method and device, electronic equipment and computer readable medium
CN114223189B (en) * 2019-10-08 2024-06-04 深圳市欢太科技有限公司 Time length statistics method, device, electronic equipment and computer readable medium
JP2021144755A (en) * 2019-10-15 2021-09-24 明豊ファシリティワークス株式会社 Man-hour system
JP7297817B2 (en) 2019-10-15 2023-06-26 明豊ファシリティワークス株式会社 man hour system
JP2021111272A (en) * 2020-01-15 2021-08-02 フェアユース株式会社 Business analysis program, business analysis device and business analysis system

Similar Documents

Publication Publication Date Title
JP2014052931A (en) Project management method, project management device, project management system, and program
US9577912B2 (en) In-product micro-blogging for design sharing
US10887338B2 (en) Creating notes on lock screen
US20160071033A1 (en) Methods and apparatus for tracking construction material delivery
US9971803B2 (en) Method and system for embedding third party data into a SaaS business platform
US20160173467A1 (en) Document collaboration through networking credentials
US20140101094A1 (en) Enhanced quick search features, low-barrier commenting/interactive features in a collaboration platform
US9652739B2 (en) User interface (UI) control for attestation process
JP6298004B2 (en) Security countermeasure support apparatus and security countermeasure support method
US20140164044A1 (en) Use of enhanced user status to facilitate document workflow solutions
US20180349269A1 (en) Event triggered data retention
US8843882B1 (en) Systems, methods, and algorithms for software source code analytics and software metadata analysis
JP2018124730A (en) Information processing system, information processing method, and program
US20240029027A1 (en) Systems and methods to generate records within a collaboration environment
JP5341695B2 (en) Information processing system, information processing method, and program
JP2013101532A (en) Project management device, project management method, program, and storage medium
US10432700B2 (en) Conversation connected visualization of items based on a user created list
JP5825915B2 (en) Work man-hour calculating device, work man-hour calculating method, and program
JP6582467B2 (en) Program, workflow system and processing method
JP6007320B2 (en) Computer, relevance calculation method, and storage medium
WO2020188779A1 (en) Information processing device, information processing system, and information processing program
JP6786892B2 (en) Server equipment, information processing systems and programs
JP2017509940A (en) Systems, devices and methods for exchanging and processing data scales and objects
US20240095619A1 (en) Systems and methods to prioritize units of work within a collaboration environment
US20220342779A1 (en) Self-healing for data protection systems using automatic macro recording and playback

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20150108