成績測定 (ウィンドウ ID-215)
ウィンドウ: 成績測定
説明: Define your Performance Measures
助ける: The Performance Measure Window allows you to define the rules and restrictions for performance measurement. You can, for example, restrict performance measurement to sales for a certain product category for a defined time frame.
TAB: 測定
説明: 成績測定
助ける 成績測定タブは、日付の範囲と成績測定に使用される手法を定義します。
ファイル:成績測定 - 測定 - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Client | クライアント | このインストールのためのクライアント/テナントです。 | クライアントは会社または法人です。 クライアントの間のデータは共有することができません。 テナントはクライアントの同義語です。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | 組織 | クライアントの中の組織的な実体です。 | 組織は、クライアントまたは法人の単位です。-- 例えば店、部です。 組織の間のデータは共有することができます。 | AD_Org_ID numeric(10) NOT NULL Table Direct |
Name | 名前 | Alphanumeric identifier of the entity | The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length. | Name character varying(60) NOT NULL String |
Description | 説明 | レコードの任意の短い説明です。 | 説明は、255文字に制限されます。 | Description character varying(255) String |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
Measure Data Type | 測定データタイプ | Type of data - Status or in Time | Status represents values valid at a certain time (e.g. Open Invoices) - No history is maintained. Time represents a values at a given time (e.g. Invoice Amount on 1/1) - History is maintained |
MeasureDataType character(1) NOT NULL List |
Measure Type | 測定タイプ | Determines how the actual performance is derived | The Measure Type indicates how the actual measure is determined. For example, one measure may be manual while another is calculated. | MeasureType character(1) NOT NULL List |
Manual Actual | 手動実際 | Manually entered actual value | The Manual Active identifies a manually entered actual measurement value. | ManualActual numeric Number |
Note | メモ | Note for manual entry | The Note allows for entry for additional information regarding a manual entry. | ManualNote character varying(2000) Text |
Measure Calculation | 計算を測定 | Calculation method for measuring performance | The Measure Calculation indicates the method of measuring performance. | PA_MeasureCalc_ID numeric(10) Table Direct |
Calculation Class | 計算クラス | Java Class for calculation, implementing Interface Measure | The Calculation Class indicates the Java Class used for calculating measures. | CalculationClass character varying(60) String |
Ratio | 比率 | Performace Ratio | Calculation instruction set for a perfomance ratio | PA_Ratio_ID numeric(10) Table Direct |
Request Type | 要求タイプ | Type of request (e.g. Inquiry, Complaint, ..) | Request Types are used for processing and categorizing requests. Options are Account Inquiry, Warranty Issue, etc. | R_RequestType_ID numeric(10) Table Direct |
Project Type | プロジェクトタイプ | Type of the project | Type of the project with optional phases of the project with standard performance information | C_ProjectType_ID numeric(10) Table Direct |
Benchmark | ベンチマーク | Performance Benchmark | Data Series to compare internal performance with (e.g. stock price, ...) | PA_Benchmark_ID numeric(10) Table Direct |
Reporting Hierarchy | レポート階層構造 | Optional Reporting Hierarchy - If not selected the default hierarchy trees are used. | Reporting Hierarchy allows you to select different Hierarchies/Trees for the report.
Accounting Segments like Organization, Account, Product may have several hierarchies to accomodate different views on the business. |
PA_Hierarchy_ID numeric(10) Table Direct |
TAB: 達成
説明: 成績達成
助ける 成績達成タブは、達成されるためのタスクを定義します。成績は、達した業績の割合によって測定されます。
ファイル:成績測定 - 達成 - ウィンドウ (iDempiere 1.0.0).png
名前 | 名前 | 説明 | 助ける | 仕様書 |
---|---|---|---|---|
Client | クライアント | このインストールのためのクライアント/テナントです。 | クライアントは会社または法人です。 クライアントの間のデータは共有することができません。 テナントはクライアントの同義語です。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | 組織 | クライアントの中の組織的な実体です。 | 組織は、クライアントまたは法人の単位です。-- 例えば店、部です。 組織の間のデータは共有することができます。 | AD_Org_ID numeric(10) NOT NULL Table Direct |
Measure | 測定 | Concrete Performance Measurement | The Measure identifies a concrete, measurable indicator of performance. For example, sales dollars, prospects contacted. | PA_Measure_ID numeric(10) NOT NULL Table Direct |
Name | 名前 | Alphanumeric identifier of the entity | The name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length. | Name character varying(60) NOT NULL String |
Description | 説明 | レコードの任意の短い説明です。 | 説明は、255文字に制限されます。 | Description character varying(255) String |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
Sequence | 連続番号 | Method of ordering records; lowest number comes first | The Sequence indicates the order of records | SeqNo numeric(10) NOT NULL Integer |
Document Date | ドキュメント日付 | ドキュメントの日付です。 | ドキュメント日付はドキュメントが作られた日付を示します。 それは会計日付と同じ可能性があります。 | DateDoc timestamp without time zone Date |
Note | メモ | Optional additional user defined information | The Note field allows for optional entry of user defined information regarding this record | Note character varying(2000) Text |
Achieved | 達成済み | The goal is achieved | The Achieved checkbox indicates if this goal has been achieved. | IsAchieved character(1) NOT NULL Yes-No |
Manual Actual | 手動実際 | Manually entered actual value | The Manual Active identifies a manually entered actual measurement value. | ManualActual numeric NOT NULL Number |