Report template: fields
The content of the report template is dependant on the type selected.
-
Custom Fixed Data: User defined content that can contain multiple fields and custom text. The fields are contained within {}.
The same data is added to each employee when the report is generated.
Example...
-
To show the employees forename and surname in one field, use {employee.firstname}+{employee.lastname}.
-
Employee Field: Pick a single field from the Employee record such as first name.
-
Employer Field: Pick a single field from the Employer, such as PAYE PAYE or Pay as you earn is an HM Revenue and Customs’ (HMRC) system to collect Income Tax and National Insurance from employment. Reference.
Name PAYE Refrence -
Pay Run Field: Pick a single field from the Pay Run, such as Pay Date.
Pay Schedule Tax Year Tax Month Frequency Period Number Start Date End Date Pay Date -
Role Field: Pick a single field from the Employee's Role, such as Job Title.
Role Reference Job title -
Pay Data: Used for pay codes. Use the pay code name to report it within {}.
Example: {Overtime 1.5}. To get the units input it as {units.Overtime 1.5}Use + to add multiple pay codes together. Use - to subtract.
Example...
-
To show the employee and employer NI as a single figure NI use {NIC}+{NIER}.
Good to know...
-
If the figure is held as a minus within the payroll, you can show it as a positive figure by deducting the pay code twice. {pay.code}-{pay.code}-{pay.code}