From 14372d4e8d8c9afb2c10c883451afa5376da89ec Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 16 Oct 2021 18:56:23 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 23779642..df812981 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -82,8 +82,7 @@ function ayGroupByTag(reportDataArray, tagContains) { } -todo: v8migrate bombs if tag removed and left blank on attachment posting - make it work with an empty migrate tag + Update front / back / dotnet 6 is out https://dotnet.microsoft.com/download/dotnet/6.0 @@ -96,6 +95,13 @@ Update front / back / dotnet 6 is out TODO: Need to test on our linux server again with v6 +todo: inventory migration will it be out of balance due to open work orders? I.E. at the end v7 tries to fixup inventory to balance, however the open wo should have consumed + those quantities so that's not right. perhaps during inventory synch it needs to iterate all open wo where parts are not used in service in v7 and deduct those from the inventory total before the fixup? + Or maybe that's another step done with the v8 data by examining *it's* open wo and handling that way?? + Maybe it exports only closed wo in one stage, then syncs inventory, then exports open wo? + what if people never closed their wo or used in service?? + + //performance https://docs.microsoft.com/en-us/aspnet/core/performance/performance-best-practices?view=aspnetcore-5.0 @@ -115,7 +121,7 @@ todo: profile the server during seeding, it's unbelievably slow, what exactly is todo: should some things that were tagified be reverted back like in v7 due to reporting and other issues? - + todo: tax code too large a value just server error, no message numeric field overflow sb either handle larger values or screen them and truncate or just return validation error @@ -124,6 +130,8 @@ todo: should some things that were tagified be reverted back like in v7 due to r TODO: 2021-10-15 15:03:10.9008|ERROR|AyaNova.Biz.TranslationBiz|********* GetSubsetAsync problem: Duplicate keys: UnitModelName + + Customer work order form / view / open??? Customer CSR form has a bunch of todo in the template, WTF? Dashboard / widgets @@ -874,4 +882,5 @@ MID CENTURY MODERN TUNES - https://www.allmusic.com/album/ultra-lounge-vol-14-bo BUILD 135 CHANGES OF NOTE - fixed issue with v8Migrate bombing when import tag is set to empty - +- case 4002 fixed by changing to exporting individual inventory adjustments. Documented in v8 changes from v7 and migration docs. +- known bug: v8 inventory is incorrect currently because it synchronizes v7 and v8 to match at the end however it shouldn't for any parts on v7 workorders not set to Used in service as those should be consumed in v8. Working out a solution.