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

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.


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

...

The program has the ability to optionally create spreadsheets. These spreadsheets can be used by any district, but may be particularly helpful to those districts on GAAP.

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

  1. Wage Obligation initial query includes a compensation based on the following
    1. Legacy or Contract
    2. Position Job Status Active
    3. Contract Amount greater than 0
    4. Date Range start date before report as of date OR null
    5. Date Range stop date after report as of date OR null
    6. If include Position of Archived Employees = false
      1. Position → Employee archived must be false
      2. Position archived must be false
    7. If filtering by Employee, then search for only compensations that match the employee(s)
    8. If filtering by Pay Group, then search for only position that match the pay group(s)
    9. 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 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.  

...