Table: dbo.GL_Transaction_Type
This table gathers together all the transaction types supported by the application. These type values are also stored in several separate type tables (Bank_Transaction_Type, Journal_Entry_Type, etc).
Columns
NameTypeConstraintsDescription
gl_transaction_type_KEYint (4)NOT NULLThe primary key of this table.
descriptionnvarchar (80)NOT NULLThe transaction type's description.
Primary key
NameColumnsDescription
PK_GL_Transaction_Typegl_transaction_type_KEY
Unique constraints
NameColumnsDescription
UK_GL_Transaction_Type$descriptiondescription

Schema diagram