From 778f625497c0c9ee2139f4b4a8685ddf1df4233e Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 16 Aug 2021 23:31:03 +0000 Subject: [PATCH] --- source/Plugins/AyaNova.Plugin.V8/V8.cs | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index 514b8a5..72127c3 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -3607,35 +3607,12 @@ namespace AyaNova.PlugIn.V8 #region Synchronize inventory private async System.Threading.Tasks.Task SynchronizeInventory(ProgressForm progress) { - if (!progress.KeepGoing) return; if (!V7UseInventory) return; + progress.Append("Synchronizing inventory"); progress.Op("Synchronize inventory"); progress.SubOp(""); - //fetch all v7 inventory?? (or part by part??) - // string xcrit= "" - //+" " - // +"" - // +"" - // +"" - // +"" - // +"" - // +"" - // +"" - // +"" - // +"" - // +"" - //+""; - // PartWarehouseInventoryList l = PartWarehouseInventoryList.GetList(xcrit); - // //foreach v7 inventory get v8 balance, calc adjustment then issue it - // //also make a partstocklevel entry if required - - // foreach (PartWarehouseInventoryList.PartWarehouseInventoryListInfo i in l) - // { - // long? v8 - // } - //get all parts in list PartPickList pl = PartPickList.GetAllParts();