Payroll administrators have the option to generate autopay earnings by business date, including the Labour % and General Ledger (GL) splits tied to the employee record. You can set up these organizations for GL splits across multiple cost centers and assignments in the Payroll > GL Splits screen in People. For example, you can allocate multiple cost centers to a single employee with a single or multiple work assignments. This allocation can be either EWA % or GL splits, and contain an effective date to ensure the GL output respects this effective date for all hourly paid and salaried employees.
Generate Autopay Earnings by Business Dates
When you apply EWA Labor % and GL Splits to be effective per their respective business days instead of the pay period end, Dayforce respects business dates outside of the current pay run when applying GL splits. For example, payroll administrators can run an off-cycle pay run for employees with multiple default labor allocations or GL splits in a particular pay period, and it is reflected in the general ledger.
To support Labour/GL splits, autopay earnings must be distributed by business date in a payroll policy rule. Set this by adding a new Auto Pay Rule (or editing an exiting Autopay rule) in Payroll Setup > Payroll Policies. The Working days - 5 days a week option for the Mid-period proration and the Generate autopay By Business Date checkbox must be selected:
Dayforce respects business dates outside of the current pay run when applying GL splits. For example, payroll administrators can run an off-cycle pay run for employees with multiple default labor allocations or GL splits in a particular pay period and it is reflected in the general ledger.
The following example shows weekly autopay employees in the GL Preview tab of the Employee Preview slide-out panel before and after selecting the Generate Autopay by business date option.
The Payroll GL Export definitions require an update to ensure the GL splits and earning dates are listed. The following XML export was updated with the token: earning_business_date:
The Generate Autopay by Business Date option overrides the following payroll policy options:
- Itemize intra pay period rate change. The rate per business day is used instead.
- Enable mid-proration on work assignment charges.
When you choose mid-period proration of Autopay by Business Days - 5 Days A Week, you configure the rule to prorate the amount of autopay employees earn based on days in the week (Monday to Friday). Monday to Friday are considered as business days to calculate the total number of days in a pay period. Dayforce calculates the employees' daily hours based on the formula { Normal pay period hours} / {number of business days in the period}. For example, when an employee is hired on the Wednesday of a weekly pay period and only works three business days, the rule autopays the employee a prorated amount for the three days worked.
To set up mid-period proration by Working days - 5 days a week for a payroll policy:
- Go to Payroll Setup > Payroll Policies.
- Expand an existing payroll policy, or create a payroll policy.
- Click the add icon (+) and click Ruleset.
- Enter a name and, optionally, a description for the ruleset.
- Click the add icon (+) and click Rule.
- Enter a name and, optionally, a description for the rule.
- Enter a start date for the rule in the Effective From field. Rules are only active during their effective date range.
- Verify that the Active checkbox is selected.
- In the Type drop-down list, select Auto Pay Rule.
- In the Mid-period proration drop-down list, select Working Days - 5 days a week
- Select the Generate autopay by business date checkbox to distribute autopay earnings by business date.
- Click Save, and then click Refresh.
Apply Labour % and GL Splits by Working Day
You must change the Apply EWA Labor % and GL split in the General Ledger screen, so that the setting is applied per respective business day instead of by the pay period end.
To apply Labour % and GL splits by working day:
- Go to Payroll Setup > General Ledger.
- Click the Default run settings tab and select the Apply Labour% and GL Splits by working day checkbox.
- Click Save.
Important: Select both the Generate autopay by business date and the Apply Labour% and GL splits by working day checkboxes. The Apply Labour% and GL splits by working day option does not function if it is selected on its own.
In the following example, an employee has two active work assignments in two different locations and labour percentages listed in the Work > Work Assignments screen of People:
In the following screenshot, you can view the salary splits in the GL Preview before and after the Labour % split is applied, for example:
- AUS Melbourne - 70%
- AUS Sydney - 30%
GL Report Example
The last column of the GL report includes the Labour Percentage that is reported as part of the export definition:
Apply GL Splits Allocation for Work Assignments
GL Report Example
The last column of the GL report includes the Labour Percentage that is reported as part of the export definition:
Considerations
- The Generate Autopay by business date function splits autopay earnings by business date on previously committed pay runs. After you enable this feature, it is recommended to run a calculation to ensure the changes are made, as reflected in the GL preview.
- What is reported in your GL report is dependent on the configuration of the Payroll GL Export definitions.
- You must update the Payroll GL Export definitions with the token,
earning_business_date.
XML example:
<Column Name="Business_Date" DataType="DateTime" Source="data" Value="earning_business_date" /> - Customers who configured XSLT must update this specific area.
- Different hourly rates might be shown due to new rounding methods.