From 77c4ec1fb9f7117358e51d01ba5e400a57d70d44 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 1 Jun 2021 18:14:08 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 8 +++++++- ayanova/src/components/work-order-item-expenses.vue | 12 ++++++------ ayanova/src/components/work-order-item-labors.vue | 13 +++++++------ ayanova/src/components/work-order-item-loans.vue | 13 +++++++------ .../components/work-order-item-outside-services.vue | 13 +++++-------- .../components/work-order-item-part-requests.vue | 11 +++++------ ayanova/src/components/work-order-item-parts.vue | 13 +++++++------ .../components/work-order-item-scheduled-users.vue | 13 +++++++------ ayanova/src/components/work-order-item-tasks.vue | 13 +++++++------ ayanova/src/components/work-order-item-travels.vue | 11 +++++------ ayanova/src/components/work-order-item-units.vue | 13 +++++++------ ayanova/src/components/work-order-items.vue | 13 ++++++++----- 12 files changed, 78 insertions(+), 68 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 30dba7d6..b8ba54b1 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -377,7 +377,10 @@ TODO: V7 features on wo I haven't coded yet ServiceBank any of it - + +bugbug: empty collection, save, add new item but don't save then click on delete and save and it all goes weird + on save, it seems to be trying to save the newly added but deleted record when it should just remove it and get on with it + todo: workorderitemlabor new record stop date sb +1 hour todo: stop hiding one line tables in wo form, need them for the extra ui stuff they bring @@ -386,6 +389,9 @@ todo: stop hiding one line tables in wo form, need them for the extra ui stuff t todo: mark for deletion with ONE record and no table?? how does that work? keeping a single row as for above would help with this +todo: no data available not localized in tables, not an issue if don't show when none, but is if do +todo: in german (maybe others) noticed price viz fields not available translations so shows ??ListPrice for example + todo: LoanUnit edit form add "*Cost" fields to UI todo: part request link to open po, delete button in grid? both? diff --git a/ayanova/src/components/work-order-item-expenses.vue b/ayanova/src/components/work-order-item-expenses.vue index 63845600..01e11b29 100644 --- a/ayanova/src/components/work-order-item-expenses.vue +++ b/ayanova/src/components/work-order-item-expenses.vue @@ -5,7 +5,7 @@