Minor fixed + refactored job details screens based on review.

This commit is contained in:
Patrick Fic
2020-08-18 16:43:04 -07:00
parent 9b9feffdfa
commit 534e0a0398
79 changed files with 4119 additions and 909 deletions

View File

@@ -51,7 +51,7 @@ export const QUERY_ALL_ACTIVE_JOBS = gql`
`;
export const SUBSCRIPTION_JOBS_IN_PRODUCTION = gql`
subscription SUBSCRIPTION_JOBS_IN_PRODUCTION($statusList: [String!]!) {
subscription SUBSCRIPTION_JOBS_IN_PRODUCTION {
jobs(where: { inproduction: { _eq: true } }) {
id
status
@@ -367,6 +367,9 @@ export const GET_JOB_BY_PK = gql`
date_exported
status
owner_owing
tax_registration_number
class
category
joblines(where: { jobid: { _eq: $id } }, order_by: { line_no: asc }) {
id
line_no