Create the employee in WFM. Export or link the WFM employee to Xero. When the employee first logs in to their WFM profile, they can set their superannuation fund details, and these details will sync to Xero. If employees fill in the fund details before you link or export them to Xero, ...
getDetail()); } } // AU PAYROLL - Employee VALIDATION ERROR } else if (e.getEmployeeItems() != null && e.getEmployeeItems().size() > 0) { System.out.println("Xero Exception: " + e.getStatusCode()); for (com.xero.models.payrollau.Employee emp : e.getEmployeeItems()) { for ...
Use this method to add, update one or more payroll timesheet in payroll. Elements for Timesheets The following are required to create a new timesheet EmployeeID The Xero identifier for an employee StartDate Period start date (YYYY-MM-DD) EndDate Period end date (YYYY-MM-DD) The following ...