Employee:
${FullName}
Employee ID:
${EmployeeCode}
Department:
${Department}
Pay Date:
${PayDate}
Position:
${Position}
Earnings
Base Salary
$${BaseSalary?string["#,##0.00"]}
Overtime
$${Overtime?string["#,##0.00"]}
Bonus
$${Bonus?string["#,##0.00"]}
Gross Earnings
$${GrossEarnings?string["#,##0.00"]}
Deductions
Federal Tax
$${FederalTax?string["#,##0.00"]}
State Tax
$${StateTax?string["#,##0.00"]}
Social Security
$${SocialSecurity?string["#,##0.00"]}
Medicare
$${Medicare?string["#,##0.00"]}
Health Insurance
$${HealthInsurance?string["#,##0.00"]}
401(k) Retirement
$${Retirement401k?string["#,##0.00"]}
Total Deductions
$${TotalDeductions?string["#,##0.00"]}
Net Pay
$${NetPay?string["#,##0.00"]}
Year-to-Date Summary
YTD Gross
$${YtdGross?string["#,##0.00"]}
YTD Deductions
$${YtdDeductions?string["#,##0.00"]}
YTD Net
$${YtdNet?string["#,##0.00"]}