RAPD-4592 - Add Filter Function to the Shift Trade Approvals on Supervisor Role
ARCOS has added a filter function to the Shift Trade Approvals field on the Supervisors Home page.
RAPD-5245 - Add Security Role Filter
ARCOS has added a filter function to the Available Reports Display page found in the SETTINGS tab, allowing Company Administrators to filter Available Reports by Role.
RAPD-5466 - Get Accrual Balance API
The API endpoint GetAccrualBalanceAsOfDate has been added.
Input Parameters:
- RequestAsOfDate: Date
- EmployeeNumber: string, nullable
- SuppressInactive: bool, nullable, default = false
Returns:
- The array of EmployeeAccrualBalance objects
Object Definitions:
- EmployeeNumber: string
- CostCenter: string
- BalanceDate: DateTime
- AccrualAccountName: string
- AccrualAccountThirdPartyCode: string
- AccrualBalance: integer
Notes: If the EmployeNumber is provided, the response will just include information for that employee. If the EmployeeNumber is null, the response will be for all employees in the company. If SuppressInactive is true, then no information for employees in an inactive status on the RequestAsOfDate will be included.
RAPD-5467 - View Accrual History For Employee
ARCOS has added a real-time view of the Accrual Balance History for an Employee, including past records with comments, to the PTO Balance page.
RAPD-6250 - Add PayCodeCode to Payroll and PPC APIs
An additional value, PayCodeCode (String) has been added to the Payroll and PPC API call return.
Comments
0 comments
Please sign in to leave a comment.