Added memo to time ticket IO-485

This commit is contained in:
Patrick Fic
2021-02-08 13:01:21 -08:00
parent 758090f0d5
commit 6b28b5b3e5
8 changed files with 96 additions and 45 deletions

View File

@@ -9,6 +9,7 @@ export const QUERY_TICKETS_BY_JOBID = gql`
rate
productivehrs
id
memo
employee {
employee_number
first_name
@@ -66,6 +67,7 @@ export const INSERT_NEW_TIME_TICKET = gql`
actualhrs
ciecacode
date
memo
}
}
}
@@ -92,6 +94,7 @@ export const UPDATE_TIME_TICKET = gql`
updated_at
jobid
date
memo
}
}
}