GeneralLedgerBankTransactions


Columns

Column Type Size Nulls Auto Default Children Parents Comments
GeneralLedgerBankTransactionsSeq int identity 4 null
BankStatementControlSeq int 4 null
BankStatementControl.BankStatementControlSeq FK_GeneralLedgerBankTransactions_BankStatementControl R
GLJournalSeq int 4 ((0))
ChequeNumber int 4 ((0))
GLCode varchar 15 ('')
PostingSource varchar 10 ('')
PostingNumber int 4 ((0))
GLDate datetime 16,3 (getdate())
GLAmount money 21,4 ((0))
StatementDate datetime 16,3 null
StatementPage smallint 2 ((0))
StatementAmount money 21,4 ((0))
ReconciledFlag bit 1 ((0))
ChequeDate datetime 16,3 null
PayeeName varchar 50 ('')
CancelledFlag bit 1 ((0))
ForeignCurrencyCode varchar 15 ('')
ForeignCurrencyExchangeRate decimal 18,8 null
LocalCurrencyAmount money 21,4 null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
PK_GeneralLedgerBankTransactions Primary key Asc GeneralLedgerBankTransactionsSeq
AK_GeneralLedgerBankTransactions_GLJournalSeq Performance Asc/Asc GLJournalSeq + ChequeNumber
AK_GeneralLedgerBankTransactions_PostingNumber Performance Asc PostingNumber

Relationships