Table: dbo.Payroll_Check_One_Big_Beautiful_Bill_Act_Overtime_Amount_Distribution
Table to hold One Big Beautiful Bill Act Overtime amount distributions for payroll checks.
Columns
NameTypeConstraintsDescription
payroll_check_one_big_beautiful_bill_act_overtime_amount_distribution_KEYint (4)NOT NULLPrimary key
bank_transaction_KEYint (4)NOT NULLKey to associated bank transaction.
work_location_KEYint (4)NOT NULLKey to associated work location.
payroll_department_KEYint (4)Key to associated payroll department.
one_big_beautiful_bill_act_overtime_amount_originaldecimal (9, 2)NOT NULLOne Big Beautiful Bill Act Overtime amount based on calculation rules.
one_big_beautiful_bill_act_overtime_amount_overridedecimal (9, 2)Overridden One Big Beautiful Bill Act Overtime amount.
one_big_beautiful_bill_act_overtime_amountdecimal (9, 2)NOT NULLDisplay One Big Beautiful Bill Act Overtime amount that is based on an existing override to this field. Will display the initially calculated amount if no override is present.
Primary key
NameColumnsDescription
PK_Payroll_Check_One_Big_Beautiful_Bill_Act_Overtime_Amount_Distributionpayroll_check_one_big_beautiful_bill_act_overtime_amount_distribution_KEY
Unique constraints
NameColumnsDescription
UK_Payroll_Check_One_Big_Beautiful_Bill_Act_Overtime_Amount_Distribution$work_location_KEY$payroll_department_KEY$bank_transactiwork_location_KEY, payroll_department_KEY, bank_transaction_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_Payroll_Check_One_Big_Beautiful_Bill_Act_Overtime_Amount_Distribution__Payroll_Bank_Transaction__bank_transaction_KEYbank_transaction_KEYPayroll_Bank_Transaction (bank_transaction_KEY)FOREIGN KEY constraint of bank_transaction_KEY for the Payroll_Check_One_Big_Beautiful_Bill_Act_Overtime_Amount_Distribution table
FK_Payroll_Check_One_Big_Beautiful_Bill_Act_Overtime_Amount_Distribution__Work_Location__work_location_KEYwork_location_KEYWork_Location (work_location_KEY)FOREIGN KEY constraint of work_location_KEY for the Payroll_Check_One_Big_Beautiful_Bill_Act_Overtime_Amount_Distribution table
FK_Payroll_Check_One_Big_Beautiful_Bill_Act_Overtime_Amount_Distribution__Payroll_Department__payroll_department_KEYpayroll_department_KEYPayroll_Department (payroll_department_KEY)FOREIGN KEY constraint of payroll_department_KEY for the Payroll_Check_One_Big_Beautiful_Bill_Act_Overtime_Amount_Distribution table

Schema diagram