|
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 | |
| AAccountRow (System.Data.DataRowBuilder rb) | |
| Constructor. More... | |
| virtual void | InitValues () |
| set default values 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 | |
| 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 in Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountRow.
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
test for NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
inline |
assign NULL value
|
getset |
Defines whether the acount is active or not.
|
getset |
This identifies the account the financial transaction must be stored against.
|
getset |
This is a long description and is 80 characters long.
|
getset |
This is a short description which is 32 charcters long.
|
getset |
Income, Expense, Asset, Liability, Equity. Suspense accounts are in a_suspense_account.
|
getset |
Yes if the account has any analysis attributes.
|
getset |
Link to banking details to use for this account - only really used if this account is a bank account.
|
getset |
|
getset |
The type of budget. See the a_budget_type table.
|
getset |
|
getset |
User ID of who created this record.
|
getset |
The date the record was created.
|
getset |
The date the record was modified.
|
getset |
Defines if the the transcation is a debit or credit transaction.
|
getset |
This is a long description and is 80 characters long.
|
getset |
This is a short description which is 32 charcters long.
|
getset |
This defines which currency is being used.
|
getset |
|
getset |
|
getset |
This is used as a key field in most of the accounting system files.
|
getset |
This identifies the current version of the record.
|
getset |
User ID of who last modified this record.
|
getset |
|
getset |
|
getset |
|
getset |
Which type of cost centres may be combined with this account.