Table: dbo.Trial_Balance_Grid | |||
This table stores a number of Trial Balance Data Entry Grid for each client with write-up and/or trial balance functionality enabled | |||
Columns | |||
Name | Type | Constraints | Description |
trial_balance_grid_KEY | int (4) | NOT NULL | Primary key. |
client_KEY | int (4) | The associated client. the foreign key to client table | |
description | nvarchar (60) | NOT NULL | A description/name for the Trial Balance Data Entry Grid. |
trial_balance_grid_type_KEY | int (4) | NOT NULL | Trial Balance Grid Type key. |
grid_account_selection_type_KEY | int (4) | NOT NULL | The selected account type to be displayed. |
Primary key | |||
Name | Columns | Description | |
PK_Trial_Balance_Grid | trial_balance_grid_KEY |