Configurar Atributo (Janela ID-256)
Janela: Configurar Atributo
Descrição: Maintain Product Attribute Set
Ajudar: Define Product Attribute Sets to add additional attributes and values to the product. You need to define a Attribute Set if you want to enable Serial and Lot Number tracking.
TAB: Atributo, Definição
Descrição: Maintain Product Attribute Set
Ajudar Define Product Attribute Sets to add additional attributes and values to the product. You need to define a Attribute Set if you want to enable Serial and Lot Number and Guaragtee Date tracking. Note that the Guarantee Days here determine the Shelf Life of a product instance after manufacturing (the Guarantee Days on the product determines a Customer Service date after selling)
If the Attribute Set is mandatory, a product instance needs to be selected/created before shipping.
Ficheiro:Configurar Atributo - Atributo, Definição - 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 |
Description | Descrição | Optional short description of the record | A description is limited to 255 characters. | Description character varying(255) 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 |
Instance Attribute | Valores para Atributo | The product attribute is specific to the instance (like Serial No, Lot or Guarantee Date) | If selected, the individual instance of the product has this attribute - like the individual Serial or Lot Numbers or Guarantee Date of a product instance. If not selected, all instances of the product share the attribute (e.g. color=green). | IsInstanceAttribute character(1) NOT NULL Yes-No |
Lot | Lote | The product instances have a Lot Number | For individual products, you can define Lot Numbers | IsLot character(1) NOT NULL Yes-No |
Mandatory Lot | Lote obrigatório | The entry of Lot info is mandatory when creating a Product Instance | null | IsLotMandatory character(1) NOT NULL Yes-No |
Lot Control | Gestão Lotes | Product Lot Control | Definition to create Lot numbers for Products | M_LotCtl_ID numeric(10) Table Direct |
Lot Char Start Overwrite | Lot Char Start Overwrite | Lot/Batch Start Indicator overwrite - default « | If not defined, the default character « is used | LotCharSOverwrite character(1) String |
Lot Char End Overwrite | Lot Char End Overwrite | Lot/Batch End Indicator overwrite - default » | If not defined, the default character » is used | LotCharEOverwrite character(1) String |
Serial No | N.º Série | The product instances have Serial Numbers | For individual products, you can define Serial Numbers | IsSerNo character(1) NOT NULL Yes-No |
Mandatory Serial No | N.º Série obrigatório | The entry of a Serial No is mandatory when creating a Product Instance | null | IsSerNoMandatory character(1) NOT NULL Yes-No |
Serial No Control | Gestão N.º Série | Product Serial Number Control | Definition to create Serial numbers for Products | M_SerNoCtl_ID numeric(10) Table Direct |
SerNo Char Start Overwrite | SerNo Char Start Overwrite | Serial Number Start Indicator overwrite - default # | If not defined, the default character # is used | SerNoCharSOverwrite character(1) String |
SerNo Char End Overwrite | SerNo Char End Overwrite | Serial Number End Indicator overwrite - default empty | If not defined, no character is used | SerNoCharEOverwrite character(1) String |
Guarantee Date | Data Garantia | Product has Guarantee or Expiry Date | For individual products, you can define a guarantee or expiry date | IsGuaranteeDate character(1) NOT NULL Yes-No |
Mandatory Guarantee Date | Data de Garantia obrigatória | The entry of a Guarantee Date is mandatory when creating a Product Instance | null | IsGuaranteeDateMandatory character(1) NOT NULL Yes-No |
Guarantee Days | Dias Garantia | Number of days the product is guaranteed or available | If the value is 0, there is no limit to the availability or guarantee, otherwise the guarantee date is calculated by adding the days to the delivery date. | GuaranteeDays numeric(10) Integer |
Mandatory Type | Mandatory Type | The specification of a Product Attribute Instance is mandatory | null | MandatoryType character(1) NOT NULL List |
TAB: Atributo, Uso
Descrição: Attributes Used for the Product Attribute Set
Ajudar Attributes and Attribute Values used for the product
Ficheiro:Configurar Atributo - Atributo, Uso - 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 |
Attribute Set | Conjunto de Atributos | Product Attribute Set | Define Product Attribute Sets to add additional attributes and values to the product. You need to define a Attribute Set if you want to enable Serial and Lot Number tracking. | M_AttributeSet_ID numeric(10) NOT NULL Table Direct |
Attribute | Atributo | Product Attribute | Product Attribute like Color, Size | M_Attribute_ID numeric(10) NOT NULL Table Direct |
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 |
Sequence | Sequência | Metodo de ordenar registos; o numero mais baixo será o primeiro | A Sequência indica a ordem dos registos | SeqNo numeric(10) NOT NULL Integer |
TAB: Exclude
Descrição: Exclude the ability to enter Attribute Sets
Ajudar Create a record, if you want to exclude the ability to enter Product Attribute Set information.
Note that the information is cached. To have effect you may have to re-login or reset cache.
Ficheiro:Configurar Atributo - Exclude - 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 |
Attribute Set | Conjunto de Atributos | Product Attribute Set | Define Product Attribute Sets to add additional attributes and values to the product. You need to define a Attribute Set if you want to enable Serial and Lot Number tracking. | M_AttributeSet_ID numeric(10) NOT NULL Table Direct |
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 |
Table | Tabela | Table for the Fields | The Table indicates the table in which a field or fields reside. | AD_Table_ID numeric(10) NOT NULL Table Direct |
Sales Transaction | Vendas | This is a Sales Transaction | Esta checkbox indica se este item é uma transacção de Vendas. | IsSOTrx character(1) NOT NULL Yes-No |