clsWarehouseTransfer..::..ReadInventory Method

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

Syntax


public bool ReadInventory(
	string InventoryID,
	ref string PartNo,
	ref string Description,
	ref int DecimalPlaces,
	ref decimal LastCost,
	ref int BOMObject,
	ref string DestinationBinLocation,
	ref string DefaultSourceBinLoc,
	ref bool UseSerials,
	ref bool UseExpiryDate,
	ref bool PhysicalItem,
	ref decimal QuantityAvailable,
	ref Object LedgerExpLiab_ID,
	ref Object LedgerExpLiab_AccountNo,
	ref Object LedgerExpAsset_ID,
	ref Object LedgerExpAsset_AccountNo,
	ref Object LedgerInvValue_ID,
	ref Object LedgerInvValue_AccountNo,
	ref Object LedgerMovement_COG_ID,
	ref Object LedgerMovement_COG_AccountNo,
	ref Object LedgerWriteOn_ID,
	ref Object LedgerWriteOn_AccountNo,
	ref Object LedgerWriteOFF_ID,
	ref Object LedgerWriteOFF_AccountNo,
	ref Object Weight,
	ref Object Cubic
)
Public Function ReadInventory ( _
	InventoryID As String, _
	ByRef PartNo As String, _
	ByRef Description As String, _
	ByRef DecimalPlaces As Integer, _
	ByRef LastCost As Decimal, _
	ByRef BOMObject As Integer, _
	ByRef DestinationBinLocation As String, _
	ByRef DefaultSourceBinLoc As String, _
	ByRef UseSerials As Boolean, _
	ByRef UseExpiryDate As Boolean, _
	ByRef PhysicalItem As Boolean, _
	ByRef QuantityAvailable As Decimal, _
	ByRef LedgerExpLiab_ID As Object, _
	ByRef LedgerExpLiab_AccountNo As Object, _
	ByRef LedgerExpAsset_ID As Object, _
	ByRef LedgerExpAsset_AccountNo As Object, _
	ByRef LedgerInvValue_ID As Object, _
	ByRef LedgerInvValue_AccountNo As Object, _
	ByRef LedgerMovement_COG_ID As Object, _
	ByRef LedgerMovement_COG_AccountNo As Object, _
	ByRef LedgerWriteOn_ID As Object, _
	ByRef LedgerWriteOn_AccountNo As Object, _
	ByRef LedgerWriteOFF_ID As Object, _
	ByRef LedgerWriteOFF_AccountNo As Object, _
	ByRef Weight As Object, _
	ByRef Cubic As Object _
) As Boolean
public:
bool^ ReadInventory(
	String^ InventoryID, 
	String^% PartNo, 
	String^% Description, 
	int^% DecimalPlaces, 
	Decimal^% LastCost, 
	int^% BOMObject, 
	String^% DestinationBinLocation, 
	String^% DefaultSourceBinLoc, 
	bool^% UseSerials, 
	bool^% UseExpiryDate, 
	bool^% PhysicalItem, 
	Decimal^% QuantityAvailable, 
	Object^% LedgerExpLiab_ID, 
	Object^% LedgerExpLiab_AccountNo, 
	Object^% LedgerExpAsset_ID, 
	Object^% LedgerExpAsset_AccountNo, 
	Object^% LedgerInvValue_ID, 
	Object^% LedgerInvValue_AccountNo, 
	Object^% LedgerMovement_COG_ID, 
	Object^% LedgerMovement_COG_AccountNo, 
	Object^% LedgerWriteOn_ID, 
	Object^% LedgerWriteOn_AccountNo, 
	Object^% LedgerWriteOFF_ID, 
	Object^% LedgerWriteOFF_AccountNo, 
	Object^% Weight, 
	Object^% Cubic
)

Parameters

InventoryID
Type: String
PartNo
Type: String%
Description
Type: String%
DecimalPlaces
Type: Int32%
LastCost
Type: Decimal%
BOMObject
Type: Int32%
DestinationBinLocation
Type: String%
DefaultSourceBinLoc
Type: String%
UseSerials
Type: Boolean%
UseExpiryDate
Type: Boolean%
PhysicalItem
Type: Boolean%
QuantityAvailable
Type: Decimal%
LedgerExpLiab_ID
Type: Object%
LedgerExpLiab_AccountNo
Type: Object%
LedgerExpAsset_ID
Type: Object%
LedgerExpAsset_AccountNo
Type: Object%
LedgerInvValue_ID
Type: Object%
LedgerInvValue_AccountNo
Type: Object%
LedgerMovement_COG_ID
Type: Object%
LedgerMovement_COG_AccountNo
Type: Object%
LedgerWriteOn_ID
Type: Object%
LedgerWriteOn_AccountNo
Type: Object%
LedgerWriteOFF_ID
Type: Object%
LedgerWriteOFF_AccountNo
Type: Object%
Weight
Type: Object%
Cubic
Type: Object%