Esquema de Descontos (Janela ID-233)
Janela: Esquema de Descontos
Descrição: Maintain Trade Discount Schema
Ajudar: Trade discount schema calculates the trade discount percentage
TAB: Esquema de Descontos
Descrição: Trade Discount Schema
Ajudar Trade discount schema calculates the trade discount percentage
Ficheiro:Esquema de Descontos - Esquema de Descontos - 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 |
Discount Type | Tipo Desconto | Type of trade discount calculation | Type of procedure used to calculate the trade discount percentage | DiscountType character(1) NOT NULL List |
Script | Script | Dynamic Java Language Script to calculate result | Use Java language constructs to define the result of the calculation | Script character varying(2000) Text |
B.Partner Flat Discount | Desconto Base do Terceiro | Use flat discount defined on Business Partner Level | For calculation of the discount, use the discount defined on Business Partner Level | IsBPartnerFlatDiscount character(1) NOT NULL Yes-No |
Flat Discount % | Desconto Base % | Flat discount percentage | null | FlatDiscount numeric Number |
Quantity based | Baseado na Quantidade | Trade discount break level based on Quantity (not value) | The calculation of the trade discount level is based on the quantity of the order and not the value amount of the order | IsQuantityBased character(1) NOT NULL Yes-No |
Accumulation Level | Nível de totalização | Level for cumulative calculations | null | CumulativeLevel character(1) List |
Renumber | Renumerar | Renumber Discount entries | null | Processing character(1) Button |
TAB: Desconto, Escalão
Descrição: Trade discount based on breaks (steps)
Ajudar null
Ficheiro:Esquema de Descontos - Desconto, Escalã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 |
Discount Schema | Esquema de Descontos | Esquema para calcular os descontos (em percentagem) sobre o preço | Após determinar/calcular o preço (base), este Esquema é aplicado para calcular o desconto sobre o preço e determinar o preço final. | M_DiscountSchema_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 |
Product Category | Categoria de Artigo | Category this product is part of | Identifies the category which this product belongs to. Product categories are used for pricing. | M_Product_Category_ID numeric(10) Table Direct |
Product | Artigo | Product, Service, Item | Identifies an item which is either purchased or sold in this organization. | M_Product_ID numeric(10) Search |
Break Value | Escalão, Valor | Low Value of trade discount break level | Starting Quantity or Amount Value for break level | BreakValue numeric NOT NULL Number |
B.Partner Flat Discount | Desconto Base do Terceiro | Use flat discount defined on Business Partner Level | For calculation of the discount, use the discount defined on Business Partner Level | IsBPartnerFlatDiscount character(1) NOT NULL Yes-No |
Break Discount % | Escalão, % Desconto | Trade Discount in Percent for the break level | Trade Discount in Percent for the break level | BreakDiscount numeric NOT NULL Number |