Panel | |
---|---|
|
...
Wage Obligation By Employee calculation explanation
Accrued Wages
Accrued wages on the wage obligation reports is calculated as follows:
If the compensation contract days worked is >= the compensation contract work days OR if the work days remaining for the compensation plus contract days worked is equal to the contract work days, then accrued wages is compensation contract obligation - amount paid - amount docked
If neither of the above are true, then we determine the daily rate from the compensation and accrued wages is calculated as (days remaining in contract * compensation daily rate) + (compensation amount earned - amount paid - amount docked)
Accrued wages that is shown on the compensation detail is just earnings - amount paid - amount docked.
This report was written based upon the classic USPS report calculations.
Contract Remaining
The Contract Remaining = Contract Obligation - Amount Paid.
Criteria to be included
- Wage Obligation initial query includes a compensation based on the following
- Legacy or Contract
- Position Job Status Active
- Contract Amount greater than 0
- Date Range start date before report as of date OR null
- Date Range stop date after report as of date OR null
- If include Position of Archived Employees = false
- Position → Employee archived must be false
- Position archived must be false
- If filtering by Employee, then search for only compensations that match the employee(s)
- If filtering by Pay Group, then search for only position that match the pay group(s)
- Appointment Type Options filter checks Appointment Type on position matches
- Legacy or Contract
- Wage Obligation Filtering
- if (Compensation → Compensation Amounts → Pays Paid >= Compensation→ Pays In Contract)
- return false and filter
- else return true and include
- if (Compensation → Contract Work Days = 0 OR Compensation → Contract Work Days IS NULL)
- return false and filter
- else return true and include
- if (Compensation → Compensation Amounts → Pays Paid >= Compensation→ Pays In Contract)
If an employee has a Compensation that was not and will not be paid out within the fiscal year (left, retired, contract calculations incorrect, etc) and there appears to be accrued wages or earnings due on the position. If the employee should not be on the Wage Obligation by Employee report on the Compensation record change the Pays to match the Pays Paid.
Employee Wage Obligation Report
Field Definitions
- The Save and Recall option allows the users to create and save certain reports for different report runs for each report option. The Default option is the original SSDT report and the Most Recent is the last report that was ran by the user. If the report is no longer needed, click on to delete the report. The Default reports cannot be deleted.
...