This table contains the valid 1099 box combinations available for use on bank transactions for a particular vendor. |
form_1099_print_threshold_override_KEY | int (4) | NOT NULL | Primary key. |
form_year | int (4) | NOT NULL | The calendar year of the 1099 form that this threshhold amount applies to. |
vendor_KEY | int (4) | NOT NULL | Foreign key to the parent vendor. |
first__w2_1099_box_type_KEY | int (4) | NOT NULL | The foreign key to the first box on the 1099 form that this threshold applies to. |
second__w2_1099_box_type_KEY | int (4) | | The foreign key to the second box on the 1099 form that this threshold applies to. |
amount | decimal (9, 2) | NOT NULL | The threshold amount at which a form will be print. |
bank_transaction_KEY | int (4) | | Foreign key to the parent bank transaction (if transactional). |