IO-842 Add Time Ticekts to Clock Out button

This commit is contained in:
Patrick Fic
2021-04-07 12:48:22 -07:00
parent d997d535e3
commit bac671ff5c
6 changed files with 104 additions and 75 deletions

View File

@@ -10,6 +10,7 @@ export const QUERY_TICKETS_BY_JOBID = gql`
productivehrs
id
memo
jobid
employee {
employee_number
first_name
@@ -116,9 +117,9 @@ export const QUERY_ACTIVE_TIME_TICKETS = gql`
clockon
memo
cost_center
jobid
job {
id
ownr_fn
ownr_ln
ownr_co_nm
@@ -146,9 +147,9 @@ export const QUERY_ACTIVE_SHIFT_TIME_TICKETS = gql`
id
clockon
memo
jobid
job {
id
ownr_fn
ownr_ln
ownr_co_nm