Added voiding of ROs IO-639

This commit is contained in:
Patrick Fic
2021-02-19 09:43:08 -08:00
parent 7eec9ef550
commit 450ce3dbc3
18 changed files with 1782 additions and 26 deletions

View File

@@ -473,6 +473,7 @@ export const GET_JOB_BY_PK = gql`
class
category
deliverchecklist
voided
joblines(where: { jobid: { _eq: $id } }, order_by: { line_no: asc }) {
id
line_no
@@ -615,6 +616,7 @@ export const QUERY_JOB_CARD_DETAILS = gql`
updated_at
clm_total
ded_amt
voided
cccontracts {
id
agreementnumber
@@ -657,7 +659,7 @@ export const QUERY_TECH_JOB_DETAILS = gql`
date_invoiced
date_open
date_exported
voided
date_scheduled
date_estimated
employee_body