OpenPetra
Free Administration Software for Non-Profits
|
Details about each account code within a ledger. Also holds information on the summary account structure for reporting. More...
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... | |
Details about each account code within a ledger. Also holds information on the summary account structure for reporting.
|
inline |
Constructor.
|
inlinevirtual |
set default values
Reimplemented from Ict.Petra.Shared.MFinance.Account.Data.AAccountRow.
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inline |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inline |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inline |
test for NULL value
|
inlineinherited |
test for NULL value
|
inlineinherited |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inline |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inline |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inline |
assign NULL value
|
inlineinherited |
assign NULL value
|
inlineinherited |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
getsetinherited |
Defines whether the acount is active or not.
|
getsetinherited |
This identifies the account the financial transaction must be stored against.
|
getsetinherited |
This is a long description and is 80 characters long.
|
getsetinherited |
This is a short description which is 32 charcters long.
|
getsetinherited |
Income, Expense, Asset, Liability, Equity. Suspense accounts are in a_suspense_account.
|
getsetinherited |
Yes if the account has any analysis attributes.
|
getset |
|
getsetinherited |
Link to banking details to use for this account - only really used if this account is a bank account.
|
getsetinherited |
|
getsetinherited |
The type of budget. See the a_budget_type table.
|
getset |
|
getsetinherited |
|
getsetinherited |
User ID of who created this record.
|
getsetinherited |
The date the record was created.
|
getsetinherited |
The date the record was modified.
|
getsetinherited |
Defines if the the transcation is a debit or credit transaction.
|
getsetinherited |
This is a long description and is 80 characters long.
|
getsetinherited |
This is a short description which is 32 charcters long.
|
getsetinherited |
This defines which currency is being used.
|
getsetinherited |
|
getsetinherited |
|
getsetinherited |
This is used as a key field in most of the accounting system files.
|
getsetinherited |
This identifies the current version of the record.
|
getsetinherited |
User ID of who last modified this record.
|
getsetinherited |
|
getsetinherited |
|
getset |
|
getsetinherited |
|
getsetinherited |
Which type of cost centres may be combined with this account.
|
getset |
|
getset |