成績グラフの色スキーマ (ウィンドウ ID-364)
ウィンドウ: 成績グラフの色スキーマ
説明: Maintain Performance Color Schema
助ける: Visual representation of performance by color. The Schema has often three levels (e.g. red-yellow-green). Adempiere support two levels (e.g. red-green) or four levels (e.g. gray-bronce-silver-gold). Note that Measures without a goal are represented white. The percentages could be beween 0 and unlimited (i.e. above 100%).
TAB: 色の構成
説明: 成績色の構成です。
助ける 色による成績の視覚表現です。構成には、3つのレベル(例えば、赤い黄色い緑色)があります。Adempiereは、2つのレベル(例えば、赤、緑)または4つのレベルで表示が可能です。(例えば、灰色、白、銀、金)。目標がない測定は白で表されることに注意してください。パーセントは0から無限までがあります。(つまり100より大きい)
ファイル:成績グラフの色スキーマ - 色の構成 - ウィンドウ (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 |
Mark 1 Percent | 1パーセントをマーク | Percentage up to this color is used | Example 50 - i.e. below 50% this color is used | Mark1Percent numeric(10) NOT NULL Integer |
Color 1 | 色1 | First color used | null | AD_PrintColor1_ID numeric(10) NOT NULL Table |
Mark 2 Percent | 2パーセントをマークしてください。 | Percentage up to this color is used | Example 80 - e.g., if Mark 1 is 50 - this color is used between 50% and 80% | Mark2Percent numeric(10) NOT NULL Integer |
Color 2 | 色2 | Second color used | null | AD_PrintColor2_ID numeric(10) NOT NULL Table |
Mark 3 Percent | 3パーセントをマークしてください。 | Percentage up to this color is used | Example 100 - e.g., if Mark 2 is 80 - this color is used between 80% and 100% | Mark3Percent numeric(10) Integer |
Color 3 | 色3 | Third color used | null | AD_PrintColor3_ID numeric(10) Table |
Mark 4 Percent | 4パーセントをマークしてください。 | Percentage up to this color is used | Example 9999 - e.g., if Mark 3 is 100 - this color is used above 100% | Mark4Percent numeric(10) Integer |
Color 4 | 色4 | Forth color used | null | AD_PrintColor4_ID numeric(10) Table |
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 |