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')" >