Vendor RMA (Janela ID-53099)
Janela: Vendor RMA
Descrição: Manage Return Material Authorization
Ajudar: A Return Material Authorization may be required to accept returns and to create Credit Memos
TAB: Vendor RMA
Descrição: Vendor Return Material Authorization
Ajudar A Return Material Authorization may be required to accept returns and to create Credit Memos
Ficheiro:Vendor RMA - Vendor RMA - 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 |
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) NOT NULL String |
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 |
Comment/Help | Comentário/Ajuda | Comment or Hint | The Help field contains a hint, comment or help about the use of this item. | Help character varying(2000) Text |
Document Type | Tipo documento | Document type or rules | The Document Type determines document sequence and processing rules | C_DocType_ID numeric(10) NOT NULL Table |
RMA Type | RMA Type | Return Material Authorization Type | Types of RMA | M_RMAType_ID numeric(10) Table Direct |
Receipt | Receipt | Material Receipt Document | The Material Shipment / Receipt | InOut_ID numeric(10) NOT NULL Search |
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 |
Company Agent | Representante Comercial | Purchase or Company Agent | Purchase agent for the document. Any Sales Rep must be a valid internal user. | SalesRep_ID numeric(10) NOT NULL Search |
Amount | Montante | Amount | Amount | Amt numeric Amount |
Document Status | Documento Status | The current status of the document | The Document Status indicates the status of a document at this time. If you want to change the document status, use the Document Action field | DocStatus character(2) NOT NULL List |
Process RMA | Process RMA | null | null | DocAction character(2) NOT NULL Button |
Purchase Order | Encomenda Compras | Encomenda de Compras | Encomenda de Compras | C_Order_ID numeric(10) Search |
Create Order From RMA | Create Order From RMA | Creates an order based on this RMA Document. The RMA should be correct and completed. | Generate Order from RMA will create an order based on this RMA document. | GenerateTo character(1) Button |
TAB: RMA Line
Descrição: Return Material Authorization Line
Ajudar Detail information about the returned goods
Ficheiro:Vendor RMA - RMA 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 |
RMA | RMA | Return Material Authorization | A Return Material Authorization may be required to accept returns and to create Credit Memos | M_RMA_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 |
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 |
Description | Descrição | Optional short description of the record | A description is limited to 255 characters. | Description character varying(255) String |
Receipt Line | Expedição/Linha Recepção | Line on Shipment or Receipt document | The Shipment/Receipt Line indicates a unique line in a Shipment/Receipt document | M_InOutLine_ID numeric(10) Table Direct |
Charge | Encargos | Additional document charges | The Charge indicates a type of Charge (Handling, Shipping, Restocking) | C_Charge_ID numeric(10) Table Direct |
Quantity | Quantidade | Quantity | The Quantity indicates the number of a specific product or item for this document. | Qty numeric NOT NULL Quantity |
Amount | Montante | Amount | Amount | Amt numeric Amount |
Line Amount | Liquido de Linha | Line Net Amount (Quantity * Actual Price) without Freight and Charges | Indicates the line net amount based on the quantity and the actual price. Any additional charges or freight are not included. | LineNetAmt numeric Amount |