Promotion (Janela ID-53074)
Janela: Promotion
Descrição: Setup promotion rule
Ajudar: null
TAB: Promotion
Descrição: null
Ajudar null
Ficheiro:Promotion - Promotion - 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 |
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 |
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 |
Relative Priority | Relative Priority | Which promotion should be apply to a product | The relative priority indicate the promotion to use when a product exists in more than one promotion. Promotion with the highest priority take precedence. | PromotionPriority numeric(10) NOT NULL Integer |
Campaign | Campanha | Marketing Campaign | The Campaign defines a unique marketing program. Projects can be associated with a pre defined Marketing Campaign. You can then report based on a specific Campaign. | C_Campaign_ID numeric(10) Table Direct |
TAB: Pre Condition
Descrição: null
Ajudar null
Ficheiro:Promotion - Pre Condition - 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 |
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 |
Promotion | Promotion | null | null | M_Promotion_ID numeric(10) NOT NULL Table Direct |
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 |
Business Partner | Terceiros | Identifica uma entidade externa à empresa (cliente, fornecedor, vendedor, etc. ) | Terceiros são todas as instituições, sociedades ou individuos com quem a empresa tem um relacionamento comercial ou de trabalho. Exemplos: clientes, fornecedores, funcionários, vendedores ou representantes comerciais, etc. | C_BPartner_ID numeric(10) Search |
Business Partner Group | Grupo de Terceiros | Business Partner Group | The Business Partner Group provides a method of defining defaults to be used for individual Business Partners. | C_BP_Group_ID numeric(10) Table Direct |
Price List | Tabela Preços | Unique identifier of a Price List | Price Lists are used to determine the pricing, margin and cost of items purchased or sold. | M_PriceList_ID numeric(10) Table Direct |
Warehouse | Armazém / Loja | Storage Warehouse and Service Point | The Warehouse identifies a unique Warehouse where products are stored or Services are provided. | M_Warehouse_ID numeric(10) Table Direct |
Promotion Code | Promotion Code | User entered promotion code at sales time | If present, user entered the promotion code at sales time to get this promotion | PromotionCode character varying(30) String |
Usage Counter | Usage Counter | Usage counter | Counter to record how many times this promotion have been used | PromotionCounter numeric(10) Integer |
Usage Limit | Usage Limit | Maximum usage limit | Maximum number of time this promotion can be use | PromotionUsageLimit numeric(10) Integer |
Start Date | Data Inicio | First effective day (inclusive) | The Start Date indicates the first or starting date of a range. | StartDate timestamp without time zone NOT NULL Date+Time |
End Date | Data Fim | Last effective date (inclusive) | The End Date indicates the last date in this range. | EndDate timestamp without time zone Date+Time |
Activity | Actividade | Business Activity | Activities indicate tasks that are performed and used to utilize Activity based Costing | C_Activity_ID numeric(10) Table Direct |
TAB: Promotion Line
Descrição: null
Ajudar null
Ficheiro:Promotion - Promotion Line - 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 |
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 |
Promotion | Promotion | null | null | M_Promotion_ID numeric(10) NOT NULL Table Direct |
Promotion Group | Promotion Group | null | null | M_PromotionGroup_ID numeric(10) Table Direct |
Minimum Amt | Montante Mínimo | Minumum Amout in Document Currency | null | MinimumAmt numeric Amount |
Mandatory Promotion Line | Mandatory Promotion Line | Order must have this promotion line | The mandatory promotion check box indicates that the order must have this promotion line | IsMandatoryPL character(1) NOT NULL Yes-No |
TAB: Quantity Distribution
Descrição: null
Ajudar null
Ficheiro:Promotion - Quantity Distribution - 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 |
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 |
Promotion | Promotion | null | null | M_Promotion_ID numeric(10) NOT NULL Table Direct |
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 |
Promotion Line | Promotion Line | null | null | M_PromotionLine_ID numeric(10) NOT NULL Table Direct |
Operation | Operação | null | null | Operation character varying(2) NOT NULL List |
Quantity | Quantidade | Quantity | The Quantity indicates the number of a specific product or item for this document. | Qty numeric NOT NULL Quantity |
Distribution Type | Distribution Type | Type of quantity distribution calculation using comparison qty and order qty as operand | null | DistributionType character(1) NOT NULL List |
Distribution Sorting | Distribution Sorting | Quantity distribution sorting by unit price | null | DistributionSorting character(1) List |
TAB: Reward
Descrição: null
Ajudar null
Ficheiro:Promotion - Reward - 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 |
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 |
Promotion | Promotion | null | null | M_Promotion_ID numeric(10) NOT NULL Table Direct |
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 |
For all distribution | For all distribution | This reward is for all distribution | null | IsForAllDistribution character(1) NOT NULL Yes-No |
Promotion Distribution | Promotion Distribution | null | null | M_PromotionDistribution_ID numeric(10) Table Direct |
Same distribution for source and target | Same distribution for source and target | Use the same distribution for source and target | Use the same distribution for source and target. Source distribution is for the entitlement of the reward, target distribution is the distribution to get the product to apply the reward to | IsSameDistribution character(1) Yes-No |
Target distribution | Target distribution | Get product from target distribution to apply the promotion reward | null | M_TargetDistribution_ID numeric(10) Table |
Reward Type | Reward Type | Type of reward which consists of percentage discount, flat discount or absolute amount | null | RewardType character(1) NOT NULL List |
Amount | Montante | Amount in a defined currency | The Amount indicates the amount for this document line. | Amount numeric Amount |
Quantity | Quantidade | Quantity | The Quantity indicates the number of a specific product or item for this document. | Qty numeric Quantity |
Distribution Sorting | Distribution Sorting | Quantity distribution sorting by unit price | null | DistributionSorting character(1) List |
Charge | Encargos | Additional document charges | The Charge indicates a type of Charge (Handling, Shipping, Restocking) | C_Charge_ID numeric(10) Table Direct |