This table stores the client detail associated with a complete payroll output session. |
complete_payroll_output_session_client_detail_KEY | int (4) | NOT NULL | Primary key for this table. |
complete_payroll_output_session_KEY | int (4) | NOT NULL | Foreign key to the parent table Complete_Payroll_Output_Session. |
client_KEY | int (4) | NOT NULL | A client we are processing inside this complete payroll output session. |
pay_date | smalldatetime (4) | NOT NULL | Pay date of the check being processed for the client inside this complete payroll output session. |