This commit is contained in:
@@ -270,7 +270,7 @@ 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);
|
||||||
@@ -1635,6 +1635,11 @@ namespace AyaNova.PlugIn.V8
|
|||||||
s = s.Replace("ToolbarCustomizeDialog", "CustomizeDialog");
|
s = s.Replace("ToolbarCustomizeDialog", "CustomizeDialog");
|
||||||
s = s.Replace("Client", "Customer");
|
s = s.Replace("Client", "Customer");
|
||||||
s = s.Replace("LoanItem", "LoanUnit");
|
s = s.Replace("LoanItem", "LoanUnit");
|
||||||
|
s = s.Replace("WorkorderPreventiveMaintenance", "PM");
|
||||||
|
s = s.Replace("WorkorderQuote", "Quote");
|
||||||
|
s = s.Replace("WorkorderService", "Workorder");
|
||||||
|
s = s.Replace("Workorder", "WorkOrder");
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//FUTURE
|
//FUTURE
|
||||||
|
|||||||
Reference in New Issue
Block a user