Formula
Raw weekly hours = Monday + Tuesday + Wednesday + Thursday + Friday + Saturday + Sunday. Paid hours = max(0, raw weekly hours − unpaid break minutes ÷ 60). Regular hours = min(paid hours, overtime threshold). Overtime hours = max(0, paid hours − overtime threshold). Gross pay = regular hours × hourly rate + overtime hours × hourly rate × overtime multiplier.
