This commit is contained in:
2020-05-02 23:21:01 +00:00
parent 22b71af0ec
commit ce499e648b

View File

@@ -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