From 2e843bbd8a9ad8397427154d12c80b5a6494e113 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Fri, 3 Dec 2021 17:39:58 -0800 Subject: [PATCH] IO-244 IOU Parts --- bodyshop_translations.babel | 128 +++++++++++++++++- .../bill-form/bill-form.component.jsx | 30 +++- .../job-create-iou.component.jsx | 95 +++++++++++++ .../job-detail-lines/job-lines.component.jsx | 2 + .../job-line-note-popup.component.jsx | 9 +- ...bs-detail-header-actions.duplicate.util.js | 70 ++++++++++ client/src/graphql/jobs-lines.queries.js | 15 ++ client/src/graphql/jobs.queries.js | 13 +- client/src/translations/en_us/common.json | 6 + client/src/translations/es/common.json | 6 + client/src/translations/fr/common.json | 6 + hasura/metadata/tables.yaml | 16 +++ .../down.sql | 4 + .../up.sql | 2 + .../down.sql | 1 + .../up.sql | 5 + .../down.sql | 1 + .../up.sql | 2 + .../down.sql | 4 + .../up.sql | 2 + .../down.sql | 4 + .../up.sql | 2 + .../down.sql | 3 + .../up.sql | 1 + 24 files changed, 422 insertions(+), 5 deletions(-) create mode 100644 client/src/components/job-create-iou/job-create-iou.component.jsx create mode 100644 hasura/migrations/1638571965033_alter_table_public_jobs_add_column_iouparent/down.sql create mode 100644 hasura/migrations/1638571965033_alter_table_public_jobs_add_column_iouparent/up.sql create mode 100644 hasura/migrations/1638572006515_set_fk_public_jobs_iouparent/down.sql create mode 100644 hasura/migrations/1638572006515_set_fk_public_jobs_iouparent/up.sql create mode 100644 hasura/migrations/1638572051739_create_index_jobs_idx_iouparent/down.sql create mode 100644 hasura/migrations/1638572051739_create_index_jobs_idx_iouparent/up.sql create mode 100644 hasura/migrations/1638572195079_alter_table_public_joblines_add_column_ioucreated/down.sql create mode 100644 hasura/migrations/1638572195079_alter_table_public_joblines_add_column_ioucreated/up.sql create mode 100644 hasura/migrations/1638578701221_alter_table_public_joblines_add_column_iou/down.sql create mode 100644 hasura/migrations/1638578701221_alter_table_public_joblines_add_column_iou/up.sql create mode 100644 hasura/migrations/1638578745587_alter_table_public_joblines_drop_column_iou/down.sql create mode 100644 hasura/migrations/1638578745587_alter_table_public_joblines_drop_column_iou/up.sql diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index 61610950f..cd2e5a430 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -1,4 +1,4 @@ - +