Skip to main content

api_employee_timesheet

Description

The api_employee_timesheet table exposes aggregated timesheet data per employee per day, including productivity metrics, hours breakdown, and targets.

Fields

Field NameTypeDescription
timesheet_idIntegerUnique identifier for the timesheet
employee_idIntegerIdentifier of the employee this timesheet belongs to
dateDateDate of the timesheet
week_numberIntegerWeek number of the timesheet
raster_hoursNumericThe scheduled hours on the raster for this timesheet
registered_hoursNumericHours registered by the employee for this timesheet
registered_direct_hoursNumericHours registered on direct project work
registered_direct_valueNumericMonetary value of direct hours
registered_direct_declarable_value_with_correctionsNumericThe declarable value (including corrections) for direct project hours
registered_direct_declarable_hours_with_correctionsNumericDirect declarable hours including corrections
correction_valueNumericCorrection value
registered_direct_declarable_valueNumericDeclarable value
registered_leave_hoursNumericLeave hours
registered_absence_hoursNumericAbsence hours
productivity_hours_dayNumericProductivity hours per day
sum_total_direct_task_hoursNumericTotal direct task hours assigned
sum_total_value_direct_tasksNumericTotal value of direct tasks assigned
sum_total_indirect_task_hoursNumericTotal indirect task hours assigned
sum_total_direct_task_valueNumericDirect task value
average_productivity_target_pctNumericAverage productivity target percentage
registered_hours_cost_priceNumericThe cost price (based on the cost price of the raster) of all the registered hours
raster_hours_cost_priceNumericThe cost price (based on the cost price of the raster) based on the number of hours on the raster
registered_direct_hours_cost_priceNumericThe cost price (based on the cost price of the raster) of all the registered direct hours
registered_leave_and_absence_hoursNumericCombined leave and absence hours
net_raster_hoursNumericThe net available raster hours when leave hours are subtracted
net_raster_hours_minus_absence_hoursNumericThe net available raster hours when leave and absence hours are subtracted
available_hoursNumericAvailable hours (raster hours minus registered hours)
remaining_hoursNumericRemaining hours after subtracting leave, absence, and assigned hours
registered_direct_declarable_cost_priceNumericCost price of declarable direct hours
net_productivity_target_hoursNumericThe productivity target in hours corrected with leave and absence hours
net_productivity_target_hours_without_absenceNumericThe productivity target in hours corrected with leave hours
net_productivity_target_valueNumericThe target value based on the productivity target
net_productivity_target_value_without_absenceNumericThe target value based on the productivity target corrected with leave hours
pct_productivityNumericTime registered on direct project tasks compared to the net raster hours
pct_declarabilityNumericDeclarable time registered on direct project tasks compared to the net raster hours
pct_total_direct_task_hours_vs_target_productiveNumericPercentage of direct task hours compared to productivity target
productivity_target_hours_minus_direct_assignment_hoursNumericThe remaining direct task hours based on the productivity target corrected with leave hours
productivity_target_minus_assignment_hoursNumericThe remaining task hours based on the productivity target corrected with leave hours
net_productivity_target_value_without_absence_minus_sum_total_value_direct_tasksNumericTarget value minus direct task value
pct_total_value_direct_tasks_vs_target_productive_valueNumericPercentage of direct task value compared to target value
result_registered_valueNumericThe result of the registered direct declarable value with corrections minus the cost price of the registered hours
result_raster_valueNumericThe result of the raster declarable value with corrections minus the cost price of the raster
result_registered_value_pctNumericThe result of the registered hours compared to the cost price of the registered hours
result_raster_value_pctNumericThe result of the raster hours compared to the cost price of the raster
raster_hours_versus_registered_hoursNumericThe difference between the raster hours and the registered hours
raster_hours_versus_registered_hours_pctNumericThe percentage of the difference between the raster hours and the registered hours
target_based_on_net_raster_hoursNumericTarget hours based on net raster hours
  • api_employees - Employee details via employee_id