This table contains the selected pay and tax items in the After The Fact Handwritten Batch Check entry["BR"] options screen. A row in this table can represent either a pay or a tax item (but not both). |
atf_payroll_check_entry_option_pay_and_tax_item_definition_KEY | int (4) | NOT NULL | Primary key. |
client_KEY | int (4) | NOT NULL | Each employee can have a different list Handwritten Batch Check options when creating a batch. |
client_payroll_item_KEY | int (4) | | Indicates which payroll item we want displayed. A null value indicates that this row is a selected tax item. |
payroll_item_calculation_type_qualifier_KEY | int (4) | | Indicates the calculation type of the payroll item to determine if hours or amounts are going to be entered. A null value indicates that this row is a selected tax item and not a pay item. |
client_benefit_KEY | int (4) | | Indicates that a benefit item for this payroll item is wanted on the display. This is optional so a null value means that no benefits were selected. |
sequence_number | int (4) | NOT NULL | Used to track the user-defined order that the columns appear in the display. |
row_version | timestamp (8) | NOT NULL | The version of this row. It's an aid in versioning the row. |
client_tax_item_KEY | int (4) | | Represents the tax item selected in a row in the grid. A null value indicates that the row is a pay item and not a tax item. |