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

ERP/3.0/Developers Guide/Reference/Entity Model/c orderlinepickedit

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_orderlinepickedit


c_orderlinepickedit

To the database table (c_orderlinepickedit) of this entity.

Properties

Note:

Property Column Constraints Type Description
amount amount java.math.BigDecimal
discountsAmount discountsAmt java.math.BigDecimal The Discount Amount indicates the discount amount for a document or line.
documentNo documentNo Max Length: 30
java.lang.String 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 will be empty when creating 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 "Document Sequence" window with the name "DocumentNo_<TableName>", where TableName is the actual name of the table inside the database (e.g. C_Order).
lineNo# lineNo java.lang.Long Indicates the unique line for a document. It will also control the display order of the lines within a document.
attributeSetValue attributeSetValue AttributeSetInstance The values of the actual Product Attributes
id* id Max Length: 32
java.lang.String A unique identifier and a reference to a sales order line (product).
obSelected obSelected java.lang.Boolean
orderDate orderDate java.util.Date Indicates the Date an item was ordered.
originalOrderedQuantity originalOrderedQuantity java.math.BigDecimal The Ordered Quantity indicates the quantity of a product that was ordered.
price price java.math.BigDecimal The actual price indicates the price for a product in source currency.
product product Product Identifies an item which is either purchased or sold in this organization.
relatedQuantity relatedQuantity java.math.BigDecimal The Related Quantity indicates the quantity of services to be related to a product.
returnQtyOtherRM returnQtyOtherRM java.math.BigDecimal Returned Quantity in other Return Material Orders
salesOrder# salesOrder Order Unique identifier and a reference to a Sales Order originating from the document sequence defined for this document type.
unitDiscountsAmt unitDiscountsAmt java.math.BigDecimal


Java Entity Class

 
 
 

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

This page has been accessed 1,120 times. This page was last modified on 12 November 2019, at 08:20. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.