View source | Discuss this page | Page history | Printable version   

ERP/3.0/Developers Guide/Reference/Entity Model/C RM RFC PE LINES

This article is protected against manual editing because it is automatically generated from Openbravo meta-data. Learn more about writing and translating such documents.
Back button.png   Back to ERP/3.0/Developers_Guide/Reference/Entity_Model#C_RM_RFC_PE_LINES


C_RM_RFC_PE_LINES

To the database table (C_RM_RFC_PE_LINES) of this entity.

Properties

Note:

Property Column Constraints Type Description
active Isactive java.lang.Boolean 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 reporting. There are two reasons for de-activating and not deleting records:

(1) The system requires the record for auditing purposes. (2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are existing invoices for it. By de-activating the Business Partner you prevent it from being used in future transactions.

attributeSetValue M_Attributesetinstance_ID AttributeSetInstance The values of the actual Product Attributes
businessPartner C_Bpartner_ID BusinessPartner A Business Partner is anyone with whom you transact. This can include a customer, vendor, employee or any combination of these.
client AD_Client_ID Mandatory
ADClient A Client is a company or a legal entity. You cannot share data between Clients.
obSelected OB_Selected java.lang.Boolean
createdBy Createdby ADUser The Created By field indicates the user who created this record.
creationDate Created java.util.Date The Created field indicates the date that this record was created.
returnReason C_Return_Reason_ID ReturnReason
id* C_RM_RFC_PE_LINES_ID Max Length: 32
java.lang.String
goodsShipmentLine M_Inoutline_ID Mandatory
MaterialMgmtShipmentInOutLine The Goods Shipment Line indicates a unique line in a Shipment document
inOutDocumentNumber# InOutNo Mandatory
Max Length: 30
java.lang.String
movementDate Movementdate Mandatory
java.util.Date The Movement Date indicates the date that a product moved in or out of inventory. This is the result of a shipment, receipt or inventory movement.
movementQuantity Movementqty Mandatory
java.math.BigDecimal The Movement Quantity indicates the quantity of a product that has been moved.
orderNo OrderNo Max Length: 30
java.lang.String
organization AD_Org_ID Organization An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations.
priceIncludesTax Istaxincluded java.lang.Boolean The Tax Included checkbox indicates if the prices include tax. This is also known as the gross price.
product M_Product_ID Product Identifies an item which is either purchased or sold in this organization.
returned Returned Mandatory
java.math.BigDecimal If it is checked means that the debt/payment has been returned by the bank.
returnOrder# ReturnOrderId Order
returnQtyOtherRM ReturnedQty java.math.BigDecimal Returned Quantity in other Return Material Orders
salesOrderLine C_Orderline_ID OrderLine A unique identifier and a reference to a sales order line (product).
salesTransaction Issotrx Mandatory
java.lang.Boolean The Sales Transaction checkbox indicates if this item is a Sales Transaction.
tax C_Tax_ID FinancialMgmtTaxRate The Tax indicates the type of tax for this document line.
unitPrice Priceactual java.math.BigDecimal The actual price indicates the price for a product in source currency.
uOM C_Uom_ID Mandatory
UOM The UOM defines a unique non monetary unit of measure
updated Updated java.util.Date The Updated field indicates the date that this record was updated.
updatedBy Updatedby ADUser The Updated By field indicates the user who updated this record.


Java Entity Class

 
 
 

Retrieved from "http://wiki.openbravo.com/wiki/ERP/3.0/Developers_Guide/Reference/Entity_Model/C_RM_RFC_PE_LINES"

This page has been accessed 752 times. This page was last modified on 5 August 2014, at 13:52. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.