GeneralLedgerChartOfAccounts


Columns

Column Type Size Nulls Auto Default Children Parents Comments
GLCOACode varchar 10 ('')
tGeneralLedger.GLCOACode FK_tGeneralLedger_GeneralLedgerChartOfAccounts R
Description varchar 100 ('')
ProfitLossFlag bit 1 ((0))
TaxCode varchar 5 ('')
ClassificationCode varchar 15 ('')
HeadingLevel varchar 15 ('')
AutoCreateGLCodesFlag bit 1 ((0))
ActiveFlag bit 1 ((1))
GeneralLedgerChartOfAccountsSeq int identity 4 null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
PK_GeneralLedgerChartOfAccounts Primary key Asc GLCOACode
AK_GeneralLedgerChartOfAccounts_ClassificationCode Performance Asc ClassificationCode
AK_GeneralLedgerChartOfAccounts_GeneralLedgerChartOfAccountsSeq Must be unique Asc GeneralLedgerChartOfAccountsSeq
AK_GeneralLedgerChartOfAccounts_GLCOACode Performance Asc GLCOACode
AK_GeneralLedgerChartOfAccounts_TaxCode Performance Asc TaxCode

Relationships