OvertimeManualChange
Manual change records for employee overtime (not directly coming from the employee check-in/check-out)
type OvertimeManualChange {
createdOn: Date!
notes: String!
overtime: Int!
}
Fields
OvertimeManualChange.createdOn ● Date! non-null scalar
When the change has been recorded in the system
OvertimeManualChange.notes ● String! non-null scalar
Notes/description explaining the manual change
OvertimeManualChange.overtime ● Int! non-null scalar
Total overtime added/subtracted to the employee overtime saldo, in minutes
Member Of
MonthlyOvertimeData object