Click or drag to resize
StockLocationInventoryDetails Class
Product Lot is a building block for tracking Product quantity and cost within Stock Location. Each Product Lot record represents a certain amount of specific Product with the same unit price, which arrived to Stock Location at specific moment. “Amount” and “price” are used to track quantity and cost; and arrival time is used by Material Transactions to implement FIFO/LIFO logic.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoService.EntitiesStockLocationInventoryDetails

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class StockLocationInventoryDetails : CorrigoEntity

The StockLocationInventoryDetails type exposes the following members.

Properties
  NameDescription
Public propertyCreatedOn
Timestamp showing when Product Lot record was created; i.e. when this particular set of parts/materials was delivered to Stock Location.
Public propertyCurrencyTypeId
Currency type complementing Price.
Public propertyPrice
Unit price.
Public propertyProductId
Reference to Product.
Public propertyQuantity
Quantity.
Public propertyStockLocationId
Reference to parent Stock Location
Top
See Also