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 | |
GLSetupTDSAAccountTable () | |
constructor More... | |
GLSetupTDSAAccountTable (string ATablename) | |
constructor More... | |
GLSetupTDSAAccountTable (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) | |
constructor for serialization More... | |
override void | InitVars () |
assign columns to properties, set primary key More... | |
new GLSetupTDSAAccountRow | NewRowTyped (bool AWithDefaultValues) |
create a new typed row More... | |
new GLSetupTDSAAccountRow | NewRowTyped () |
create a new typed row, always with default values More... | |
new GLSetupTDSAAccountTable | GetChangesTyped () |
get typed set of changes More... | |
override OdbcParameter | CreateOdbcParameter (Int32 AColumnNr) |
get an odbc parameter for the given column More... | |
new DataTable | GetChanges () |
make sure that we use GetChangesType instead of GetChanges More... | |
virtual string | GetCustomReportPermission () |
string to indicate which permissions a user needs to access table for custom reports (e.g. "PTNRUSER", "OR(FINANCE-1,DEVUSER)", "AND(PTNRUSER,FINANCE-1)" This should be returned by method in derived class More... | |
virtual bool | IsAvailableForCustomReport () |
Is this table generally available in custom reports? More... | |
virtual List< String > | GetCustomReportFieldList () |
Return a list of fields that are available for custom reports More... | |
DataTable | GetChangesTypedInternal () |
our own version of GetChanges More... | |
void | RemoveColumnsNotInTableTemplate (DataTable ATableTemplate) |
remove columns that are not needed More... | |
Static Public Member Functions | |
static new string | GetTableName () |
return the CamelCase name of the table More... | |
static new string | GetTableDBName () |
return the name of the table as it is used in the database More... | |
static new string | GetTableDBLabel () |
static method to return the 'Label' of the table as it is used in the database (the 'Label' is usually a short description of what the db table is about) More... | |
static string | GetBankAccountFlagDBName () |
get the name of the field in the database for this column More... | |
static short | GetBankAccountFlagLength () |
get character length for column More... | |
static string | GetBankAccountFlagHelp () |
get the help text for the field in the database for this column More... | |
static string | GetCashAccountFlagDBName () |
get the name of the field in the database for this column More... | |
static short | GetCashAccountFlagLength () |
get character length for column More... | |
static string | GetCashAccountFlagHelp () |
get the help text for the field in the database for this column More... | |
static string | GetSuspenseAccountFlagDBName () |
get the name of the field in the database for this column More... | |
static short | GetSuspenseAccountFlagLength () |
get character length for column More... | |
static string | GetSuspenseAccountFlagHelp () |
get the help text for the field in the database for this column More... | |
static string | GetYtdActualBaseDBName () |
get the name of the field in the database for this column More... | |
static short | GetYtdActualBaseLength () |
get character length for column More... | |
static string | GetYtdActualBaseHelp () |
get the help text for the field in the database for this column More... | |
static string | GetYtdActualForeignDBName () |
get the name of the field in the database for this column More... | |
static short | GetYtdActualForeignLength () |
get character length for column More... | |
static string | GetYtdActualForeignHelp () |
get the help text for the field in the database for this column More... | |
static string | GetTableName (short ATableNumber) |
the table name in CamelCase More... | |
static OdbcParameter | CreateOdbcParameter (short ATableNumber, TSearchCriteria ASearchCriteria) |
create an odbc parameter for the given column More... | |
static OdbcParameter | CreateOdbcParameter (short ATableNumber, Int32 AColumnNr) |
create an odbc parameter for the given column More... | |
static string | GetLedgerNumberDBName () |
get the name of the field in the database for this column More... | |
static short | GetLedgerNumberLength () |
get character length for column More... | |
static string | GetLedgerNumberHelp () |
get the help text for the field in the database for this column More... | |
static string | GetAccountCodeDBName () |
get the name of the field in the database for this column More... | |
static short | GetAccountCodeLength () |
get character length for column More... | |
static string | GetAccountCodeHelp () |
get the help text for the field in the database for this column More... | |
static string | GetAccountTypeDBName () |
get the name of the field in the database for this column More... | |
static short | GetAccountTypeLength () |
get character length for column More... | |
static string | GetAccountTypeHelp () |
get the help text for the field in the database for this column More... | |
static string | GetAccountCodeLongDescDBName () |
get the name of the field in the database for this column More... | |
static short | GetAccountCodeLongDescLength () |
get character length for column More... | |
static string | GetAccountCodeLongDescHelp () |
get the help text for the field in the database for this column More... | |
static string | GetAccountCodeShortDescDBName () |
get the name of the field in the database for this column More... | |
static short | GetAccountCodeShortDescLength () |
get character length for column More... | |
static string | GetAccountCodeShortDescHelp () |
get the help text for the field in the database for this column More... | |
static string | GetEngAccountCodeShortDescDBName () |
get the name of the field in the database for this column More... | |
static short | GetEngAccountCodeShortDescLength () |
get character length for column More... | |
static string | GetEngAccountCodeShortDescHelp () |
get the help text for the field in the database for this column More... | |
static string | GetEngAccountCodeLongDescDBName () |
get the name of the field in the database for this column More... | |
static short | GetEngAccountCodeLongDescLength () |
get character length for column More... | |
static string | GetEngAccountCodeLongDescHelp () |
get the help text for the field in the database for this column More... | |
static string | GetDebitCreditIndicatorDBName () |
get the name of the field in the database for this column More... | |
static short | GetDebitCreditIndicatorLength () |
get character length for column More... | |
static string | GetDebitCreditIndicatorHelp () |
get the help text for the field in the database for this column More... | |
static string | GetAccountActiveFlagDBName () |
get the name of the field in the database for this column More... | |
static short | GetAccountActiveFlagLength () |
get character length for column More... | |
static string | GetAccountActiveFlagHelp () |
get the help text for the field in the database for this column More... | |
static string | GetAnalysisAttributeFlagDBName () |
get the name of the field in the database for this column More... | |
static short | GetAnalysisAttributeFlagLength () |
get character length for column More... | |
static string | GetAnalysisAttributeFlagHelp () |
get the help text for the field in the database for this column More... | |
static string | GetStandardAccountFlagDBName () |
get the name of the field in the database for this column More... | |
static short | GetStandardAccountFlagLength () |
get character length for column More... | |
static string | GetStandardAccountFlagHelp () |
get the help text for the field in the database for this column More... | |
static string | GetConsolidationAccountFlagDBName () |
get the name of the field in the database for this column More... | |
static short | GetConsolidationAccountFlagLength () |
get character length for column More... | |
static string | GetConsolidationAccountFlagHelp () |
get the help text for the field in the database for this column More... | |
static string | GetIntercompanyAccountFlagDBName () |
get the name of the field in the database for this column More... | |
static short | GetIntercompanyAccountFlagLength () |
get character length for column More... | |
static string | GetIntercompanyAccountFlagHelp () |
get the help text for the field in the database for this column More... | |
static string | GetBudgetTypeCodeDBName () |
get the name of the field in the database for this column More... | |
static short | GetBudgetTypeCodeLength () |
get character length for column More... | |
static string | GetBudgetTypeCodeHelp () |
get the help text for the field in the database for this column More... | |
static string | GetPostingStatusDBName () |
get the name of the field in the database for this column More... | |
static short | GetPostingStatusLength () |
get character length for column More... | |
static string | GetPostingStatusHelp () |
get the help text for the field in the database for this column More... | |
static string | GetSystemAccountFlagDBName () |
get the name of the field in the database for this column More... | |
static short | GetSystemAccountFlagLength () |
get character length for column More... | |
static string | GetSystemAccountFlagHelp () |
get the help text for the field in the database for this column More... | |
static string | GetBudgetControlFlagDBName () |
get the name of the field in the database for this column More... | |
static short | GetBudgetControlFlagLength () |
get character length for column More... | |
static string | GetBudgetControlFlagHelp () |
get the help text for the field in the database for this column More... | |
static string | GetValidCcComboDBName () |
get the name of the field in the database for this column More... | |
static short | GetValidCcComboLength () |
get character length for column More... | |
static string | GetValidCcComboHelp () |
get the help text for the field in the database for this column More... | |
static string | GetForeignCurrencyFlagDBName () |
get the name of the field in the database for this column More... | |
static short | GetForeignCurrencyFlagLength () |
get character length for column More... | |
static string | GetForeignCurrencyFlagHelp () |
get the help text for the field in the database for this column More... | |
static string | GetForeignCurrencyCodeDBName () |
get the name of the field in the database for this column More... | |
static short | GetForeignCurrencyCodeLength () |
get character length for column More... | |
static string | GetForeignCurrencyCodeHelp () |
get the help text for the field in the database for this column More... | |
static string | GetBankingDetailsKeyDBName () |
get the name of the field in the database for this column More... | |
static short | GetBankingDetailsKeyLength () |
get character length for column More... | |
static string | GetBankingDetailsKeyHelp () |
get the help text for the field in the database for this column More... | |
static string | GetDateCreatedDBName () |
get the name of the field in the database for this column More... | |
static short | GetDateCreatedLength () |
get character length for column More... | |
static string | GetDateCreatedHelp () |
get the help text for the field in the database for this column More... | |
static string | GetCreatedByDBName () |
get the name of the field in the database for this column More... | |
static short | GetCreatedByLength () |
get character length for column More... | |
static string | GetCreatedByHelp () |
get the help text for the field in the database for this column More... | |
static string | GetDateModifiedDBName () |
get the name of the field in the database for this column More... | |
static short | GetDateModifiedLength () |
get character length for column More... | |
static string | GetDateModifiedHelp () |
get the help text for the field in the database for this column More... | |
static string | GetModifiedByDBName () |
get the name of the field in the database for this column More... | |
static short | GetModifiedByLength () |
get character length for column More... | |
static string | GetModifiedByHelp () |
get the help text for the field in the database for this column More... | |
static string | GetModificationIdDBName () |
get the name of the field in the database for this column More... | |
static short | GetModificationIdLength () |
get character length for column More... | |
static string | GetModificationIdHelp () |
get the help text for the field in the database for this column More... | |
static void | ResetStaticVariables () |
reset the static variables for each Web Request call. More... | |
static string | GetTableNameSQL (short ATableNumber) |
the table name as it is in the SQL database More... | |
static TTypedTableInfo | GetTableByName (string ATableName) |
the table name in CamelCase More... | |
static string | GetColumnNameSQL (short ATableNumber, short AColumnNr) |
the column name as it is in the SQL database More... | |
static string | GetLabel (short ATableNumber, short AColumnNr) |
returns the translated label for the column More... | |
static Int32 | GetLength (short ATableNumber, short AColumnNr) |
get the maximum length for the field More... | |
static Int32 | GetLength (string ATableName, string AColumnName) |
get the maximum length for the field More... | |
static string[] | GetKeyColumnStringList (short ATableNumber, int[] AKeyColumnsOrder) |
get the names of the columns that are part of the key More... | |
static string[] | GetPrimaryKeyColumnStringList (short ATableNumber) |
get the names of the columns that are part of the primary key More... | |
static string[] | GetUniqueKeyColumnStringList (short ATableNumber) |
get the names of the columns that are part of the unique key More... | |
static int[] | GetPrimaryKeyColumnOrdList (short ATableNumber) |
get the order number of the columns that are part of the primary key More... | |
static int[] | GetUniqueKeyColumnOrdList (short ATableNumber) |
get the order number of the columns that are part of a unique key More... | |
static string[] | GetColumnStringList (short ATableNumber) |
get the names of the columns in this table More... | |
Public Attributes | |
DataColumn | ColumnBankAccountFlag |
DataColumn | ColumnCashAccountFlag |
DataColumn | ColumnSuspenseAccountFlag |
DataColumn | ColumnYtdActualBase |
DataColumn | ColumnYtdActualForeign |
DataColumn | ColumnLedgerNumber |
This is used as a key field in most of the accounting system files. More... | |
DataColumn | ColumnAccountCode |
This identifies the account the financial transaction must be stored against. More... | |
DataColumn | ColumnAccountType |
Income, Expense, Asset, Liability, Equity. Suspense accounts are in a_suspense_account. More... | |
DataColumn | ColumnAccountCodeLongDesc |
This is a long description and is 80 characters long. More... | |
DataColumn | ColumnAccountCodeShortDesc |
This is a short description which is 32 charcters long. More... | |
DataColumn | ColumnEngAccountCodeShortDesc |
This is a short description which is 32 charcters long. More... | |
DataColumn | ColumnEngAccountCodeLongDesc |
This is a long description and is 80 characters long. More... | |
DataColumn | ColumnDebitCreditIndicator |
Defines if the the transcation is a debit or credit transaction. More... | |
DataColumn | ColumnAccountActiveFlag |
Defines whether the acount is active or not. More... | |
DataColumn | ColumnAnalysisAttributeFlag |
Yes if the account has any analysis attributes. More... | |
DataColumn | ColumnStandardAccountFlag |
DataColumn | ColumnConsolidationAccountFlag |
DataColumn | ColumnIntercompanyAccountFlag |
DataColumn | ColumnBudgetTypeCode |
The type of budget. See the a_budget_type table. More... | |
DataColumn | ColumnPostingStatus |
DataColumn | ColumnSystemAccountFlag |
DataColumn | ColumnBudgetControlFlag |
DataColumn | ColumnValidCcCombo |
Which type of cost centres may be combined with this account. More... | |
DataColumn | ColumnForeignCurrencyFlag |
DataColumn | ColumnForeignCurrencyCode |
This defines which currency is being used. More... | |
DataColumn | ColumnBankingDetailsKey |
Link to banking details to use for this account - only really used if this account is a bank account. More... | |
DataColumn | ColumnDateCreated |
The date the record was created. More... | |
DataColumn | ColumnCreatedBy |
User ID of who created this record. More... | |
DataColumn | ColumnDateModified |
The date the record was modified. More... | |
DataColumn | ColumnModifiedBy |
User ID of who last modified this record. More... | |
DataColumn | ColumnModificationId |
This identifies the current version of the record. More... | |
bool | ThrowAwayAfterSubmitChanges = false |
if you want the datatable to be cleared after submitchanges. This will increase the speed significantly: no updating of modificationID, no slow AcceptChanges. More... | |
bool | DontThrowAwayAfterSubmitChanges = false |
if you want no warning about that the datatable should be cleared after submitchanges. in some cases you must keep the data, eg when you need the new keys after INSERT More... | |
Static Public Attributes | |
static new readonly short | TableId = 115 |
TableId for Ict.Common.Data generic functions. More... | |
static readonly short | ColumnBankAccountFlagId = 26 |
used for generic TTypedDataTable functions More... | |
static readonly short | ColumnCashAccountFlagId = 27 |
used for generic TTypedDataTable functions More... | |
static readonly short | ColumnSuspenseAccountFlagId = 28 |
used for generic TTypedDataTable functions More... | |
static readonly short | ColumnYtdActualBaseId = 29 |
used for generic TTypedDataTable functions More... | |
static readonly short | ColumnYtdActualForeignId = 30 |
used for generic TTypedDataTable functions More... | |
static readonly short | ColumnLedgerNumberId = 0 |
used for generic TTypedDataTable functions More... | |
static readonly short | ColumnAccountCodeId = 1 |
used for generic TTypedDataTable functions More... | |
static readonly short | ColumnAccountTypeId = 2 |
used for generic TTypedDataTable functions More... | |
static readonly short | ColumnAccountCodeLongDescId = 3 |
used for generic TTypedDataTable functions More... | |
static readonly short | ColumnAccountCodeShortDescId = 4 |
used for generic TTypedDataTable functions More... | |
static readonly short | ColumnEngAccountCodeShortDescId = 5 |
used for generic TTypedDataTable functions More... | |
static readonly short | ColumnEngAccountCodeLongDescId = 6 |
used for generic TTypedDataTable functions More... | |
static readonly short | ColumnDebitCreditIndicatorId = 7 |
used for generic TTypedDataTable functions More... | |
static readonly short | ColumnAccountActiveFlagId = 8 |
used for generic TTypedDataTable functions More... | |
static readonly short | ColumnAnalysisAttributeFlagId = 9 |
used for generic TTypedDataTable functions More... | |
static readonly short | ColumnStandardAccountFlagId = 10 |
used for generic TTypedDataTable functions More... | |
static readonly short | ColumnConsolidationAccountFlagId = 11 |
used for generic TTypedDataTable functions More... | |
static readonly short | ColumnIntercompanyAccountFlagId = 12 |
used for generic TTypedDataTable functions More... | |
static readonly short | ColumnBudgetTypeCodeId = 13 |
used for generic TTypedDataTable functions More... | |
static readonly short | ColumnPostingStatusId = 14 |
used for generic TTypedDataTable functions More... | |
static readonly short | ColumnSystemAccountFlagId = 15 |
used for generic TTypedDataTable functions More... | |
static readonly short | ColumnBudgetControlFlagId = 16 |
used for generic TTypedDataTable functions More... | |
static readonly short | ColumnValidCcComboId = 17 |
used for generic TTypedDataTable functions More... | |
static readonly short | ColumnForeignCurrencyFlagId = 18 |
used for generic TTypedDataTable functions More... | |
static readonly short | ColumnForeignCurrencyCodeId = 19 |
used for generic TTypedDataTable functions More... | |
static readonly short | ColumnBankingDetailsKeyId = 20 |
used for generic TTypedDataTable functions More... | |
static readonly short | ColumnDateCreatedId = 21 |
used for generic TTypedDataTable functions More... | |
static readonly short | ColumnCreatedById = 22 |
used for generic TTypedDataTable functions More... | |
static readonly short | ColumnDateModifiedId = 23 |
used for generic TTypedDataTable functions More... | |
static readonly short | ColumnModifiedById = 24 |
used for generic TTypedDataTable functions More... | |
static readonly short | ColumnModificationIdId = 25 |
used for generic TTypedDataTable functions More... | |
Protected Member Functions | |
override void | InitClass () |
create the columns More... | |
override System.Data.DataRow | NewRowFromBuilder (System.Data.DataRowBuilder builder) |
new typed row using DataRowBuilder More... | |
Static Protected Attributes | |
static SortedList< short, TTypedTableInfo > | TableInfo = new SortedList <short, TTypedTableInfo>() |
stores information about typed tables More... | |
Properties | |
new GLSetupTDSAAccountRow | this[int i] [get] |
Access a typed row by index. More... | |
override string | TableDBLabel [get] |
instance property to get the 'Label' of the table as it is used in the database (the 'Label' is usually a short description of what the db table is about) More... | |
int | Count [get] |
the number of rows in the current table More... | |
Details about each account code within a ledger. Also holds information on the summary account structure for reporting.
|
inline |
constructor
|
inline |
constructor
|
inline |
constructor for serialization
|
inlinevirtual |
get an odbc parameter for the given column
Reimplemented from Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.
|
inlinestaticinherited |
create an odbc parameter for the given column
|
inlinestaticinherited |
create an odbc parameter for the given column
|
inlinestaticinherited |
get the name of the field in the database for this column
|
inlinestaticinherited |
get the help text for the field in the database for this column
|
inlinestaticinherited |
get character length for column
|
inlinestaticinherited |
get the name of the field in the database for this column
|
inlinestaticinherited |
get the help text for the field in the database for this column
|
inlinestaticinherited |
get character length for column
|
inlinestaticinherited |
get the name of the field in the database for this column
|
inlinestaticinherited |
get the help text for the field in the database for this column
|
inlinestaticinherited |
get character length for column
|
inlinestaticinherited |
get the name of the field in the database for this column
|
inlinestaticinherited |
get the help text for the field in the database for this column
|
inlinestaticinherited |
get character length for column
|
inlinestaticinherited |
get the name of the field in the database for this column
|
inlinestaticinherited |
get the help text for the field in the database for this column
|
inlinestaticinherited |
get character length for column
|
inlinestaticinherited |
get the name of the field in the database for this column
|
inlinestaticinherited |
get the help text for the field in the database for this column
|
inlinestaticinherited |
get character length for column
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlinestaticinherited |
get the name of the field in the database for this column
|
inlinestaticinherited |
get the help text for the field in the database for this column
|
inlinestaticinherited |
get character length for column
|
inlinestaticinherited |
get the name of the field in the database for this column
|
inlinestaticinherited |
get the help text for the field in the database for this column
|
inlinestaticinherited |
get character length for column
|
inlinestaticinherited |
get the name of the field in the database for this column
|
inlinestaticinherited |
get the help text for the field in the database for this column
|
inlinestaticinherited |
get character length for column
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlineinherited |
make sure that we use GetChangesType instead of GetChanges
|
inline |
get typed set of changes
|
inlineinherited |
our own version of GetChanges
|
inlinestaticinherited |
the column name as it is in the SQL database
|
inlinestaticinherited |
get the names of the columns in this table
|
inlinestaticinherited |
get the name of the field in the database for this column
|
inlinestaticinherited |
get the help text for the field in the database for this column
|
inlinestaticinherited |
get character length for column
|
inlinestaticinherited |
get the name of the field in the database for this column
|
inlinestaticinherited |
get the help text for the field in the database for this column
|
inlinestaticinherited |
get character length for column
|
inlinevirtualinherited |
Return a list of fields that are available for custom reports
|
inlinevirtualinherited |
string to indicate which permissions a user needs to access table for custom reports (e.g. "PTNRUSER", "OR(FINANCE-1,DEVUSER)", "AND(PTNRUSER,FINANCE-1)" This should be returned by method in derived class
|
inlinestaticinherited |
get the name of the field in the database for this column
|
inlinestaticinherited |
get the help text for the field in the database for this column
|
inlinestaticinherited |
get character length for column
|
inlinestaticinherited |
get the name of the field in the database for this column
|
inlinestaticinherited |
get the help text for the field in the database for this column
|
inlinestaticinherited |
get character length for column
|
inlinestaticinherited |
get the name of the field in the database for this column
|
inlinestaticinherited |
get the help text for the field in the database for this column
|
inlinestaticinherited |
get character length for column
|
inlinestaticinherited |
get the name of the field in the database for this column
|
inlinestaticinherited |
get the help text for the field in the database for this column
|
inlinestaticinherited |
get character length for column
|
inlinestaticinherited |
get the name of the field in the database for this column
|
inlinestaticinherited |
get the help text for the field in the database for this column
|
inlinestaticinherited |
get character length for column
|
inlinestaticinherited |
get the name of the field in the database for this column
|
inlinestaticinherited |
get the help text for the field in the database for this column
|
inlinestaticinherited |
get character length for column
|
inlinestaticinherited |
get the name of the field in the database for this column
|
inlinestaticinherited |
get the help text for the field in the database for this column
|
inlinestaticinherited |
get character length for column
|
inlinestaticinherited |
get the name of the field in the database for this column
|
inlinestaticinherited |
get the help text for the field in the database for this column
|
inlinestaticinherited |
get character length for column
|
inlinestaticinherited |
get the names of the columns that are part of the key
|
inlinestaticinherited |
returns the translated label for the column
|
inlinestaticinherited |
get the name of the field in the database for this column
|
inlinestaticinherited |
get the help text for the field in the database for this column
|
inlinestaticinherited |
get character length for column
|
inlinestaticinherited |
get the maximum length for the field
|
inlinestaticinherited |
get the maximum length for the field
|
inlinestaticinherited |
get the name of the field in the database for this column
|
inlinestaticinherited |
get the help text for the field in the database for this column
|
inlinestaticinherited |
get character length for column
|
inlinestaticinherited |
get the name of the field in the database for this column
|
inlinestaticinherited |
get the help text for the field in the database for this column
|
inlinestaticinherited |
get character length for column
|
inlinestaticinherited |
get the name of the field in the database for this column
|
inlinestaticinherited |
get the help text for the field in the database for this column
|
inlinestaticinherited |
get character length for column
|
inlinestaticinherited |
get the order number of the columns that are part of the primary key
|
inlinestaticinherited |
get the names of the columns that are part of the primary key
|
inlinestaticinherited |
get the name of the field in the database for this column
|
inlinestaticinherited |
get the help text for the field in the database for this column
|
inlinestaticinherited |
get character length for column
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlinestaticinherited |
get the name of the field in the database for this column
|
inlinestaticinherited |
get the help text for the field in the database for this column
|
inlinestaticinherited |
get character length for column
|
inlinestaticinherited |
the table name in CamelCase
|
inlinestatic |
static method to return the 'Label' of the table as it is used in the database (the 'Label' is usually a short description of what the db table is about)
|
inlinestatic |
return the name of the table as it is used in the database
|
inlinestatic |
return the CamelCase name of the table
|
inlinestaticinherited |
the table name in CamelCase
|
inlinestaticinherited |
the table name as it is in the SQL database
|
inlinestaticinherited |
get the order number of the columns that are part of a unique key
|
inlinestaticinherited |
get the names of the columns that are part of the unique key
|
inlinestaticinherited |
get the name of the field in the database for this column
|
inlinestaticinherited |
get the help text for the field in the database for this column
|
inlinestaticinherited |
get character length for column
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlinestatic |
get the name of the field in the database for this column
|
inlinestatic |
get the help text for the field in the database for this column
|
inlinestatic |
get character length for column
|
inlineprotectedvirtual |
create the columns
Reimplemented from Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.
|
inlinevirtual |
assign columns to properties, set primary key
Reimplemented from Ict.Petra.Shared.MFinance.Account.Data.AAccountTable.
|
inlinevirtualinherited |
Is this table generally available in custom reports?
|
inlineprotected |
new typed row using DataRowBuilder
|
inline |
create a new typed row, always with default values
|
inline |
create a new typed row
|
inlineinherited |
remove columns that are not needed
ATableTemplate | this table only contains the columns that should be kept |
|
inlinestaticinherited |
reset the static variables for each Web Request call.
|
inherited |
Defines whether the acount is active or not.
|
staticinherited |
used for generic TTypedDataTable functions
|
inherited |
This identifies the account the financial transaction must be stored against.
|
staticinherited |
used for generic TTypedDataTable functions
|
inherited |
This is a long description and is 80 characters long.
|
staticinherited |
used for generic TTypedDataTable functions
|
inherited |
This is a short description which is 32 charcters long.
|
staticinherited |
used for generic TTypedDataTable functions
|
inherited |
Income, Expense, Asset, Liability, Equity. Suspense accounts are in a_suspense_account.
|
staticinherited |
used for generic TTypedDataTable functions
|
inherited |
Yes if the account has any analysis attributes.
|
staticinherited |
used for generic TTypedDataTable functions
DataColumn Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.ColumnBankAccountFlag |
|
static |
used for generic TTypedDataTable functions
|
inherited |
Link to banking details to use for this account - only really used if this account is a bank account.
|
staticinherited |
used for generic TTypedDataTable functions
|
inherited |
|
staticinherited |
used for generic TTypedDataTable functions
|
inherited |
The type of budget. See the a_budget_type table.
|
staticinherited |
used for generic TTypedDataTable functions
DataColumn Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.ColumnCashAccountFlag |
|
static |
used for generic TTypedDataTable functions
|
inherited |
|
staticinherited |
used for generic TTypedDataTable functions
|
inherited |
User ID of who created this record.
|
staticinherited |
used for generic TTypedDataTable functions
|
inherited |
The date the record was created.
|
staticinherited |
used for generic TTypedDataTable functions
|
inherited |
The date the record was modified.
|
staticinherited |
used for generic TTypedDataTable functions
|
inherited |
Defines if the the transcation is a debit or credit transaction.
|
staticinherited |
used for generic TTypedDataTable functions
|
inherited |
This is a long description and is 80 characters long.
|
staticinherited |
used for generic TTypedDataTable functions
|
inherited |
This is a short description which is 32 charcters long.
|
staticinherited |
used for generic TTypedDataTable functions
|
inherited |
This defines which currency is being used.
|
staticinherited |
used for generic TTypedDataTable functions
|
inherited |
|
staticinherited |
used for generic TTypedDataTable functions
|
inherited |
|
staticinherited |
used for generic TTypedDataTable functions
|
inherited |
This is used as a key field in most of the accounting system files.
|
staticinherited |
used for generic TTypedDataTable functions
|
inherited |
This identifies the current version of the record.
|
staticinherited |
used for generic TTypedDataTable functions
|
inherited |
User ID of who last modified this record.
|
staticinherited |
used for generic TTypedDataTable functions
|
inherited |
|
staticinherited |
used for generic TTypedDataTable functions
|
inherited |
|
staticinherited |
used for generic TTypedDataTable functions
DataColumn Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.ColumnSuspenseAccountFlag |
|
static |
used for generic TTypedDataTable functions
|
inherited |
|
staticinherited |
used for generic TTypedDataTable functions
|
inherited |
Which type of cost centres may be combined with this account.
|
staticinherited |
used for generic TTypedDataTable functions
DataColumn Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.ColumnYtdActualBase |
|
static |
used for generic TTypedDataTable functions
DataColumn Ict.Petra.Shared.MFinance.GL.Data.GLSetupTDSAAccountTable.ColumnYtdActualForeign |
|
static |
used for generic TTypedDataTable functions
|
inherited |
if you want no warning about that the datatable should be cleared after submitchanges. in some cases you must keep the data, eg when you need the new keys after INSERT
|
static |
TableId for Ict.Common.Data generic functions.
|
staticprotectedinherited |
stores information about typed tables
|
inherited |
if you want the datatable to be cleared after submitchanges. This will increase the speed significantly: no updating of modificationID, no slow AcceptChanges.
|
getinherited |
the number of rows in the current table
|
get |
instance property to get the 'Label' of the table as it is used in the database (the 'Label' is usually a short description of what the db table is about)
|
get |
Access a typed row by index.