成績測定計算 (ウィンドウ ID-213)
ウィンドウ: 成績測定計算
説明: Define how you calculate your performance measures
助ける: The Performance Measure Calculation defines how performance measures will be calculated.
The sql needs to return a single value. Please check examples.
The date trestriction is defined in the Goal.
Any restrictions for Organizations, Business Partners, Products, etc. are as Performance Goal Restrictions.
TAB: 成績測定計算
説明: 成績測定計算をメンテナンスします。
助ける 成績測定計算は、どのように性能測定が計算されるかを定義します。例を見てください。
SELECT定義は、SQLのSELECT句とFROM句キーワードを大文字で含まなければなりません。WHERE定義は、大文字のWHEREキーワードを含まなければなりません。メインテーブルは別名ではいけません。WHERE節は、メインテーブルの値を含むことができるだけです。(例えば、ヘッダーと詳細から選ぶと、ヘッダーの変数だけがWHERE節で使用されます)そして、複数のテーブルがあれば、完全に選別されます。
ファイル:成績測定計算 - 成績測定計算 - ウィンドウ (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 |
Entity Type | 実体タイプ | Dictionary Entity Type; Determines ownership and synchronization | The Entity Types "Dictionary", "Adempiere" and "Application" might be automatically synchronized and customizations deleted or overwritten.
For customizations, copy the entity and select "User"! |
EntityType character varying(40) NOT NULL Table |
Sql SELECT | SQL SELECT句 | SQL SELECT clause | The Select Clause indicates the SQL SELECT clause to use for selecting the record for a measure calculation. Do not include the SELECT itself. | SelectClause character varying(2000) NOT NULL Text |
Sql WHERE | SQL WHERE句 | Fully qualified SQL WHERE clause | The Where Clause indicates the SQL WHERE clause to use for record selection. The WHERE clause is added to the query. Fully qualified means "tablename.columnname". | WhereClause character varying(2000) NOT NULL Text |
Date Column | 日付カラム | Fully qualified date column | The Date Column indicates the date to be used when calculating this measurement | DateColumn character varying(60) NOT NULL String |
Org Column | 組織カラム | Fully qualified Organization column (AD_Org_ID) | The Organization Column indicates the organization to be used in calculating this measurement. | OrgColumn character varying(60) String |
B.Partner Column | パートナーカラム | Fully qualified Business Partner key column (C_BPartner_ID) | The Business Partner Column indicates the Business Partner to use when calculating this measurement | BPartnerColumn character varying(60) String |
Product Column | 製品カラム | Fully qualified Product column (M_Product_ID) | The Product Column indicates the product to use to use when calculating this measurement. | ProductColumn character varying(60) String |
Table | テーブル | フィールドの情報が入ったテーブルです。 | テーブルは、フィールドが存在するテーブルを示しています。 | AD_Table_ID numeric(10) NOT NULL Table Direct |
Key Column | キーカラム | Key Column for Table | null | KeyColumn character varying(60) NOT NULL String |