This table stores column information for trial balance data entry grid. Each entry in this table represents one column in grid. A grid can have variable number of columns |
trial_balance_grid_column_KEY | int (4) | NOT NULL | Primary key. |
trial_balance_grid_KEY | int (4) | NOT NULL | The foreign key to a trial balance data entry grid to which this column belongs |
trial_balance_grid_column_name | nvarchar (200) | NOT NULL | The name to this column. it will be the column header appears in associated data entry grid |
trial_balance_grid_column_type_KEY | int (4) | NOT NULL | Foreign key to the Trial Balance Grid Column Type. |
sequence_number | int (4) | NOT NULL | Sequence number that determines the order in which the columns display in a data entry grid |
heading_one | nvarchar (250) | NOT NULL | Heading One. |
heading_two | nvarchar (250) | NOT NULL | Heading Two. |