Jobs list page updates & note adding modal.
This commit is contained in:
@@ -30,27 +30,61 @@ export const GET_ALL_OPEN_JOBS = gql`
|
||||
export const SUBSCRIPTION_ALL_OPEN_JOBS = gql`
|
||||
subscription SUBSCRIPTION_ALL_OPEN_JOBS {
|
||||
jobs {
|
||||
id
|
||||
updated_at
|
||||
est_number
|
||||
ro_number
|
||||
job_status {
|
||||
name
|
||||
pit_owner_first_name
|
||||
pit_owner_last_name
|
||||
pit_owner_phone
|
||||
pit_owner_email
|
||||
owner {
|
||||
id
|
||||
allow_text_message
|
||||
preferred_contact
|
||||
}
|
||||
scheduled_completion
|
||||
scheduled_delivery
|
||||
vehicle {
|
||||
id
|
||||
v_model_yr
|
||||
v_make_desc
|
||||
v_model_desc
|
||||
v_color
|
||||
plate_no
|
||||
}
|
||||
owner {
|
||||
pit_vehicle_plate_no
|
||||
actual_completion
|
||||
actual_delivery
|
||||
actual_in
|
||||
est_number
|
||||
id
|
||||
ins_co_nm
|
||||
ins_ct_fn
|
||||
ins_ct_ln
|
||||
ins_ph1
|
||||
ins_ea
|
||||
est_co_nm
|
||||
est_ph1
|
||||
est_ea
|
||||
est_ct_fn
|
||||
est_ct_ln
|
||||
clm_no
|
||||
clm_total
|
||||
owner_owing
|
||||
ro_number
|
||||
scheduled_completion
|
||||
scheduled_in
|
||||
scheduled_delivery
|
||||
job_status {
|
||||
id
|
||||
first_name
|
||||
last_name
|
||||
name
|
||||
}
|
||||
updated_at
|
||||
claim_total
|
||||
ded_amt
|
||||
vehicle {
|
||||
id
|
||||
plate_no
|
||||
v_vin
|
||||
v_model_yr
|
||||
v_model_desc
|
||||
v_make_desc
|
||||
v_color
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -200,6 +234,13 @@ export const QUERY_JOB_CARD_DETAILS = gql`
|
||||
scheduled_completion
|
||||
scheduled_in
|
||||
scheduled_delivery
|
||||
notes {
|
||||
id
|
||||
text
|
||||
critical
|
||||
private
|
||||
created_at
|
||||
}
|
||||
job_status {
|
||||
id
|
||||
name
|
||||
|
||||
Reference in New Issue
Block a user