LineCollection..::..AddNonInventoryItem Method

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

Syntax


public void AddNonInventoryItem(
	string PartNo,
	string PartDescription,
	string SupplierPartNo,
	string PurchasingClassificationID,
	int QuantityDecimalPlaces,
	decimal Cost,
	string TaxID,
	ref string NewKey,
	int LineNumber,
	ref string OrderLineID
)
Public Sub AddNonInventoryItem ( _
	PartNo As String, _
	PartDescription As String, _
	SupplierPartNo As String, _
	PurchasingClassificationID As String, _
	QuantityDecimalPlaces As Integer, _
	Cost As Decimal, _
	TaxID As String, _
	ByRef NewKey As String, _
	LineNumber As Integer, _
	ByRef OrderLineID As String _
)
public:
void AddNonInventoryItem(
	String^ PartNo, 
	String^ PartDescription, 
	String^ SupplierPartNo, 
	String^ PurchasingClassificationID, 
	int^ QuantityDecimalPlaces, 
	Decimal^ Cost, 
	String^ TaxID, 
	String^% NewKey, 
	int^ LineNumber, 
	String^% OrderLineID
)

Parameters

PartNo
Type: String
PartDescription
Type: String
SupplierPartNo
Type: String
PurchasingClassificationID
Type: String
QuantityDecimalPlaces
Type: Int32
Cost
Type: Decimal
TaxID
Type: String
NewKey
Type: String%
LineNumber
Type: Int32
OrderLineID
Type: String%