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.
c_orderlinepickedit
To the database table (c_orderlinepickedit) of this entity.
Properties
Note:
- Properties marked with a * are part of the Id of the Entity.
- Properties marked with a # are part of the Identifier of the Entity.
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 |
|