Total Take Home Pay
{{ fmt(pay.net) }}
1. Earnings Matrix
| Straight Pay (Wk 1) |
{{ fmt(stats.w1GrossNoOT) }}
|
| Straight Pay (Wk 2) |
{{ fmt(stats.w2GrossNoOT) }}
|
OT Half-Time (Wk 1) ({{ stats.w1OT }}h @
{{fmt(baseRate/2)}})
|
{{ fmt(stats.w1OTPay) }}
|
OT Half-Time (Wk 2) ({{ stats.w2OT }}h @
{{fmt(stats.w2OTRate)}})
|
{{ fmt(stats.w2OTPay) }}
|
| Double Time (2.0x) |
{{ fmt(dtPay) }}
|
|
Gross Base Pay
|
{{ fmt(pay.gross) }}
|
Pre-Tax
-{{ fmt(preTaxTotal) }}
Post-Tax
-{{ fmt(postTaxTotal) }}
2. Tax Deductions
| Federal Income |
({{ fmt(pay.taxes.federal) }})
|
| Social Security |
({{ fmt(pay.taxes.ss) }})
|
| Medicare |
({{ fmt(pay.taxes.med) }})
|
| GA State |
({{ fmt(pay.taxes.state) }})
|
|
Total Tax Burden
|
({{ fmt(pay.taxesTotal) }})
|
{{ d.label }}
{{ d.dateShort }}
Double
Plan Matrix
{{ activeCalDay ?
activeCalDay.formattedDate : '' }}
Projected Liability
| Taxable Earnings Base |
{{ fmt(pay.taxable) }}
|
|
Federal Annual Est
|
{{ fmt(taxEngineMath.annualTaxable) }}
|
| Calculated Bracket |
{{ taxEngineMath.fedBracketLabel }}
|
| GA State Est |
{{ fmt(taxEngineMath.gaAnnualTaxable) }}
|
| GA Flat Rate |
4.99% |