Improved bill totals reconciliation IO-583

This commit is contained in:
Patrick Fic
2021-01-20 14:08:26 -08:00
parent bb51d510cd
commit 0287830e73
18 changed files with 455 additions and 13 deletions

View File

@@ -70,6 +70,7 @@ export const QUERY_BILLS_BY_JOBID = gql`
}
order_date
deliver_by
return
parts_order_lines {
id
act_price
@@ -114,6 +115,7 @@ export const QUERY_BILLS_BY_JOBID = gql`
joblineid
line_desc
applicable_taxes
deductedfromlbr
}
}
}