模板:系統顏色 (窗口 ID-225 V1.0.0)
出自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 |
