This table contains all the tax forms selected. |
tax_form_selection_KEY | int (4) | NOT NULL | Primary key for the Tax_Form_Selection table. |
tax_jurisdiction_KEY | int (4) | NOT NULL | This is a bit confusing. The rules depend on the tax_form_type of the row's tax_form, based on the tax_form_KEY. For types that are not W-2, the related Tax_Jurisdiction must have tax_jurisdiction_type as one of Federal or State. For example, for a reconciliation form associated with a County, the actual related Tax_Jurisdicton row will be the parent Tax_Jurisdiction of type State. For forms of type W-2, smaller jurisdiction_type related rows are valid, such as City, County, Municipality and School District |
tax_form_filing_method_KEY | int (4) | NOT NULL | The filing method currently in use for the form. |
do_not_file | bit (1) | NOT NULL | True if a form should will not be filed and therefore never needs to display in tax processing. |
tax_form_KEY | int (4) | NOT NULL | Foreign key to the tax form this tax form selection is for. |
tax_form_selection_filing_instruction_type_KEY | tinyint (1) | NOT NULL | The tax form selection filing instruction type of the tax form selection |