Sistema, Côr (Janela ID-225)
Fonte: iDempiere pt
Janela: Sistema, Côr
Descrição: Maintain System Colors
Ajudar: System colors are used for background and indicators
TAB: Sistema, Côr
Descrição: System color for backgrounds and indicators
Ajudar null
Ficheiro:Sistema, Côr - Sistema, Côr - Janela (iDempiere 1.0.0).png
Nome | Nome | Descrição | Ajudar | Especificações |
---|---|---|---|---|
Client | Empresa | A Empresa instalada neste sistema. | A Empresa é a sociedade, grupo empresarial ou qualquer outra entidade legal instalada neste sistema. Não é possivel partilhar dados entre Empresas. | AD_Client_ID numeric(10) NOT NULL Table Direct |
Organization | Organismo | Unidade organizacional componente da Empresa | A estrutura é uma das unidades organizacionais que constituem a Empresa, estas entidades podem ter figura juridica ou serem meras abstracções de um modelo de organização empresarial. Como exemplos podemos citar o sector, departamento, armazem, loja ou empresa associada. É possivél e normal partilhar dados entre estruturas. | AD_Org_ID numeric(10) NOT NULL Table Direct |
Name | Nome | 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 | Activo | The record is active in the system | 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 | Padrão | 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 | Tipo Cor | Color presentation for this color | null | ColorType character(1) NOT NULL List |
Red | Vermelho | RGB value | null | Red numeric(10) NOT NULL Integer |
2nd Red | 2º Vermelho | RGB value for second color | null | Red_1 numeric(10) Integer |
Green | Verde | RGB value | null | Green numeric(10) NOT NULL Integer |
2nd Green | 2º Verde | RGB value for second color | null | Green_1 numeric(10) Integer |
Blue | Azul | Color RGB blue value | null | Blue numeric(10) NOT NULL Integer |
2nd Blue | 2º Azul | RGB value for second color | null | Blue_1 numeric(10) Integer |
Alpha | Alfanumérico | Color Alpha value 0-255 | null | Alpha numeric(10) NOT NULL Integer |
2nd Alpha | 2º Alfanumérico | Alpha value for second color | null | Alpha_1 numeric(10) Integer |
Start Point | Ponto Inicio | 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 | Repetir Distancia | 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 | Linha, largura | Width of the lines | null | LineWidth numeric(10) Integer |
Line Distance | Linha, distância | Distance between lines | null | LineDistance numeric(10) Integer |
Image | Imagem | System Image or Icon | null | AD_Image_ID numeric(10) Table Direct |
Image Alpha | Imagem Alfanumérica | Image Texture Composite Alpha | Composite Alpha factor for taint color. | ImageAlpha numeric NOT NULL Number |