This commit is contained in:
@@ -251,10 +251,21 @@ namespace AyaNova.PlugIn.V8
|
|||||||
|
|
||||||
progress.Op("Exporting Business objects");
|
progress.Op("Exporting Business objects");
|
||||||
//BIZ objects
|
//BIZ objects
|
||||||
await ExportLocales(progress);
|
// await ExportLocales(progress);
|
||||||
await ExportUsers(progress);
|
await ExportUsers(progress);
|
||||||
await ExportClients(progress);
|
await ExportClients(progress);
|
||||||
await ExportHeadOffices(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
|
//NOTE: when get to PRIORITY, or WORKORDER STATUS be sure to add color code as per already done in USER export
|
||||||
|
|||||||
Reference in New Issue
Block a user