This commit is contained in:
2020-12-31 15:20:57 +00:00
parent 0f27aa3edf
commit fbaf59ba2f

View File

@@ -315,15 +315,17 @@ namespace AyaNova.PlugIn.V8
await ExportContracts(progress); await ExportContracts(progress);
await ExportHeadOffices(progress); await ExportHeadOffices(progress);
await ExportClients(progress); await ExportClients(progress);
await ExportVendors(progress);
await ExportLoanItems(progress); await ExportLoanItems(progress);
await ExportParts(progress); await ExportParts(progress);
await ExportProjects(progress); await ExportProjects(progress);
await ExportPurchaseOrders(progress); await ExportPurchaseOrders(progress);
await ExportUnits(progress);
await ExportUnitModels(progress); await ExportUnitModels(progress);
await ExportVendors(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
await ExportMemos(progress); await ExportMemos(progress);