Added multiple labor rates to employees
IO-548
This commit is contained in:
@@ -81,7 +81,7 @@ export const QUERY_BODYSHOP = gql`
|
||||
first_name
|
||||
last_name
|
||||
employee_number
|
||||
cost_center
|
||||
rates
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,8 +11,7 @@ export const QUERY_EMPLOYEES = gql`
|
||||
termination_date
|
||||
hire_date
|
||||
flat_rate
|
||||
cost_center
|
||||
base_rate
|
||||
rates
|
||||
pin
|
||||
user_email
|
||||
}
|
||||
@@ -41,8 +40,7 @@ export const UPDATE_EMPLOYEE = gql`
|
||||
termination_date
|
||||
hire_date
|
||||
flat_rate
|
||||
cost_center
|
||||
base_rate
|
||||
rates
|
||||
pin
|
||||
user_email
|
||||
}
|
||||
|
||||
@@ -302,6 +302,7 @@ export const QUERY_JOB_COSTING_DETAILS = gql`
|
||||
rate
|
||||
cost_center
|
||||
actualhrs
|
||||
productivehrs
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user