From e041977c4c4aafa8f7f3eaad43eeec30b066d864 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 1 Mar 2021 17:39:43 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 10 ++++++++++ ayanova/src/components/data-table.vue | 1 + ayanova/src/components/extensions-control.vue | 1 + ayanova/src/views/adm-translation.vue | 1 + ayanova/src/views/cust-customer.vue | 1 + ayanova/src/views/cust-head-office.vue | 1 + ayanova/src/views/home-notify-subscriptions.vue | 1 + ayanova/src/views/inv-purchase-order.vue | 2 ++ ayanova/src/views/ops-backup.vue | 1 + ayanova/src/views/ops-jobs.vue | 1 + ayanova/src/views/ops-notify-queue.vue | 1 + 11 files changed, 21 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index d19e8983..65dd1a2b 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -7,6 +7,16 @@ TODO: SET DEADLINES +TODO: Joyce testing items + Inventory: + find flaws in inventory + try to unbalance inventory + can only consume through adjustments at the moment but can add from po and adjustments + multiple simultaneous edits to same part should just work and not break or go out of balance + Translations anywhere in UI: login as alternate language and look for missing translations that show in English + note that some languages the translation is the same for some words so need to cross check e.g. in German then in French (spanish is often similar to french) + + MISC ITEMS THAT CAME UP ## CLIENT MISC ITEMS diff --git a/ayanova/src/components/data-table.vue b/ayanova/src/components/data-table.vue index dde6cb55..65ba6045 100644 --- a/ayanova/src/components/data-table.vue +++ b/ayanova/src/components/data-table.vue @@ -251,6 +251,7 @@ :loading-text="$ay.t('Loading')" class="elevation-1" data-cy="datatable" + :no-data-text="$ay.t('NoData')" >