From b9f555683fca2caa584854c4f500e85409f89939 Mon Sep 17 00:00:00 2001 From: Patrick Fic <> Date: Mon, 3 Aug 2020 08:26:01 -0700 Subject: [PATCH] Added Backordered parts eta to parts order list BOD-215 --- bodyshop_translations.babel | 44 ++++++++++++++- ...-order-line-backorder-button.component.jsx | 56 +++++++++++++++---- .../parts-order-list-table.component.jsx | 24 ++++++-- client/src/graphql/invoices.queries.js | 2 + client/src/graphql/parts-orders.queries.js | 5 +- client/src/translations/en_us/common.json | 2 + client/src/translations/es/common.json | 2 + client/src/translations/fr/common.json | 2 + .../down.yaml | 5 ++ .../up.yaml | 6 ++ .../down.yaml | 5 ++ .../up.yaml | 6 ++ .../down.yaml | 38 +++++++++++++ .../up.yaml | 40 +++++++++++++ .../down.yaml | 39 +++++++++++++ .../up.yaml | 41 ++++++++++++++ .../down.yaml | 38 +++++++++++++ .../up.yaml | 40 +++++++++++++ hasura/migrations/metadata.yaml | 6 ++ 19 files changed, 382 insertions(+), 19 deletions(-) create mode 100644 hasura/migrations/1596466443672_alter_table_public_parts_order_lines_add_column_backordered_on/down.yaml create mode 100644 hasura/migrations/1596466443672_alter_table_public_parts_order_lines_add_column_backordered_on/up.yaml create mode 100644 hasura/migrations/1596466458082_alter_table_public_parts_order_lines_add_column_backordered_eta/down.yaml create mode 100644 hasura/migrations/1596466458082_alter_table_public_parts_order_lines_add_column_backordered_eta/up.yaml create mode 100644 hasura/migrations/1596466475798_update_permission_user_public_table_parts_order_lines/down.yaml create mode 100644 hasura/migrations/1596466475798_update_permission_user_public_table_parts_order_lines/up.yaml create mode 100644 hasura/migrations/1596466485574_update_permission_user_public_table_parts_order_lines/down.yaml create mode 100644 hasura/migrations/1596466485574_update_permission_user_public_table_parts_order_lines/up.yaml create mode 100644 hasura/migrations/1596466492287_update_permission_user_public_table_parts_order_lines/down.yaml create mode 100644 hasura/migrations/1596466492287_update_permission_user_public_table_parts_order_lines/up.yaml diff --git a/bodyshop_translations.babel b/bodyshop_translations.babel index 6c686d2fd..47c2e9df8 100644 --- a/bodyshop_translations.babel +++ b/bodyshop_translations.babel @@ -1,4 +1,4 @@ - +