CashBook..::..ReadCreditorExtended Method

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

Syntax


public bool ReadCreditorExtended(
	ref string CreditorID,
	ref string CreditorAccountNo,
	ref string CreditorAccountName,
	ref string CreditorControlLedgerID,
	ref string CreditorControlLedgerAccountNo,
	ref string CreditorControlLedgerDescription,
	ref string CreditorDiscountsLedgerID,
	ref string CreditorDiscountsLedgerAccountNo,
	ref string CreditorDiscountsLedgerDescription,
	ref string BankName,
	ref string BankAccountNo,
	ref string BankAccountName,
	ref string BankBSBN,
	ref bool UsesFX,
	ref string CurrencyID,
	ref string CurrencyCode,
	ref int FXDecimalPlaces,
	ref CashBookTransactionCollection..::..DebtorCreditorPeriodTypes PeriodType,
	ref CashBookTransactionCollection..::..TermsTypes TermsType,
	ref int TermsDays,
	ref decimal CurrentBalance,
	ref decimal Period1Balance,
	ref decimal Period2Balance,
	ref decimal Period3Balance,
	ref decimal Period4Balance,
	bool UseCreditorAccountNoAsSeed
)
Public Function ReadCreditorExtended ( _
	ByRef CreditorID As String, _
	ByRef CreditorAccountNo As String, _
	ByRef CreditorAccountName As String, _
	ByRef CreditorControlLedgerID As String, _
	ByRef CreditorControlLedgerAccountNo As String, _
	ByRef CreditorControlLedgerDescription As String, _
	ByRef CreditorDiscountsLedgerID As String, _
	ByRef CreditorDiscountsLedgerAccountNo As String, _
	ByRef CreditorDiscountsLedgerDescription As String, _
	ByRef BankName As String, _
	ByRef BankAccountNo As String, _
	ByRef BankAccountName As String, _
	ByRef BankBSBN As String, _
	ByRef UsesFX As Boolean, _
	ByRef CurrencyID As String, _
	ByRef CurrencyCode As String, _
	ByRef FXDecimalPlaces As Integer, _
	ByRef PeriodType As CashBookTransactionCollection..::..DebtorCreditorPeriodTypes, _
	ByRef TermsType As CashBookTransactionCollection..::..TermsTypes, _
	ByRef TermsDays As Integer, _
	ByRef CurrentBalance As Decimal, _
	ByRef Period1Balance As Decimal, _
	ByRef Period2Balance As Decimal, _
	ByRef Period3Balance As Decimal, _
	ByRef Period4Balance As Decimal, _
	UseCreditorAccountNoAsSeed As Boolean _
) As Boolean
public:
bool^ ReadCreditorExtended(
	String^% CreditorID, 
	String^% CreditorAccountNo, 
	String^% CreditorAccountName, 
	String^% CreditorControlLedgerID, 
	String^% CreditorControlLedgerAccountNo, 
	String^% CreditorControlLedgerDescription, 
	String^% CreditorDiscountsLedgerID, 
	String^% CreditorDiscountsLedgerAccountNo, 
	String^% CreditorDiscountsLedgerDescription, 
	String^% BankName, 
	String^% BankAccountNo, 
	String^% BankAccountName, 
	String^% BankBSBN, 
	bool^% UsesFX, 
	String^% CurrencyID, 
	String^% CurrencyCode, 
	int^% FXDecimalPlaces, 
	CashBookTransactionCollection..::..DebtorCreditorPeriodTypes^% PeriodType, 
	CashBookTransactionCollection..::..TermsTypes^% TermsType, 
	int^% TermsDays, 
	Decimal^% CurrentBalance, 
	Decimal^% Period1Balance, 
	Decimal^% Period2Balance, 
	Decimal^% Period3Balance, 
	Decimal^% Period4Balance, 
	bool^ UseCreditorAccountNoAsSeed
)

Parameters

CreditorID
Type: String%
CreditorAccountNo
Type: String%
CreditorAccountName
Type: String%
CreditorControlLedgerID
Type: String%
CreditorControlLedgerAccountNo
Type: String%
CreditorControlLedgerDescription
Type: String%
CreditorDiscountsLedgerID
Type: String%
CreditorDiscountsLedgerAccountNo
Type: String%
CreditorDiscountsLedgerDescription
Type: String%
BankName
Type: String%
BankAccountNo
Type: String%
BankAccountName
Type: String%
BankBSBN
Type: String%
UsesFX
Type: Boolean%
CurrencyID
Type: String%
CurrencyCode
Type: String%
FXDecimalPlaces
Type: Int32%
PeriodType
Type: JiwaFinancials.Jiwa.JiwaCashBook..::..CashBookTransactionCollection..::..DebtorCreditorPeriodTypes%
TermsType
Type: JiwaFinancials.Jiwa.JiwaCashBook..::..CashBookTransactionCollection..::..TermsTypes%
TermsDays
Type: Int32%
CurrentBalance
Type: Decimal%
Period1Balance
Type: Decimal%
Period2Balance
Type: Decimal%
Period3Balance
Type: Decimal%
Period4Balance
Type: Decimal%
UseCreditorAccountNoAsSeed
Type: Boolean