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();