システム色 (ウィンドウ ID-225)
提供: iDempiere ja
ウィンドウ: システム色
説明: Maintain System Colors
助ける: System colors are used for background and indicators
TAB: システム色
説明: バックグラウンドとインジケータのためのシステム色です。
助ける null
ファイル:システム色 - システム色 - ウィンドウ (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 |
Active | アクティブ | レコードはシステムでアクティブです。 | レコードをシステムで使用不可にするには、2つの方法があります:1つはレコードを削除することで、もう1つは、レコードを不活性化することです。不活性のレコードは選択できません。しかし、レポートには利用可能です。
不活性にする理由は2つあります: (1) システムは監査目的のためのレコードを必要とします。 (2) レコードは他のレコードによって参照されます。このパートナーレコードのための存在する請求書があれば、例えば、ビジネスパートナーを削除することはできません。ビジネスーパートナーを不活性化することで、それを防ぎます。このレコードは将来のエントリーに使用されます。 |
IsActive character(1) NOT NULL Yes-No |
Default | デフォルト | Default value | The Default Checkbox indicates if this record will be used as a default value. | IsDefault character(1) NOT NULL Yes-No |
Color Type | カラータイプ | Color presentation for this color | null | ColorType character(1) NOT NULL List |
Red | 赤 | RGB value | null | Red numeric(10) NOT NULL Integer |
2nd Red | 第2赤 | RGB value for second color | null | Red_1 numeric(10) Integer |
Green | グリーン | RGB value | null | Green numeric(10) NOT NULL Integer |
2nd Green | 第2グリーン | RGB value for second color | null | Green_1 numeric(10) Integer |
Blue | 青 | Color RGB blue value | null | Blue numeric(10) NOT NULL Integer |
2nd Blue | 第2青 | RGB value for second color | null | Blue_1 numeric(10) Integer |
Alpha | アルファ値 | Color Alpha value 0-255 | null | Alpha numeric(10) NOT NULL Integer |
2nd Alpha | 第2アルファ値 | Alpha value for second color | null | Alpha_1 numeric(10) Integer |
Start Point | スタート位置 | Start point of the gradient colors | The gradient starts at the start point (e.g. North). The repeat distance determines if and how often the gradient colors are repeated. If starting from southern points, the upper color is actually at the button. | StartPoint numeric(10) List |
Repeat Distance | 繰り返し距離 | Distance in points to repeat gradient color - or zero | The gradient color is not repeated, if the value is zero. The distance is added to (or subtracted from) the starting point of the gradient. | RepeatDistance numeric(10) Integer |
Line Width | 詳細幅 | Width of the lines | El ancho fisico de las lineas. | LineWidth numeric(10) Integer |
Line Distance | 詳細距離 | Distance between lines | null | LineDistance numeric(10) Integer |
Image | 画像 | Image or Icon | Images and Icon can be used to display supported graphic formats (gif, jpg, png).
You can either load the image (in the database) or point to a graphic via a URI (i.e. it can point to a resource, http address) |
AD_Image_ID numeric(10) Table Direct |
Image Alpha | 画像アルファ値 | Image Texture Composite Alpha | Composite Alpha factor for taint color. | ImageAlpha numeric NOT NULL Number |