This table is the master list of all bank transactions that may be reprinted because they were stored for reprinting during their initial printing. |
bank_transaction_KEY | int (4) | NOT NULL | Key that uniquely identifies each row of the table and links to a record in table Bank_Transaction. |
reprintable_print_job_KEY | int (4) | NOT NULL | Foreign key to table Reprintable_Print_Job that allows us to tie back to the staff who originally printed checks and also to the date of printing. |
report_definition_KEY | int (4) | NOT NULL | Foreign key to table Report_Definition to identify the layout paired with the bank transaction during its initial printing. |
original_report_definition_checksum | decimal (9) | NOT NULL | Use this to compare later to column checksum in table Report_Definition to see if the user changed the layout since the original print job. |