This commit is contained in:
@@ -35,7 +35,7 @@ namespace AyaNova.PlugIn.V8
|
||||
|
||||
public string PluginVersion
|
||||
{
|
||||
get { return "7.6.1-alpha.106"; }
|
||||
get { return "7.6.1-alpha.103"; }
|
||||
}
|
||||
|
||||
public string About
|
||||
@@ -147,6 +147,15 @@ namespace AyaNova.PlugIn.V8
|
||||
return;
|
||||
}
|
||||
|
||||
//check if in migrate mode
|
||||
if (util.ServerState != "MigrateMode")
|
||||
{
|
||||
MessageBox.Show("The target server must be set to Server State - \"Migrate Mode\"\nbut is currently in Server State - \"" + util.ServerState + "\"\n\n- login to AyaNova 8 as the SuperUser\n- select \"Server Operations\" section then \"Server state\" page\n- set to \"Migrate mode\", save and logout\n- start V8Migrate",
|
||||
"Target server is in \"Migrate mode\"");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Opt dOpt = new Opt();
|
||||
var ro = dOpt.ShowDialog();
|
||||
if (ro == DialogResult.Cancel)
|
||||
@@ -333,7 +342,7 @@ namespace AyaNova.PlugIn.V8
|
||||
await ExportLoanItems(progress);
|
||||
await ExportParts(progress);
|
||||
await ExportProjects(progress);
|
||||
//deferred to possibly never if people can live without it
|
||||
//deferred to possibly never if people can live without it
|
||||
// await ExportPurchaseOrders(progress);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user