Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Panel

Table of Contents


Info

For Legacy roles, the Wage Obligation reports (employee and account) needs USPS_STANDARD_WAGEOBLIGATION_REPORT granted.

They, also, must have USPS_STANDARD_EMPLOYEE_VIEW in order to run these reports.


Tip

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 Account report, on the Compensation record, change the Pays to match the Pays Paid.


This program generates a report listing the district's current accrued wage obligations by account code.

...

Wage Obligation By Account 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

  1. Wage Obligation initial query includes a compensation based on the following.
    1. Legacy or Contract
    2. Position Job Status Active
    3. Position Payroll Accounts need to be Active as of 06/30/XX (the FY the reports are being ran for). We look for accounts with a status of Active or Maximum Amount In Effect (with maximum not met as of the report as of date) and the Report as of date falls within the date range of the account.
    4. Contract Amount greater than 0
    5. Date Range start date before report as of date OR null
    6. Date Range stop date after report as of date OR null
    7. If include Position of Archived Employees = false
      1. Position → Employee archived must be false
      2. Position archived must be false
    8. If filtering by Employee, then search for only compensations that match the employee(s)
    9. If filtering by Pay Group, then search for only position that match the pay group(s)
    10. Appointment Type Options filter checks Appointment Type on position matches
  2. Wage Obligation Filtering
    1. if (Compensation → Compensation Amounts → Pays Paid >= Compensation→ Pays In Contract)
      1. return false and filter
      2. else return true and include
    2. if (Compensation → Contract Work Days = 0 OR Compensation → Contract Work Days IS NULL)
      1. return false and filter
      2. else return true and include

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 Account report, on the Compensation record, change the Pays to match the Pays Paid.


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.  

...