Skip to main content

Manager cannot see previously approved timesheets

Allow a manager to view all of their previously approved timesheets.

H
Written by Harry Ledger
Updated over 3 months ago

The filter applied to the approved list within the manager timesheet process does not return results for timesheets that have been successfully submitted to SelectPay.
​
If you require managers to be able to view historical timesheets that have already been submitted to SelectPay, you would require a custom solution.
​
If you are interested in a custom solution, please reach out to your account manager or raise a new case online and reference the title of this article.
​

To create an export to see all timesheets for an employee, follow these steps.

  1. Log in to the SelectHR Administrator Tool.

  2. Click Import/Export Data.

  3. Click Create an export definition.

  4. Click Select the data to export.

  5. Change the database to SelectHR.

  6. Log in.

  7. Copy the below SQL:

  8. Select Person.Snapshot.[First Name], Person.Snapshot.Surname, Time.Timesheets.* From Person.Snapshot Inner Join Time.Timesheets On Person.Snapshot.[Person Number] = Time.Timesheets.[Person Number] Where Person.Snapshot.[First Name] = 'REPLACEWITHFIRSTNAME' And Person.Snapshot.Surname = 'REPLACEWITHSURNAME' Order By Time.Timesheets.[Week Beginning]

Did this answer your question?