DebtorTransactionGeneralLedger


Columns

Column Type Size Nulls Auto Default Children Parents Comments
DebtorTransactionGeneralLedgerSeq int identity 4 null
TransactionSeq int 4 null
DebtorTransactions.TransactionSeq FK_DebtorTransactionGeneralLedger_DebtorTransactions R
GLCode varchar 15 ('')
GLSubAllocationCode varchar 15 ('')
GeneralLedgerAllocationCodes.GLSuballocationCode FK_DebtorTransactionGeneralLedger_GeneralLedgerAllocationCodes R
GLAmount money 21,4 ((0))
TaxCode varchar 5 ('')
TaxAmount money 21,4 ((0))
GLCodeBeforeEOY varchar 15 ('')
PostingNumberEOY int 4 ('')

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
PK_DebtorTransactionGeneralLedger Primary key Asc DebtorTransactionGeneralLedgerSeq
AK_DebtorTransactionGeneralLedger_TransactionSeq Performance Asc TransactionSeq

Relationships