ERP/3.0/Developers Guide/Reference/Entity Model/M StockReservationPEDataSource
This article is protected against manual editing because it is automatically generated from Openbravo meta-data. Learn more about writing and translating such documents.
M_StockReservationPEDataSource
To the database table (M_StockReservationPEDataSource) 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 |
id* | M_StockReservationPEDataSource_ID | Mandatory Max Length: 64 | java.lang.String | |
client | AD_Client_ID | ADClient | A Client is a company or a legal entity. You cannot share data between Clients. | |
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. | |
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. | |
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. | |
creationDate | Created | java.util.Date | The Created field indicates the date that this record was created. | |
createdBy | Createdby | ADUser | The Created By field indicates the user who created this record. | |
obSelected | OB_Selected | java.lang.Boolean | ||
reservationStock# | M_Reservation_Stock_ID | MaterialMgmtReservationStock | The Reservation Stock is each existing stock or purchased stock to fulfill the Reservation. | |
warehouse | M_Warehouse_ID | Warehouse | The Warehouse identifies a unique Warehouse where products are stored or Services are provided. | |
storageBin# | M_Locator_ID | Locator | The Locator ID indicates where in a Warehouse a product is located. | |
attributeSetValue# | M_Attributesetinstance_ID | AttributeSetInstance | ||
purchaseOrderLine# | C_Orderline_ID | OrderLine | A unique identifier and a reference to a sales order line (product). | |
availableQty | Availableqty | java.math.BigDecimal | Quantity available of the product in the storage bin | |
reservedinothers | Reservedinothers | java.math.BigDecimal | ||
quantity | Quantity | java.math.BigDecimal | Indicates the quantity of product needed to process one time the sequence. | |
released | Releasedqty | java.math.BigDecimal | Quantity released from the reservation. For example once it has been shipped to the customer. | |
allocated | Isallocated | java.lang.Boolean | An Allocated Reservation Stock means that the referenced stock and quantity can only be used to fulfill this Reservation. | |
salesOrderLine | Sales_Orderline_ID | OrderLine | ||
stockReservation | M_Reservation_ID | MaterialMgmtReservation | The Reservation is the definition of a product reservation is set the owner, the quantity and the desired dimensions. | |
reservationQuantity | Resqty | java.math.BigDecimal | ||
inventoryStatus | M_InventoryStatus_ID | MaterialMgmtInventoryStatus | The inventory status refers to the condition of a specific inventory (such as AVAILABLE, RETURN, DEFECT, TRANSIT) that is stored in a specific organization, warehouse and bin and for a product with a specific lot/serial and quantity. The inventory status can allow or disallow certain business processes.
|