DebtorCreditorTransactionCollection..::..Add Method

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

Syntax


public DebtorCreditorTransaction Add(
	string TransID,
	string InvoiceNo,
	DateTime TranDate,
	int PeriodNo,
	DateTime TransactionDueDate,
	string Reference,
	string Remark,
	decimal FXAmount,
	decimal FXAllocatedAmount,
	int FXDecimalPlaces,
	bool AgedOut,
	int SubType,
	DateTime LastSavedDateTime,
	string DebtorCreditorID,
	string ChildDebtorID,
	string ChildDebtorAccountNo,
	string ChildDebtorName
)
Public Function Add ( _
	TransID As String, _
	InvoiceNo As String, _
	TranDate As DateTime, _
	PeriodNo As Integer, _
	TransactionDueDate As DateTime, _
	Reference As String, _
	Remark As String, _
	FXAmount As Decimal, _
	FXAllocatedAmount As Decimal, _
	FXDecimalPlaces As Integer, _
	AgedOut As Boolean, _
	SubType As Integer, _
	LastSavedDateTime As DateTime, _
	DebtorCreditorID As String, _
	ChildDebtorID As String, _
	ChildDebtorAccountNo As String, _
	ChildDebtorName As String _
) As DebtorCreditorTransaction
public:
DebtorCreditorTransaction^ Add(
	String^ TransID, 
	String^ InvoiceNo, 
	DateTime^ TranDate, 
	int^ PeriodNo, 
	DateTime^ TransactionDueDate, 
	String^ Reference, 
	String^ Remark, 
	Decimal^ FXAmount, 
	Decimal^ FXAllocatedAmount, 
	int^ FXDecimalPlaces, 
	bool^ AgedOut, 
	int^ SubType, 
	DateTime^ LastSavedDateTime, 
	String^ DebtorCreditorID, 
	String^ ChildDebtorID, 
	String^ ChildDebtorAccountNo, 
	String^ ChildDebtorName
)

Parameters

TransID
Type: String
InvoiceNo
Type: String
TranDate
Type: DateTime
PeriodNo
Type: Int32
TransactionDueDate
Type: DateTime
Reference
Type: String
Remark
Type: String
FXAmount
Type: Decimal
FXAllocatedAmount
Type: Decimal
FXDecimalPlaces
Type: Int32
AgedOut
Type: Boolean
SubType
Type: Int32
LastSavedDateTime
Type: DateTime
DebtorCreditorID
Type: String
ChildDebtorID
Type: String
ChildDebtorAccountNo
Type: String
ChildDebtorName
Type: String