clsPurchaseOrders..::..Add Method

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

Syntax


public clsPurchaseOrder Add(
	string OrderID,
	string OrderNo,
	DateTime OrderDate,
	string CreditorID,
	string CreditorAccountNo,
	string CreditorName,
	decimal OrderQuantity,
	decimal PreviousDeliveredQuantity,
	decimal RemainingQuantity,
	DateTime ExpectedDate
)
Public Function Add ( _
	OrderID As String, _
	OrderNo As String, _
	OrderDate As DateTime, _
	CreditorID As String, _
	CreditorAccountNo As String, _
	CreditorName As String, _
	OrderQuantity As Decimal, _
	PreviousDeliveredQuantity As Decimal, _
	RemainingQuantity As Decimal, _
	ExpectedDate As DateTime _
) As clsPurchaseOrder
public:
clsPurchaseOrder^ Add(
	String^ OrderID, 
	String^ OrderNo, 
	DateTime^ OrderDate, 
	String^ CreditorID, 
	String^ CreditorAccountNo, 
	String^ CreditorName, 
	Decimal^ OrderQuantity, 
	Decimal^ PreviousDeliveredQuantity, 
	Decimal^ RemainingQuantity, 
	DateTime^ ExpectedDate
)

Parameters

OrderID
Type: String
OrderNo
Type: String
OrderDate
Type: DateTime
CreditorID
Type: String
CreditorAccountNo
Type: String
CreditorName
Type: String
OrderQuantity
Type: Decimal
PreviousDeliveredQuantity
Type: Decimal
RemainingQuantity
Type: Decimal
ExpectedDate
Type: DateTime