From 86c7a5409d098005c42768a533a5c9a17d30d5ac Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 12 Aug 2021 18:20:56 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 9f3e4056..8ad57755 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -517,7 +517,13 @@ todo:2 many biz objects are not using new PUT methodology CURRENTLY DOING: Import workorders v8 migrate -NEXT UP: PARTS +Inventory handling ideas: + maybe do use inventory, but start out with crazy high numbers for each part + i.e. iterate all v8 parts after export and set each to a huge opening inventory adjustment value like the max value possible in v8? + do the export with inventory on + at end of export fixup inventory to balance with v7 + this way part requests that are open make sense and workorders still consume inventory properly +