From 1ca2870912f4f4774fb63b201bdcad239f753a54 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Mon, 18 Oct 2021 22:02:45 -0700 Subject: [PATCH] IO-1437 Add deductible Note --- bodyshop_translations.babel | 42 +++++++++++++++++++ .../jobs-detail-general.component.jsx | 7 ++++ .../shop-info/shop-info.general.component.jsx | 13 ++++++ .../shop-info.rostatus.component.jsx | 1 - client/src/graphql/bodyshop.queries.js | 2 + client/src/graphql/jobs.queries.js | 1 + client/src/translations/en_us/common.json | 2 + client/src/translations/es/common.json | 2 + client/src/translations/fr/common.json | 2 + hasura/metadata/tables.yaml | 5 +++ .../down.sql | 4 ++ .../up.sql | 2 + .../down.sql | 4 ++ .../up.sql | 2 + 14 files changed, 88 insertions(+), 1 deletion(-) create mode 100644 hasura/migrations/1634619218756_alter_table_public_jobs_add_column_ded_note/down.sql create mode 100644 hasura/migrations/1634619218756_alter_table_public_jobs_add_column_ded_note/up.sql create mode 100644 hasura/migrations/1634619355603_alter_table_public_bodyshops_add_column_md_ded_notes/down.sql create mode 100644 hasura/migrations/1634619355603_alter_table_public_bodyshops_add_column_md_ded_notes/up.sql diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index f5be627cc..6a9284d09 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -4283,6 +4283,27 @@ + + md_ded_notes + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + md_hour_split @@ -19779,6 +19800,27 @@ + + ded_note + false + + + + + + en-US + false + + + es-MX + false + + + fr-CA + false + + + ded_status false diff --git a/client/src/components/jobs-detail-general/jobs-detail-general.component.jsx b/client/src/components/jobs-detail-general/jobs-detail-general.component.jsx index 3ced4e25e..2ebac1994 100644 --- a/client/src/components/jobs-detail-general/jobs-detail-general.component.jsx +++ b/client/src/components/jobs-detail-general/jobs-detail-general.component.jsx @@ -56,6 +56,13 @@ export function JobsDetailGeneral({ bodyshop, jobRO, job, form }) { + + + diff --git a/client/src/components/shop-info/shop-info.general.component.jsx b/client/src/components/shop-info/shop-info.general.component.jsx index 1204aff92..867148a3b 100644 --- a/client/src/components/shop-info/shop-info.general.component.jsx +++ b/client/src/components/shop-info/shop-info.general.component.jsx @@ -474,6 +474,19 @@ export default function ShopInfoGeneral({ form }) { > + +