LineCollection..::..ReadStockLevels Method

Namespace:  JiwaFinancials.Jiwa.JiwaPurchaseOrders
Assembly:  JiwaPurchaseOrders (in JiwaPurchaseOrders.dll)

Syntax


public void ReadStockLevels(
	string InventoryID,
	string IN_LogicalID,
	short MonthNo,
	decimal MinOrderUnits,
	ref decimal QuantityLeft,
	ref decimal QuantityMinSOH,
	ref decimal QuantitySafetyMin,
	ref decimal QuantitySafetyMax,
	ref decimal QuantityOnOrder,
	ref decimal QuantityTotalBackOrder,
	ref decimal QuantityAllocated,
	ref decimal RecommendedReOrderQuantity
)
Public Sub ReadStockLevels ( _
	InventoryID As String, _
	IN_LogicalID As String, _
	MonthNo As Short, _
	MinOrderUnits As Decimal, _
	ByRef QuantityLeft As Decimal, _
	ByRef QuantityMinSOH As Decimal, _
	ByRef QuantitySafetyMin As Decimal, _
	ByRef QuantitySafetyMax As Decimal, _
	ByRef QuantityOnOrder As Decimal, _
	ByRef QuantityTotalBackOrder As Decimal, _
	ByRef QuantityAllocated As Decimal, _
	ByRef RecommendedReOrderQuantity As Decimal _
)
public:
void ReadStockLevels(
	String^ InventoryID, 
	String^ IN_LogicalID, 
	short^ MonthNo, 
	Decimal^ MinOrderUnits, 
	Decimal^% QuantityLeft, 
	Decimal^% QuantityMinSOH, 
	Decimal^% QuantitySafetyMin, 
	Decimal^% QuantitySafetyMax, 
	Decimal^% QuantityOnOrder, 
	Decimal^% QuantityTotalBackOrder, 
	Decimal^% QuantityAllocated, 
	Decimal^% RecommendedReOrderQuantity
)

Parameters

InventoryID
Type: String
IN_LogicalID
Type: String
MonthNo
Type: Int16
MinOrderUnits
Type: Decimal
QuantityLeft
Type: Decimal%
QuantityMinSOH
Type: Decimal%
QuantitySafetyMin
Type: Decimal%
QuantitySafetyMax
Type: Decimal%
QuantityOnOrder
Type: Decimal%
QuantityTotalBackOrder
Type: Decimal%
QuantityAllocated
Type: Decimal%
RecommendedReOrderQuantity
Type: Decimal%