|
|
Edit
|
Copy
|
Delete
DELETE FROM reports WHERE `reports`.`id` = 2
|
2 |
Employee Attendance Report |
This report list all employee attendance entries b... |
[
[ "employee", {"label":"Employee","type":"selec... |
EmployeeAttendanceReport |
["employee","date_start","date_end"] |
Class |
Time Management |
CSV |
|
|
Edit
|
Copy
|
Delete
DELETE FROM reports WHERE `reports`.`id` = 3
|
3 |
Employee Time Tracking Report |
This report list employee working hours and attend... |
[
[ "employee", {"label":"Employee","type":"select... |
EmployeeTimeTrackReport |
["employee","date_start","date_end","period"] |
Class |
Time Management |
CSV |
|
|
Edit
|
Copy
|
Delete
DELETE FROM reports WHERE `reports`.`id` = 4
|
4 |
Employee Time Entry Report |
View employee time entries by date range and proje... |
[
[ "employee", {"label":"Employee","type":"selec... |
EmployeeTimesheetReport |
["employee","client","project","date_start","date_... |
Class |
Time Management |
CSV |
|
|
Edit
|
Copy
|
Delete
DELETE FROM reports WHERE `reports`.`id` = 5
|
5 |
Active Employee Report |
This report list employees who are currently activ... |
[
[ "department", {"label":"Department","type":"s... |
ActiveEmployeeReport |
["department"] |
Class |
Employee Information |
CSV |
|
|
Edit
|
Copy
|
Delete
DELETE FROM reports WHERE `reports`.`id` = 6
|
6 |
New Hires Employee Report |
This report list employees who are joined between ... |
[[ "department", {"label":"Department","type":"sel... |
NewHiresEmployeeReport |
["department","date_start","date_end"] |
Class |
Employee Information |
CSV |
|
|
Edit
|
Copy
|
Delete
DELETE FROM reports WHERE `reports`.`id` = 7
|
7 |
Terminated Employee Report |
This report list employees who are terminated betw... |
[[ "department", {"label":"Department","type":"sel... |
TerminatedEmployeeReport |
["department","date_start","date_end"] |
Class |
Employee Information |
CSV |
|
|
Edit
|
Copy
|
Delete
DELETE FROM reports WHERE `reports`.`id` = 8
|
8 |
Travel Request Report |
This report list employees travel requests for a s... |
[
[ "employee", {"label":"Employee","type":"selec... |
TravelRequestReport |
["employee","date_start","date_end","status"] |
Class |
Travel and Expense Management |
CSV |
|
|
Edit
|
Copy
|
Delete
DELETE FROM reports WHERE `reports`.`id` = 9
|
9 |
Employee Time Sheet Report |
This report list all employee time sheets by emplo... |
[
[ "employee", {"label":"Employee","type":"selec... |
EmployeeTimeSheetData |
["employee","date_start","date_end","status"] |
Class |
Time Management |
CSV |
|
|
Edit
|
Copy
|
Delete
DELETE FROM reports WHERE `reports`.`id` = 10
|
10 |
Overtime Report |
This report list all employee attendance entries b... |
[
[ "employee", {"label":"Employee","type":"selec... |
OvertimeReport |
["employee","date_start","date_end"] |
Class |
Time Management |
CSV |
|
|
Edit
|
Copy
|
Delete
DELETE FROM reports WHERE `reports`.`id` = 11
|
11 |
Overtime Summary Report |
This report list all employee attendance entries b... |
[
[ "employee", {"label":"Employee","type":"selec... |
OvertimeSummaryReport |
["employee","date_start","date_end"] |
Class |
Time Management |
CSV |
|
|
Edit
|
Copy
|
Delete
DELETE FROM reports WHERE `reports`.`id` = 12
|
12 |
Overtime Request Report |
This report list employee overtime requests by emp... |
[[ "employee", {"label":"Employee","type":"select2... |
OvertimeRequestReport |
["employee","date_start","date_end","category","pr... |
Class |
Time Management |
CSV |
|
|
Edit
|
Copy
|
Delete
DELETE FROM reports WHERE `reports`.`id` = 13
|
13 |
Payroll Meta Data Export |
Export payroll module configurations |
[
[ "deduction_group", {"label":"Calculation Grou... |
PayrollDataExport |
["deduction_group","payroll"] |
Class |
Payroll |
JSON |
|
|
Edit
|
Copy
|
Delete
DELETE FROM reports WHERE `reports`.`id` = 14
|
14 |
Company Asset Report |
List company assets assigned to employees and depa... |
[["department", {"label":"Department","type":"sele... |
AssetUsageReport |
["department","type"] |
Class |
Resources |
CSV |
|
|
Edit
|
Copy
|
Delete
DELETE FROM reports WHERE `reports`.`id` = 15
|
15 |
Employee Details Report |
This report list all employee details and you can ... |
[
[ "department", {"label":"Department","type":"s... |
Select id, employee_id as 'Employee ID',
concat(`... |
["department","employment_status","job_title"] |
Query |
Employee Information |
CSV |