| Start Date | Reason For Change | Hours Per Week | Annual Salary | % Increase (Actual) | % Increase (National) |
|---|---|---|---|---|---|
| {App.helpers.formatDate(salary.startDate)} | {salary.reasonForChange} | {salary.hoursPerWeek} | {App.helpers.formatCurrencyWithCommas(salary.amountPerAnnum)} | {salary.increaseAmount || 0}% | {salary.nationalAverageIncrease ? salary.nationalAverageIncrease + '%' : ''} |
| Overall Increase | {App.helpers.formatCurrencyWithCommas(totalIncrease)} | {Math.round((totalIncreasePercentage || 0) * 100) / 100}% | |||
| There is currently no salary information recorded for this employee. | |||||
| Job Title | Lower | Average | Upper | |
|---|---|---|---|---|
| {referenceSalary.name || '(Unspecified)'} |
{App.helpers.formatCurrencyWithCommas(referenceSalary.lower)}
£
|
{App.helpers.formatCurrencyWithCommas(referenceSalary.average)}
£
|
{App.helpers.formatCurrencyWithCommas(referenceSalary.upper)}
£
|
|
| There is no salary guide for this department yet | ||||
| Date | Amount | Reason |
|---|---|---|
| {App.helpers.formatDate(commission.date)} | {commission.amount} | {commission.reason} |
| There is currently no bonus / commission for this employee. | ||
| Date | Duration | Amount Paid | Reason |
|---|---|---|---|
| {App.helpers.formatDate(overtime.date)} | {overtime.duration} hour{overtime.duration == 1 ? '' : 's'} | {App.helpers.formatCurrencyWithCommas(overtime.amountPaid)} | {overtime.reason} |
| There is currently no overtime for this employee. | |||