系统颜色 (窗口 ID-225)
来自iDempiere zh
窗口: 系统颜色
描述: 维护系统颜色
幫助: System colors are used for background and indicators
TAB: 系统颜色
描述: System color for backgrounds and indicators
幫助 null
File:系统颜色 - 系统颜色 - 窗口 (iDempiere 1.0.0).png
名稱 | 名稱 | 描述 | 幫助 | 產品規格 |
---|---|---|---|---|
Client | 客户 | 安装此软件的客户 | 客户是一个公司或者合法的实体。你不能在客户之间共享数据。 | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | 机构 | 客户内的机构实体。 | An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations. | 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 | 有效 | 本记录有效 | There are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.
There are two reasons for de-activating and not deleting records: (1) The system requires the record for audit purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries. |
IsActive character(1) NOT NULL Yes-No |
Default | 缺省值 | 缺省值 | 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 值 | null | Red numeric(10) NOT NULL Integer |
2nd Red | 2nd Red | RGB 第二颜色值 | null | Red_1 numeric(10) Integer |
Green | 绿色 | RGB 值 | null | Green numeric(10) NOT NULL Integer |
2nd Green | 第二个绿色 | RGB 第二颜色值 | null | Green_1 numeric(10) Integer |
Blue | 蓝色 | 蓝色的RGB值 | null | Blue numeric(10) NOT NULL Integer |
2nd Blue | 第二个蓝色 | RGB 第二颜色值 | null | Blue_1 numeric(10) Integer |
Alpha | Alpha | 颜色Alpha值 0-255 | null | Alpha numeric(10) NOT NULL Integer |
2nd Alpha | 第二个Alpha | 第二个颜色Alpha值 | 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 | 线宽度 | 线的宽度 | null | LineWidth numeric(10) Integer |
Line Distance | 行距离 | 在线之间的距离 | null | LineDistance numeric(10) Integer |
Image | 图像 | 系统图像或图标 | null | AD_Image_ID numeric(10) Table Direct |
Image Alpha | 图像阿尔发 | 图像织法含有种种要素的阿尔发 | Composite Alpha factor for taint color. | ImageAlpha numeric NOT NULL Number |