ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-time-tracking
TimeTrackingRecord
Interface TimeTrackingRecord
interface
TimeTrackingRecord
{
id
:
string
;
userId
:
string
;
userName
:
string
;
userEmail
:
string
;
employeeNumber
?:
string
;
date
:
string
;
clockIn
:
string
;
clockOut
?:
string
;
breakStart
?:
string
;
breakEnd
?:
string
;
totalWorkTime
?:
number
;
totalBreakTime
?:
number
;
location
?:
string
;
notes
?:
string
;
status
:
string
;
correctedBy
?:
string
;
correctedAt
?:
string
;
correctionReason
?:
string
;
createdAt
:
string
;
updatedAt
:
string
;
}
Index
Properties
id
user
Id
user
Name
user
Email
employee
Number?
date
clock
In
clock
Out?
break
Start?
break
End?
total
Work
Time?
total
Break
Time?
location?
notes?
status
corrected
By?
corrected
At?
correction
Reason?
created
At
updated
At
Properties
id
id
:
string
user
Id
userId
:
string
user
Name
userName
:
string
user
Email
userEmail
:
string
Optional
employee
Number
employeeNumber
?:
string
date
date
:
string
clock
In
clockIn
:
string
Optional
clock
Out
clockOut
?:
string
Optional
break
Start
breakStart
?:
string
Optional
break
End
breakEnd
?:
string
Optional
total
Work
Time
totalWorkTime
?:
number
Optional
total
Break
Time
totalBreakTime
?:
number
Optional
location
location
?:
string
Optional
notes
notes
?:
string
status
status
:
string
Optional
corrected
By
correctedBy
?:
string
Optional
corrected
At
correctedAt
?:
string
Optional
correction
Reason
correctionReason
?:
string
created
At
createdAt
:
string
updated
At
updatedAt
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
user
Id
user
Name
user
Email
employee
Number
date
clock
In
clock
Out
break
Start
break
End
total
Work
Time
total
Break
Time
location
notes
status
corrected
By
corrected
At
correction
Reason
created
At
updated
At
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...