Selecção Pagamento (Janela ID-206)
Janela: Selecção Pagamento
Descrição: Select Invoices for Payment
Ajudar: The Payment Selection Window allows you to select and process the invoices you want to pay. (a) You can create a Payment Selection and select the invoices manually or generate the suggestions based on criteria. You can change the amount to be paid or delete invoices, you do not want to pay.
(b) If you are happy with the Payment Selection, you create the payments.
(c) You print or export your payments in the Window Payment Print/Export
TAB: Pagamento, Selecção
Descrição: Define Payment
Ajudar The Payment Selection Tab defines the bank account and date of the payments to be made. You also create the payments here.
Ficheiro:Selecção Pagamento - Pagamento, Selecção - Janela (iDempiere 1.0.0).png
Nome | Nome | Descrição | Ajudar | Especificações |
---|---|---|---|---|
Payment Selection | Selecção Pagamentos | Payment Selection | The Payment Selection identifies a unique Payment | C_PaySelection_ID numeric(10) NOT NULL ID |
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 |
Bank Account | Conta de Banco | Account at the Bank | The Bank Account identifies an account at this Bank. | C_BankAccount_ID numeric(10) NOT NULL Table Direct |
Payment date | Pagamento, Data | Date Payment made | The Payment Date indicates the date the payment was made. | PayDate timestamp without time zone NOT NULL Date |
Approved | Aprovado | Indicates if this document requires approval | The Approved checkbox indicates if this document requires approval before it can be processed. | IsApproved character(1) NOT NULL Yes-No |
Total Amount | Valor Total | Total Amount | The Total Amount indicates the total document amount. | TotalAmt numeric NOT NULL Amount |
Create From ... | Criar de.... | null | null | CreateFrom character(1) Button |
Prepare Payment | Criar Pagamento | null | null | Processing character(1) Button |
Processed | Processado | The document has been processed | The Processed checkbox indicates that a document has been processed. | Processed character(1) NOT NULL Yes-No |
TAB: Pagamento, Linha Selecção
Descrição: Payment Selection Line
Ajudar The Payment Selection Line Tab defines the individual invoices an organization is paying to a Vendor with this payment.
Ficheiro:Selecção Pagamento - Pagamento, Linha Selecçã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 |
Payment Selection | Selecção Pagamentos | Payment Selection | The Payment Selection identifies a unique Payment | C_PaySelection_ID numeric(10) NOT NULL Table Direct |
Line No | N.º Linha | Unique line for this document | Indicates the unique line for a document. It will also control the display order of the lines within a document. | Line numeric(10) NOT NULL Integer |
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 |
Payment Rule | Modo de Pagamento | How you pay the invoice | The Payment Rule indicates the method of invoice payment. | PaymentRule character(1) NOT NULL List |
Invoice | Factura | Invoice Identifier | The Invoice Document. | C_Invoice_ID numeric(10) NOT NULL Search |
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 |
Open Amount | Valor em Aberto | Open item amount | null | OpenAmt numeric NOT NULL Amount |
Payment amount | Pagamento, montante | Amount being paid | Indicates the amount this payment is for. The payment amount can be for single or multiple invoices or a partial payment for an invoice. | PayAmt numeric NOT NULL Amount |
Discount Amount | Valor Desconto | Calculated amount of discount | The Discount Amount indicates the discount amount for a document or line. | DiscountAmt numeric NOT NULL Amount |
Difference | Diferença | null | null | DifferenceAmt numeric NOT NULL Amount |
Pay Selection Check | Verificação Selecção Pagamento | Payment Selection Check | null | C_PaySelectionCheck_ID numeric(10) Table Direct |
Processed | Processado | The document has been processed | The Processed checkbox indicates that a document has been processed. | Processed character(1) NOT NULL Yes-No |
TAB: Pagamento Gerado
Descrição: View Generated Payment after creating the Payments
Ajudar null
Ficheiro:Selecção Pagamento - Pagamento Gerado - 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 |
Payment Selection | Selecção Pagamentos | Payment Selection | The Payment Selection identifies a unique Payment | C_PaySelection_ID numeric(10) NOT NULL Table Direct |
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) NOT NULL Search |
Payment Rule | Modo de Pagamento | How you pay the invoice | The Payment Rule indicates the method of invoice payment. | PaymentRule character(1) NOT NULL List |
Quantity | Quantidade | Quantity | The Quantity indicates the number of a specific product or item for this document. | Qty numeric NOT NULL Integer |
Payment amount | Pagamento, montante | Amount being paid | Indicates the amount this payment is for. The payment amount can be for single or multiple invoices or a partial payment for an invoice. | PayAmt numeric NOT NULL Amount |
Discount Amount | Valor Desconto | Calculated amount of discount | The Discount Amount indicates the discount amount for a document or line. | DiscountAmt numeric NOT NULL Amount |
Document No | N.º Documento | Document sequence number of the document | The document number is usually automatically generated by the system and determined by the document type of the document. If the document is not saved, the preliminary number is displayed in "<>".
If the document type of your document has no automatic document sequence defined, the field is empty if you create a new document. This is for documents which usually have an external number (like vendor invoice). If you leave the field empty, the system will generate a document number for you. The document sequence used for this fallback number is defined in the "Maintain Sequence" window with the name "DocumentNo_<TableName>", where TableName is the actual name of the table (e.g. C_Order). |
DocumentNo character varying(30) String |
Receipt | Entrada | This is a sales transaction (receipt) | null | IsReceipt character(1) NOT NULL Yes-No |
Payment | ID Pagamento | Payment identifier | The Payment is a unique identifier of this payment. | C_Payment_ID numeric(10) Search |
Printed | Impresso | Indicates if this document / line is printed | The Printed checkbox indicates if this document or line will included when printing. | IsPrinted character(1) NOT NULL Yes-No |
Processed | Processado | The document has been processed | The Processed checkbox indicates that a document has been processed. | Processed character(1) NOT NULL Yes-No |