IO-792 Track lbr_adjustments and resolve errors on edit.

This commit is contained in:
Patrick Fic
2021-03-25 09:59:36 -07:00
parent 743ce25a72
commit 92df7f3ad4
13 changed files with 256 additions and 30 deletions

View File

@@ -50,14 +50,6 @@ export const QUERY_ALL_BILLS_PAGINATED = gql`
id
ro_number
}
billlines {
actual_price
quantity
actual_cost
cost_center
id
line_desc
}
}
search_bills_aggregate(args: { search: $search }) {
aggregate {
@@ -129,6 +121,7 @@ export const QUERY_BILLS_BY_JOBID = gql`
line_desc
applicable_taxes
deductedfromlbr
lbr_adjustment
}
}
}
@@ -167,6 +160,7 @@ export const QUERY_BILL_BY_PK = gql`
joblineid
applicable_taxes
deductedfromlbr
lbr_adjustment
}
documents {
id