This commit is contained in:
@@ -501,7 +501,6 @@ namespace AyaNova.PlugIn.V8
|
|||||||
await ExportPartAssemblies(progress);
|
await ExportPartAssemblies(progress);
|
||||||
await ExportProjects(progress);
|
await ExportProjects(progress);
|
||||||
await ExportPurchaseOrders(progress);
|
await ExportPurchaseOrders(progress);
|
||||||
await ExportAdjustmentSerials(progress);
|
|
||||||
await ExportUnitModels(progress);
|
await ExportUnitModels(progress);
|
||||||
await ExportUnits(progress);
|
await ExportUnits(progress);
|
||||||
await ExportExternalUsers(progress);//needs vendors, clients and headoffices already exported so needs to be here late
|
await ExportExternalUsers(progress);//needs vendors, clients and headoffices already exported so needs to be here late
|
||||||
@@ -523,6 +522,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
|
|
||||||
await ExportClientServiceRequests(progress);
|
await ExportClientServiceRequests(progress);
|
||||||
await SynchronizeInventory(progress);
|
await SynchronizeInventory(progress);
|
||||||
|
await SynchronizeSerials(progress);
|
||||||
await ExportGlobalSettings(progress);
|
await ExportGlobalSettings(progress);
|
||||||
await ExportGlobalRegionalWiki(progress);
|
await ExportGlobalRegionalWiki(progress);
|
||||||
|
|
||||||
@@ -2291,12 +2291,9 @@ namespace AyaNova.PlugIn.V8
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endregion PurchaseOrders
|
#endregion PurchaseOrders
|
||||||
|
|
||||||
|
#region Synchronize serials
|
||||||
#region Inventory adjustment serials
|
private async System.Threading.Tasks.Task SynchronizeSerials(ProgressForm progress)
|
||||||
|
|
||||||
|
|
||||||
private async System.Threading.Tasks.Task ExportAdjustmentSerials(ProgressForm progress)
|
|
||||||
{
|
{
|
||||||
if (!progress.KeepGoing) return;
|
if (!progress.KeepGoing) return;
|
||||||
|
|
||||||
@@ -2348,8 +2345,7 @@ namespace AyaNova.PlugIn.V8
|
|||||||
}//end of inventory item loop
|
}//end of inventory item loop
|
||||||
}
|
}
|
||||||
#endregion Synchronize serials
|
#endregion Synchronize serials
|
||||||
|
|
||||||
|
|
||||||
#region Task groups
|
#region Task groups
|
||||||
private async System.Threading.Tasks.Task ExportTaskGroups(ProgressForm progress)
|
private async System.Threading.Tasks.Task ExportTaskGroups(ProgressForm progress)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user