Minor fixes throughout the system.

This commit is contained in:
Patrick Fic
2020-08-17 13:47:10 -07:00
parent 5efb21ada7
commit 9b9feffdfa
20 changed files with 2292 additions and 141 deletions

View File

@@ -367,14 +367,12 @@ export const GET_JOB_BY_PK = gql`
date_exported
status
owner_owing
joblines {
joblines(where: { jobid: { _eq: $id } }, order_by: { line_no: asc }) {
id
line_no
unq_seq
line_ind
tax_part
line_desc
prt_dsmk_p
prt_dsmk_m
part_type
oem_partno
db_price
@@ -386,6 +384,22 @@ export const GET_JOB_BY_PK = gql`
lbr_op
lbr_amt
op_code_desc
status
notes
location
parts_order_lines {
id
parts_order {
id
order_number
order_date
user_email
vendor {
id
name
}
}
}
}
payments {
id
@@ -402,6 +416,13 @@ export const GET_JOB_BY_PK = gql`
start
scheduledreturn
agreementnumber
courtesycar {
id
make
model
year
plate
}
}
cieca_ttl
csiinvites {