Previous: change_reason | Unanet Data Model | Next: column_width_criteria |
Column Name | Data Type | Default Value |
References Table |
Foreign Key Name |
||
1. | PK | check_print_history_key | decimal(15) | |||
2. | printed_by | decimal(15) | person | fk_check_print_history1 | ||
3. | printed_timestamp | datetime | ||||
4. | total_amount | decimal(18,2) | ((0)) | |||
5. | bank_account_key | decimal(15) | bank_account | fk_check_print_history2 | ||
6. | check_date | datetime | ||||
7. | first_check_number | int | ||||
8. | last_check_number | int | ||||
9. | printed_ind | char(1) | ('N') |
Column | References | Foreign Key Name | |
Table | Column | ||
bank_account_key | bank_account | bank_account_key | fk_check_print_history2 |
printed_by | person | person_key | fk_check_print_history1 |
Table | Column | Foreign Key Name |
vendor_payment | check_print_history_key | fk_vendor_payment6 |
Name | Definition |
cc_printed_ind | ([printed_ind]='N' OR [printed_ind]='Y') |
Index Name | Unique | Column Name | Asc Or Desc |
pk_check_print_history | true | check_print_history_key | Asc |
idx_check_print_history1 | false | printed_by | Asc |
idx_check_print_history2 | false | bank_account_key | Asc |