OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountRow Class Reference

Details about each account code within a ledger. Also holds information on the summary account structure for reporting. More...

Inheritance diagram for Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountRow:
Ict.Petra.Shared.MFinance.Account.Data.AAccountRow

Public Member Functions

 GLSetupTDSAAccountRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
override void InitValues ()
 set default values More...
 
bool IsBankAccountFlagNull ()
 test for NULL value More...
 
void SetBankAccountFlagNull ()
 assign NULL value More...
 
bool IsCashAccountFlagNull ()
 test for NULL value More...
 
void SetCashAccountFlagNull ()
 assign NULL value More...
 
bool IsSuspenseAccountFlagNull ()
 test for NULL value More...
 
void SetSuspenseAccountFlagNull ()
 assign NULL value More...
 
bool IsYtdActualBaseNull ()
 test for NULL value More...
 
void SetYtdActualBaseNull ()
 assign NULL value More...
 
bool IsYtdActualForeignNull ()
 test for NULL value More...
 
void SetYtdActualForeignNull ()
 assign NULL value More...
 
bool IsLedgerNumberNull ()
 test for NULL value More...
 
void SetLedgerNumberNull ()
 assign NULL value More...
 
bool IsAccountCodeNull ()
 test for NULL value More...
 
void SetAccountCodeNull ()
 assign NULL value More...
 
bool IsAccountTypeNull ()
 test for NULL value More...
 
void SetAccountTypeNull ()
 assign NULL value More...
 
bool IsAccountCodeLongDescNull ()
 test for NULL value More...
 
void SetAccountCodeLongDescNull ()
 assign NULL value More...
 
bool IsAccountCodeShortDescNull ()
 test for NULL value More...
 
void SetAccountCodeShortDescNull ()
 assign NULL value More...
 
bool IsEngAccountCodeShortDescNull ()
 test for NULL value More...
 
void SetEngAccountCodeShortDescNull ()
 assign NULL value More...
 
bool IsEngAccountCodeLongDescNull ()
 test for NULL value More...
 
void SetEngAccountCodeLongDescNull ()
 assign NULL value More...
 
bool IsDebitCreditIndicatorNull ()
 test for NULL value More...
 
void SetDebitCreditIndicatorNull ()
 assign NULL value More...
 
bool IsAccountActiveFlagNull ()
 test for NULL value More...
 
void SetAccountActiveFlagNull ()
 assign NULL value More...
 
bool IsAnalysisAttributeFlagNull ()
 test for NULL value More...
 
void SetAnalysisAttributeFlagNull ()
 assign NULL value More...
 
bool IsStandardAccountFlagNull ()
 test for NULL value More...
 
void SetStandardAccountFlagNull ()
 assign NULL value More...
 
bool IsConsolidationAccountFlagNull ()
 test for NULL value More...
 
void SetConsolidationAccountFlagNull ()
 assign NULL value More...
 
bool IsIntercompanyAccountFlagNull ()
 test for NULL value More...
 
void SetIntercompanyAccountFlagNull ()
 assign NULL value More...
 
bool IsBudgetTypeCodeNull ()
 test for NULL value More...
 
void SetBudgetTypeCodeNull ()
 assign NULL value More...
 
bool IsPostingStatusNull ()
 test for NULL value More...
 
void SetPostingStatusNull ()
 assign NULL value More...
 
bool IsSystemAccountFlagNull ()
 test for NULL value More...
 
void SetSystemAccountFlagNull ()
 assign NULL value More...
 
bool IsBudgetControlFlagNull ()
 test for NULL value More...
 
void SetBudgetControlFlagNull ()
 assign NULL value More...
 
bool IsValidCcComboNull ()
 test for NULL value More...
 
void SetValidCcComboNull ()
 assign NULL value More...
 
bool IsForeignCurrencyFlagNull ()
 test for NULL value More...
 
void SetForeignCurrencyFlagNull ()
 assign NULL value More...
 
bool IsForeignCurrencyCodeNull ()
 test for NULL value More...
 
void SetForeignCurrencyCodeNull ()
 assign NULL value More...
 
bool IsBankingDetailsKeyNull ()
 test for NULL value More...
 
void SetBankingDetailsKeyNull ()
 assign NULL value More...
 
bool IsDateCreatedNull ()
 test for NULL value More...
 
void SetDateCreatedNull ()
 assign NULL value More...
 
bool IsCreatedByNull ()
 test for NULL value More...
 
void SetCreatedByNull ()
 assign NULL value More...
 
bool IsDateModifiedNull ()
 test for NULL value More...
 
void SetDateModifiedNull ()
 assign NULL value More...
 
bool IsModifiedByNull ()
 test for NULL value More...
 
void SetModifiedByNull ()
 assign NULL value More...
 
bool IsModificationIdNull ()
 test for NULL value More...
 
void SetModificationIdNull ()
 assign NULL value More...
 

Properties

bool BankAccountFlag [get, set]
 
bool CashAccountFlag [get, set]
 
bool SuspenseAccountFlag [get, set]
 
Decimal YtdActualBase [get, set]
 
Decimal YtdActualForeign [get, set]
 
Int32 LedgerNumber [get, set]
 This is used as a key field in most of the accounting system files. More...
 
String AccountCode [get, set]
 This identifies the account the financial transaction must be stored against. More...
 
String AccountType [get, set]
 Income, Expense, Asset, Liability, Equity. Suspense accounts are in a_suspense_account. More...
 
String AccountCodeLongDesc [get, set]
 This is a long description and is 80 characters long. More...
 
String AccountCodeShortDesc [get, set]
 This is a short description which is 32 charcters long. More...
 
String EngAccountCodeShortDesc [get, set]
 This is a short description which is 32 charcters long. More...
 
String EngAccountCodeLongDesc [get, set]
 This is a long description and is 80 characters long. More...
 
Boolean DebitCreditIndicator [get, set]
 Defines if the the transcation is a debit or credit transaction. More...
 
Boolean AccountActiveFlag [get, set]
 Defines whether the acount is active or not. More...
 
Boolean AnalysisAttributeFlag [get, set]
 Yes if the account has any analysis attributes. More...
 
Boolean StandardAccountFlag [get, set]
 
Boolean ConsolidationAccountFlag [get, set]
 
Boolean IntercompanyAccountFlag [get, set]
 
String BudgetTypeCode [get, set]
 The type of budget. See the a_budget_type table. More...
 
Boolean PostingStatus [get, set]
 
Boolean SystemAccountFlag [get, set]
 
Boolean BudgetControlFlag [get, set]
 
String ValidCcCombo [get, set]
 Which type of cost centres may be combined with this account. More...
 
Boolean ForeignCurrencyFlag [get, set]
 
String ForeignCurrencyCode [get, set]
 This defines which currency is being used. More...
 
Int32 BankingDetailsKey [get, set]
 Link to banking details to use for this account - only really used if this account is a bank account. More...
 
System.? DateTime DateCreated [get, set]
 The date the record was created. More...
 
String CreatedBy [get, set]
 User ID of who created this record. More...
 
System.? DateTime DateModified [get, set]
 The date the record was modified. More...
 
String ModifiedBy [get, set]
 User ID of who last modified this record. More...
 
DateTime ModificationId [get, set]
 This identifies the current version of the record. More...
 

Detailed Description

Details about each account code within a ledger. Also holds information on the summary account structure for reporting.

Constructor & Destructor Documentation

◆ GLSetupTDSAAccountRow()

Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountRow.GLSetupTDSAAccountRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

override void Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountRow.InitValues ( )
inlinevirtual

set default values

Reimplemented from Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.

◆ IsAccountActiveFlagNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.IsAccountActiveFlagNull ( )
inlineinherited

test for NULL value

◆ IsAccountCodeLongDescNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.IsAccountCodeLongDescNull ( )
inlineinherited

test for NULL value

◆ IsAccountCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.IsAccountCodeNull ( )
inlineinherited

test for NULL value

◆ IsAccountCodeShortDescNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.IsAccountCodeShortDescNull ( )
inlineinherited

test for NULL value

◆ IsAccountTypeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.IsAccountTypeNull ( )
inlineinherited

test for NULL value

◆ IsAnalysisAttributeFlagNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.IsAnalysisAttributeFlagNull ( )
inlineinherited

test for NULL value

◆ IsBankAccountFlagNull()

bool Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountRow.IsBankAccountFlagNull ( )
inline

test for NULL value

◆ IsBankingDetailsKeyNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.IsBankingDetailsKeyNull ( )
inlineinherited

test for NULL value

◆ IsBudgetControlFlagNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.IsBudgetControlFlagNull ( )
inlineinherited

test for NULL value

◆ IsBudgetTypeCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.IsBudgetTypeCodeNull ( )
inlineinherited

test for NULL value

◆ IsCashAccountFlagNull()

bool Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountRow.IsCashAccountFlagNull ( )
inline

test for NULL value

◆ IsConsolidationAccountFlagNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.IsConsolidationAccountFlagNull ( )
inlineinherited

test for NULL value

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.IsCreatedByNull ( )
inlineinherited

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.IsDateCreatedNull ( )
inlineinherited

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.IsDateModifiedNull ( )
inlineinherited

test for NULL value

◆ IsDebitCreditIndicatorNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.IsDebitCreditIndicatorNull ( )
inlineinherited

test for NULL value

◆ IsEngAccountCodeLongDescNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.IsEngAccountCodeLongDescNull ( )
inlineinherited

test for NULL value

◆ IsEngAccountCodeShortDescNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.IsEngAccountCodeShortDescNull ( )
inlineinherited

test for NULL value

◆ IsForeignCurrencyCodeNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.IsForeignCurrencyCodeNull ( )
inlineinherited

test for NULL value

◆ IsForeignCurrencyFlagNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.IsForeignCurrencyFlagNull ( )
inlineinherited

test for NULL value

◆ IsIntercompanyAccountFlagNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.IsIntercompanyAccountFlagNull ( )
inlineinherited

test for NULL value

◆ IsLedgerNumberNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.IsLedgerNumberNull ( )
inlineinherited

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.IsModificationIdNull ( )
inlineinherited

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.IsModifiedByNull ( )
inlineinherited

test for NULL value

◆ IsPostingStatusNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.IsPostingStatusNull ( )
inlineinherited

test for NULL value

◆ IsStandardAccountFlagNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.IsStandardAccountFlagNull ( )
inlineinherited

test for NULL value

◆ IsSuspenseAccountFlagNull()

bool Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountRow.IsSuspenseAccountFlagNull ( )
inline

test for NULL value

◆ IsSystemAccountFlagNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.IsSystemAccountFlagNull ( )
inlineinherited

test for NULL value

◆ IsValidCcComboNull()

bool Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.IsValidCcComboNull ( )
inlineinherited

test for NULL value

◆ IsYtdActualBaseNull()

bool Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountRow.IsYtdActualBaseNull ( )
inline

test for NULL value

◆ IsYtdActualForeignNull()

bool Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountRow.IsYtdActualForeignNull ( )
inline

test for NULL value

◆ SetAccountActiveFlagNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.SetAccountActiveFlagNull ( )
inlineinherited

assign NULL value

◆ SetAccountCodeLongDescNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.SetAccountCodeLongDescNull ( )
inlineinherited

assign NULL value

◆ SetAccountCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.SetAccountCodeNull ( )
inlineinherited

assign NULL value

◆ SetAccountCodeShortDescNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.SetAccountCodeShortDescNull ( )
inlineinherited

assign NULL value

◆ SetAccountTypeNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.SetAccountTypeNull ( )
inlineinherited

assign NULL value

◆ SetAnalysisAttributeFlagNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.SetAnalysisAttributeFlagNull ( )
inlineinherited

assign NULL value

◆ SetBankAccountFlagNull()

void Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountRow.SetBankAccountFlagNull ( )
inline

assign NULL value

◆ SetBankingDetailsKeyNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.SetBankingDetailsKeyNull ( )
inlineinherited

assign NULL value

◆ SetBudgetControlFlagNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.SetBudgetControlFlagNull ( )
inlineinherited

assign NULL value

◆ SetBudgetTypeCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.SetBudgetTypeCodeNull ( )
inlineinherited

assign NULL value

◆ SetCashAccountFlagNull()

void Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountRow.SetCashAccountFlagNull ( )
inline

assign NULL value

◆ SetConsolidationAccountFlagNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.SetConsolidationAccountFlagNull ( )
inlineinherited

assign NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.SetCreatedByNull ( )
inlineinherited

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.SetDateCreatedNull ( )
inlineinherited

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.SetDateModifiedNull ( )
inlineinherited

assign NULL value

◆ SetDebitCreditIndicatorNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.SetDebitCreditIndicatorNull ( )
inlineinherited

assign NULL value

◆ SetEngAccountCodeLongDescNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.SetEngAccountCodeLongDescNull ( )
inlineinherited

assign NULL value

◆ SetEngAccountCodeShortDescNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.SetEngAccountCodeShortDescNull ( )
inlineinherited

assign NULL value

◆ SetForeignCurrencyCodeNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.SetForeignCurrencyCodeNull ( )
inlineinherited

assign NULL value

◆ SetForeignCurrencyFlagNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.SetForeignCurrencyFlagNull ( )
inlineinherited

assign NULL value

◆ SetIntercompanyAccountFlagNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.SetIntercompanyAccountFlagNull ( )
inlineinherited

assign NULL value

◆ SetLedgerNumberNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.SetLedgerNumberNull ( )
inlineinherited

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.SetModificationIdNull ( )
inlineinherited

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.SetModifiedByNull ( )
inlineinherited

assign NULL value

◆ SetPostingStatusNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.SetPostingStatusNull ( )
inlineinherited

assign NULL value

◆ SetStandardAccountFlagNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.SetStandardAccountFlagNull ( )
inlineinherited

assign NULL value

◆ SetSuspenseAccountFlagNull()

void Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountRow.SetSuspenseAccountFlagNull ( )
inline

assign NULL value

◆ SetSystemAccountFlagNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.SetSystemAccountFlagNull ( )
inlineinherited

assign NULL value

◆ SetValidCcComboNull()

void Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.SetValidCcComboNull ( )
inlineinherited

assign NULL value

◆ SetYtdActualBaseNull()

void Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountRow.SetYtdActualBaseNull ( )
inline

assign NULL value

◆ SetYtdActualForeignNull()

void Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountRow.SetYtdActualForeignNull ( )
inline

assign NULL value

Property Documentation

◆ AccountActiveFlag

Boolean Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.AccountActiveFlag
getsetinherited

Defines whether the acount is active or not.

◆ AccountCode

String Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.AccountCode
getsetinherited

This identifies the account the financial transaction must be stored against.

◆ AccountCodeLongDesc

String Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.AccountCodeLongDesc
getsetinherited

This is a long description and is 80 characters long.

◆ AccountCodeShortDesc

String Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.AccountCodeShortDesc
getsetinherited

This is a short description which is 32 charcters long.

◆ AccountType

String Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.AccountType
getsetinherited

Income, Expense, Asset, Liability, Equity. Suspense accounts are in a_suspense_account.

◆ AnalysisAttributeFlag

Boolean Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.AnalysisAttributeFlag
getsetinherited

Yes if the account has any analysis attributes.

◆ BankAccountFlag

bool Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountRow.BankAccountFlag
getset

◆ BankingDetailsKey

Int32 Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.BankingDetailsKey
getsetinherited

Link to banking details to use for this account - only really used if this account is a bank account.

◆ BudgetControlFlag

Boolean Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.BudgetControlFlag
getsetinherited

◆ BudgetTypeCode

String Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.BudgetTypeCode
getsetinherited

The type of budget. See the a_budget_type table.

◆ CashAccountFlag

bool Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountRow.CashAccountFlag
getset

◆ ConsolidationAccountFlag

Boolean Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.ConsolidationAccountFlag
getsetinherited

◆ CreatedBy

String Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.CreatedBy
getsetinherited

User ID of who created this record.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.DateCreated
getsetinherited

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.DateModified
getsetinherited

The date the record was modified.

◆ DebitCreditIndicator

Boolean Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.DebitCreditIndicator
getsetinherited

Defines if the the transcation is a debit or credit transaction.

◆ EngAccountCodeLongDesc

String Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.EngAccountCodeLongDesc
getsetinherited

This is a long description and is 80 characters long.

◆ EngAccountCodeShortDesc

String Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.EngAccountCodeShortDesc
getsetinherited

This is a short description which is 32 charcters long.

◆ ForeignCurrencyCode

String Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.ForeignCurrencyCode
getsetinherited

This defines which currency is being used.

◆ ForeignCurrencyFlag

Boolean Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.ForeignCurrencyFlag
getsetinherited

◆ IntercompanyAccountFlag

Boolean Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.IntercompanyAccountFlag
getsetinherited

◆ LedgerNumber

Int32 Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.LedgerNumber
getsetinherited

This is used as a key field in most of the accounting system files.

◆ ModificationId

DateTime Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.ModificationId
getsetinherited

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.ModifiedBy
getsetinherited

User ID of who last modified this record.

◆ PostingStatus

Boolean Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.PostingStatus
getsetinherited

◆ StandardAccountFlag

Boolean Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.StandardAccountFlag
getsetinherited

◆ SuspenseAccountFlag

bool Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountRow.SuspenseAccountFlag
getset

◆ SystemAccountFlag

Boolean Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.SystemAccountFlag
getsetinherited

◆ ValidCcCombo

String Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.ValidCcCombo
getsetinherited

Which type of cost centres may be combined with this account.

◆ YtdActualBase

Decimal Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountRow.YtdActualBase
getset

◆ YtdActualForeign

Decimal Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountRow.YtdActualForeign
getset

The documentation for this class was generated from the following file: