SalesOrderLineCollection..::..AddNonInventoryItem Method

Namespace:  JiwaFinancials.Jiwa.JiwaSales.SalesOrder
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


public void AddNonInventoryItem(
	string PartNo,
	decimal DefaultPrice,
	decimal CostIn,
	ref Object NewKey,
	int LineNumber,
	bool JobInvoiceItem,
	bool UseSerials,
	bool UseExpiryDates,
	bool Discountable
)
Public Sub AddNonInventoryItem ( _
	PartNo As String, _
	DefaultPrice As Decimal, _
	CostIn As Decimal, _
	ByRef NewKey As Object, _
	LineNumber As Integer, _
	JobInvoiceItem As Boolean, _
	UseSerials As Boolean, _
	UseExpiryDates As Boolean, _
	Discountable As Boolean _
)
public:
void AddNonInventoryItem(
	String^ PartNo, 
	Decimal^ DefaultPrice, 
	Decimal^ CostIn, 
	Object^% NewKey, 
	int^ LineNumber, 
	bool^ JobInvoiceItem, 
	bool^ UseSerials, 
	bool^ UseExpiryDates, 
	bool^ Discountable
)

Parameters

PartNo
Type: String
DefaultPrice
Type: Decimal
CostIn
Type: Decimal
NewKey
Type: Object%
LineNumber
Type: Int32
JobInvoiceItem
Type: Boolean
UseSerials
Type: Boolean
UseExpiryDates
Type: Boolean
Discountable
Type: Boolean