Merge branch 'feature/IO-2278-parts-dispatching' into feature/payroll

This commit is contained in:
Patrick Fic
2023-07-06 15:07:44 -07:00
15 changed files with 848 additions and 18 deletions

View File

@@ -725,6 +725,14 @@ export const GET_JOB_BY_PK = gql`
ah_detail_line
act_price_before_ppc
critical
parts_dispatch_lines(limit: 1, order_by: { accepted_at: desc }) {
id
accepted_at
parts_dispatch {
id
employeeid
}
}
billlines(limit: 1, order_by: { bill: { date: desc } }) {
id
quantity