Table: dbo.Trial_Balance_Grid_Column_Account_Grouping_Option | |||
This table stores more column defintion information for trial balance data entry grid columns. For Account_Grouping columns they need more specific informaiton | |||
Columns | |||
Name | Type | Constraints | Description |
trial_balance_grid_column_KEY | int (4) | NOT NULL | Primary key. it is also a foreign key to Trial_Balance_Grid_Column table |
gl_account_grouping_KEY | int (4) | NOT NULL | A foreign key to GL_Account_Grouping table |
include_subcode_column | bit (1) | NOT NULL | A boolean value indicates if it is needed to include subcode column |
Primary key | |||
Name | Columns | Description | |
PK_Trial_Balance_Grid_Column_Account_Grouping_Option$trial_balance_grid_column_KEY | trial_balance_grid_column_KEY |