LineCollection..::..ReadReceivalLine Method

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

Syntax


public void ReadReceivalLine(
	string SourceID,
	ref string PackSlipID,
	ref DateTime LastSavedDateTime,
	ref decimal OrderUnits,
	ref string IN_SupplierWarehouse_RecID,
	ref decimal FXCost,
	ref string SupplierPartNo,
	ref decimal QuantityReceived,
	ref decimal CurrencyRateUsed,
	ref string TaxID,
	ref decimal TaxRate,
	ref decimal TaxAmount,
	ref string SlipNo,
	ref bool PostedToWIP,
	ref decimal Cost,
	ref int FXDecimalPlaces,
	ref int HomeDecimalPlaces,
	ref string InventoryID,
	ref string PartNo,
	ref string Description,
	ref int QuantityDecimalPlaces,
	ref string JB_JobStages_RecID,
	ref int InvoiceLineNo,
	ref string POClassificationID,
	ref string OrderNo,
	ref string OrderID,
	ref int PurchaseOrderLineNo,
	ref PurchaseOrder..::..PurchaseOrderType PurchaseOrderType
)
Public Sub ReadReceivalLine ( _
	SourceID As String, _
	ByRef PackSlipID As String, _
	ByRef LastSavedDateTime As DateTime, _
	ByRef OrderUnits As Decimal, _
	ByRef IN_SupplierWarehouse_RecID As String, _
	ByRef FXCost As Decimal, _
	ByRef SupplierPartNo As String, _
	ByRef QuantityReceived As Decimal, _
	ByRef CurrencyRateUsed As Decimal, _
	ByRef TaxID As String, _
	ByRef TaxRate As Decimal, _
	ByRef TaxAmount As Decimal, _
	ByRef SlipNo As String, _
	ByRef PostedToWIP As Boolean, _
	ByRef Cost As Decimal, _
	ByRef FXDecimalPlaces As Integer, _
	ByRef HomeDecimalPlaces As Integer, _
	ByRef InventoryID As String, _
	ByRef PartNo As String, _
	ByRef Description As String, _
	ByRef QuantityDecimalPlaces As Integer, _
	ByRef JB_JobStages_RecID As String, _
	ByRef InvoiceLineNo As Integer, _
	ByRef POClassificationID As String, _
	ByRef OrderNo As String, _
	ByRef OrderID As String, _
	ByRef PurchaseOrderLineNo As Integer, _
	ByRef PurchaseOrderType As PurchaseOrder..::..PurchaseOrderType _
)
public:
void ReadReceivalLine(
	String^ SourceID, 
	String^% PackSlipID, 
	DateTime^% LastSavedDateTime, 
	Decimal^% OrderUnits, 
	String^% IN_SupplierWarehouse_RecID, 
	Decimal^% FXCost, 
	String^% SupplierPartNo, 
	Decimal^% QuantityReceived, 
	Decimal^% CurrencyRateUsed, 
	String^% TaxID, 
	Decimal^% TaxRate, 
	Decimal^% TaxAmount, 
	String^% SlipNo, 
	bool^% PostedToWIP, 
	Decimal^% Cost, 
	int^% FXDecimalPlaces, 
	int^% HomeDecimalPlaces, 
	String^% InventoryID, 
	String^% PartNo, 
	String^% Description, 
	int^% QuantityDecimalPlaces, 
	String^% JB_JobStages_RecID, 
	int^% InvoiceLineNo, 
	String^% POClassificationID, 
	String^% OrderNo, 
	String^% OrderID, 
	int^% PurchaseOrderLineNo, 
	PurchaseOrder..::..PurchaseOrderType^% PurchaseOrderType
)

Parameters

SourceID
Type: String
PackSlipID
Type: String%
LastSavedDateTime
Type: DateTime%
OrderUnits
Type: Decimal%
IN_SupplierWarehouse_RecID
Type: String%
FXCost
Type: Decimal%
SupplierPartNo
Type: String%
QuantityReceived
Type: Decimal%
CurrencyRateUsed
Type: Decimal%
TaxID
Type: String%
TaxRate
Type: Decimal%
TaxAmount
Type: Decimal%
SlipNo
Type: String%
PostedToWIP
Type: Boolean%
Cost
Type: Decimal%
FXDecimalPlaces
Type: Int32%
HomeDecimalPlaces
Type: Int32%
InventoryID
Type: String%
PartNo
Type: String%
Description
Type: String%
QuantityDecimalPlaces
Type: Int32%
JB_JobStages_RecID
Type: String%
InvoiceLineNo
Type: Int32%
POClassificationID
Type: String%
OrderNo
Type: String%
OrderID
Type: String%
PurchaseOrderLineNo
Type: Int32%
PurchaseOrderType
Type: JiwaFinancials.Jiwa.JiwaPurchaseOrders..::..PurchaseOrder..::..PurchaseOrderType%