2.26.0
Description
Update the AU payroll config to allow support for paid leave categorization. This includes adding two new properties to the LeaveType
object.
Abbreviations
- STP: Single Touch Payroll
- SGC: Superannuation Guarantee Contribution
Additions to xero-payroll-au.yaml
:
- Add new properties to the
LeaveType
object:LeaveCategoryCode
andSGCExempt
(See docs) - Add new schema definitions:
LeaveCategoryCode
enum
Release Notes
- API consumers will need to categorize all leave pay items as part of STP phase 2. The leave category code will be used to determine which category a new leave pay item will be filed as.
- There are different rules for pay items created with these leave categories, some cannot be SGC exempt
Screenshots (if appropriate):
Types of Changes
- Bug fix (non-breaking change that fixes an issue)
- New feature (non-breaking change that adds functionality)
- Breaking change (fix or feature that would cause existing functionality to not work as expected)