diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index 9557f5b..b732756 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -251,10 +251,21 @@ namespace AyaNova.PlugIn.V8 progress.Op("Exporting Business objects"); //BIZ objects - await ExportLocales(progress); + // await ExportLocales(progress); await ExportUsers(progress); await ExportClients(progress); await ExportHeadOffices(progress); + //await ExportContracts(progress); + //await ExportLoanUnits(progress); + //await ExportParts(progress); + //await ExportProjects(progress); + //await ExportPurchaseOrders(progress); + //await ExportUnits(progress); + //await ExportUnitModels(progress); + //await ExportVendors(progress); + //workorders once work out the actual objects and routes at server end + + //NOTE: when get to PRIORITY, or WORKORDER STATUS be sure to add color code as per already done in USER export