IO-1047 IO-1046 IO-1045 Add production alert everywhere
This commit is contained in:
@@ -8,6 +8,7 @@ export const QUERY_ALL_ACTIVE_JOBS = gql`
|
||||
) {
|
||||
ownr_fn
|
||||
ownr_ln
|
||||
ownr_co_nm
|
||||
ownr_ph1
|
||||
ownr_ea
|
||||
owner {
|
||||
@@ -26,18 +27,9 @@ export const QUERY_ALL_ACTIVE_JOBS = gql`
|
||||
actual_completion
|
||||
actual_delivery
|
||||
actual_in
|
||||
|
||||
production_vars
|
||||
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
|
||||
@@ -286,6 +278,7 @@ export const QUERY_JOB_COSTING_DETAILS = gql`
|
||||
status
|
||||
ca_bc_pvrt
|
||||
ca_customer_gst
|
||||
|
||||
joblines(where: { removed: { _eq: false } }) {
|
||||
id
|
||||
unq_seq
|
||||
@@ -666,9 +659,13 @@ export const QUERY_JOB_CARD_DETAILS = gql`
|
||||
employee_body
|
||||
employee_refinish
|
||||
alt_transport
|
||||
inproduction
|
||||
production_vars
|
||||
ownr_ln
|
||||
ownr_ph1
|
||||
ownr_ea
|
||||
ca_gst_registrant
|
||||
special_coverage_policy
|
||||
joblines_status {
|
||||
part_type
|
||||
count
|
||||
|
||||
Reference in New Issue
Block a user