From de102d9898b8b019009ad7a98800652c22e43a97 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Wed, 7 Jun 2023 08:25:49 -0700 Subject: [PATCH] IO-2278 Parts Dispatching tables & buttons. --- bodyshop_translations.babel | 158 +++++++++++++++++- .../job-detail-lines/job-lines.component.jsx | 23 ++- .../job-line-dispatch-button.component.jsx | 84 ++++++---- .../jobs-detail-pli.component.jsx | 9 + .../jobs-detail-pli.container.jsx | 12 ++ .../parts-dispatch-expander.component.jsx | 49 ++++++ .../parts-dispatch-table.component.jsx | 155 +++++++++++++++++ client/src/graphql/bills.queries.js | 23 ++- client/src/graphql/jobs.queries.js | 8 + client/src/graphql/parts-dispatch.queries.js | 17 ++ client/src/translations/en_us/common.json | 17 ++ client/src/translations/es/common.json | 17 ++ client/src/translations/fr/common.json | 17 ++ 13 files changed, 541 insertions(+), 48 deletions(-) create mode 100644 client/src/components/parts-dispatch-expander/parts-dispatch-expander.component.jsx create mode 100644 client/src/components/parts-dispatch-table/parts-dispatch-table.component.jsx create mode 100644 client/src/graphql/parts-dispatch.queries.js diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index 93e8ed2e7..bbf89d093 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -1,4 +1,4 @@ - +