IO-1917 Autohouse handling for DMS.

This commit is contained in:
Patrick Fic
2022-06-13 11:44:35 -07:00
parent 1b2afb9e93
commit 43fbf32e99
4 changed files with 43 additions and 4 deletions

View File

@@ -611,6 +611,8 @@ exports.AUTOHOUSE_QUERY = `query AUTOHOUSE_EXPORT($start: timestamptz, $bodyshop
autohouseid
md_responsibility_centers
jc_hourly_rates
cdk_dealerid
pbs_serialnumber
timezone
}
jobs(where: {_and: [{converted: {_eq: true}}, {updated_at: {_gt: $start}}, {updated_at: {_lte: $end}}, {shopid: {_eq: $bodyshopid}}]}) {