Table: dbo.Spreadsheet_Import_Tax_Info_Type | |||
Table to identify the tax informatio type(tax codes,tax codes unit or m3 tax codes) used when importing data from spreadsheet. | |||
Columns | |||
Name | Type | Constraints | Description |
spreadsheet_import_tax_info_type_KEY | int (4) | NOT NULL | Key which uniquely identify each row of the table. |
description | nvarchar (60) | NOT NULL | Tax code type description |
sequence_number | int (4) | NOT NULL | Sequence order to display items in the column mapping combo. |
Primary key | |||
Name | Columns | Description | |
PK_Spreadsheet_Import_Tax_Info_Type | spreadsheet_import_tax_info_type_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Spreadsheet_Import_Tax_Info_Type$description | description | ||
UK_Spreadsheet_Import_Tax_Info_Type$sequence_number | sequence_number |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Import_Template_Column_GL_Account_Data__Spreadsheet_Import_Tax_Info_Type__spreadsheet_import_tax_info_type_KEY | spreadsheet_import_tax_info_type_KEY | Import_Template_Column_GL_Account_Data |